@font-face {
	font-family: "Red Hat Display";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src:
		local("Red Hat Display"),
		url("../fonts/RedHatDisplay-Variable.ttf") format("truetype-variations");
}

:root {
	--era-red: #c8102e;
	--era-red-dark: #990033;
	--era-blue: #0b3279;
	--era-navy: #2a2c38;
	--era-navy-deep: #20212b;
	--era-sky: #41b3e0;
	--era-sky-text: #24627b;
	--era-sunrise: #ff9015;
	--era-sunrise-text: #8c4f0c;
	--era-violet: #5b2d86;
	--era-text: #3f4148;
	--era-muted: #68707c;
	--era-line: #dfe2e7;
	--era-bg: #f5f6f8;
	--era-white: #fff;
	--era-shell: 1240px;
	--era-shadow: 0 18px 55px rgb(25 35 55 / 10%);
	--era-radius: 10px;
	--era-signature: 10px 10px 90px 10px;
	--era-font: "Red Hat Display", "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

body.era-relaunch {
	margin: 0;
	background: var(--era-white);
	color: var(--era-text);
	font-family: var(--era-font);
	font-size: 17px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

.era-relaunch *,
.era-relaunch *::before,
.era-relaunch *::after {
	box-sizing: border-box;
}

.era-relaunch img {
	display: block;
	max-width: 100%;
	height: auto;
}

.era-relaunch a {
	color: inherit;
	font-family: var(--era-font) !important;
}

.era-relaunch button,
.era-relaunch input,
.era-relaunch select,
.era-relaunch textarea,
.era-relaunch summary {
	font: inherit;
	font-family: var(--era-font) !important;
}

.era-relaunch .dashicons,
.era-relaunch .dashicons::before {
	font-family: dashicons !important;
}

.era-relaunch h1,
.era-relaunch h2,
.era-relaunch h3,
.era-relaunch p {
	margin-top: 0;
}

.era-relaunch h1,
.era-relaunch h2,
.era-relaunch h3 {
	color: var(--era-navy-deep);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.era-relaunch h1 {
	margin-bottom: 24px;
	font-size: clamp(2.75rem, 5.4vw, 5.3rem);
}

.era-relaunch h2 {
	margin-bottom: 20px;
	font-size: clamp(2rem, 3.4vw, 3.25rem);
}

.era-relaunch h3 {
	font-size: 1.35rem;
}

.era-shell {
	width: min(calc(100% - 40px), var(--era-shell));
	margin-inline: auto;
}

.era-section {
	padding: clamp(76px, 9vw, 124px) 0;
}

.era-section-muted {
	background: var(--era-bg);
}

.era-section-navy {
	position: relative;
	overflow: hidden;
	background: var(--era-navy-deep);
	color: #fff;
}

.era-section-navy::after {
	position: absolute;
	right: -90px;
	bottom: -180px;
	width: 440px;
	height: 440px;
	border: 80px solid rgb(65 179 224 / 12%);
	border-radius: 50%;
	content: "";
}

.era-section-navy h2,
.era-section-navy p {
	color: #fff;
}

.era-eyebrow,
.era-card-kicker {
	margin-bottom: 13px;
	color: var(--era-red);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.3;
	text-transform: uppercase;
}

.era-eyebrow-blue {
	color: var(--era-sky-text);
}

.era-eyebrow-sunrise {
	color: var(--era-sunrise-text);
}

.era-eyebrow-light {
	color: #9fdbf3;
}

.era-lead {
	max-width: 660px;
	margin-bottom: 32px;
	color: #535966;
	font-size: clamp(1.08rem, 1.7vw, 1.28rem);
	line-height: 1.65;
}

.era-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 24px;
	border: 2px solid var(--era-red);
	border-radius: var(--era-radius);
	background: var(--era-red);
	color: #fff !important;
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.045em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.era-btn:hover {
	border-color: var(--era-navy);
	background: var(--era-navy);
	transform: translateY(-2px);
}

.era-btn:focus-visible,
.era-relaunch a:focus-visible,
.era-relaunch button:focus-visible,
.era-relaunch input:focus-visible,
.era-relaunch summary:focus-visible {
	outline: 3px solid var(--era-sky);
	outline-offset: 3px;
}

.era-btn-secondary {
	border-color: var(--era-blue);
	background: var(--era-blue);
}

.era-btn-white {
	border-color: #fff;
	background: #fff;
	color: var(--era-blue) !important;
}

.era-btn-outline-light {
	border-color: rgb(255 255 255 / 65%);
	background: transparent;
}

.era-btn-outline-light:hover {
	border-color: #fff;
	background: #fff;
	color: var(--era-navy) !important;
}

.era-btn-small {
	min-height: 44px;
	padding: 10px 17px;
	font-size: 0.73rem;
}

.era-btn-block {
	width: 100%;
}

.era-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.era-text-link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: var(--era-blue) !important;
	font-weight: 800;
	text-decoration: none;
}

.era-text-link:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.era-text-link-light,
.era-contact-band .era-text-link-light {
	color: #fff !important;
}

.era-skip-link {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 9999;
	padding: 10px 16px;
	transform: translateY(-150%);
	border-radius: 6px;
	background: #fff;
	color: var(--era-navy);
	font-weight: 800;
}

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

.era-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid rgb(42 44 56 / 9%);
	background: rgb(255 255 255 / 96%);
	box-shadow: 0 6px 20px rgb(21 35 60 / 4%);
	backdrop-filter: blur(14px);
	transition: box-shadow 180ms ease;
}

.era-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(calc(100% - 32px), 1360px);
	min-height: 104px;
	margin-inline: auto;
	gap: 28px;
	transition: min-height 220ms ease;
}

.era-logo-wrap,
.era-footer-brand .custom-logo-link {
	flex: 0 0 auto;
}

.era-logo-wrap {
	position: relative;
	z-index: 2;
	display: flex;
	width: min(340px, 25vw);
	min-height: 142px;
	margin-bottom: -38px;
	padding: 15px 30px 24px 20px;
	align-items: center;
	align-self: flex-start;
	border: 1px solid rgb(42 44 56 / 9%);
	border-top: 0;
	border-radius: 0 0 56px 0;
	background: #fff;
	box-shadow: 0 18px 42px rgb(21 35 60 / 13%);
	transition: width 220ms ease, min-height 220ms ease, margin 220ms ease, padding 220ms ease, border-radius 220ms ease;
}

.era-logo-wrap .custom-logo,
.era-footer-brand .custom-logo {
	width: auto;
	max-width: 190px;
	height: 56px;
	object-fit: contain;
}

.era-logo-wrap .custom-logo {
	width: 100%;
	max-width: 300px;
	height: 104px;
	transform: none;
	transition: height 220ms ease, max-width 220ms ease;
}

.era-site-header.is-compact .era-header-inner {
	min-height: 76px;
}

.era-site-header.is-compact .era-logo-wrap {
	width: min(245px, 21vw);
	min-height: 86px;
	margin-bottom: -10px;
	padding: 8px 22px 12px 16px;
	border-radius: 0 0 32px 0;
}

.era-site-header.is-compact .era-logo-wrap .custom-logo {
	max-width: 210px;
	height: 64px;
}

.era-wordmark {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--era-blue) !important;
	font-size: 1.7rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	text-decoration: none;
}

.era-wordmark span {
	display: inline-grid;
	place-items: center;
	width: 64px;
	height: 43px;
	border: 3px solid var(--era-red);
}

.era-wordmark small {
	font-size: 0.73rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.era-primary-nav,
.era-primary-list {
	display: flex;
	align-items: center;
}

.era-primary-nav {
	justify-content: flex-end;
	gap: 18px;
}

.era-primary-list {
	margin: 0;
	padding: 0;
	gap: 3px;
	list-style: none;
}

.era-primary-list > li {
	position: relative;
}

.era-primary-list > li > a,
.era-primary-list > li > button {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding: 9px 10px;
	border: 0;
	background: transparent;
	color: var(--era-navy);
	font-size: 0.89rem;
	font-weight: 750;
	text-decoration: none;
	cursor: pointer;
}

.era-primary-list > li > a:hover,
.era-primary-list > li > button:hover,
.era-primary-list > li > button[aria-expanded="true"] {
	color: var(--era-red);
}

.era-submenu {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	display: none;
	min-width: 245px;
	margin: 0;
	padding: 10px;
	border: 1px solid var(--era-line);
	border-radius: 9px 9px 35px 9px;
	background: #fff;
	box-shadow: var(--era-shadow);
	list-style: none;
}

.era-nav-parent.is-open > .era-submenu {
	display: block;
}

.era-submenu a {
	display: block;
	padding: 10px 12px;
	border-radius: 6px;
	color: var(--era-navy) !important;
	font-size: 0.88rem;
	font-weight: 650;
	text-decoration: none;
}

.era-submenu a:hover {
	background: var(--era-bg);
	color: var(--era-red) !important;
}

.era-menu-toggle {
	display: none;
	align-items: center;
	gap: 8px;
	padding: 9px 12px;
	border: 1px solid var(--era-line);
	border-radius: 7px;
	background: #fff;
	color: var(--era-navy);
	font-size: 0.82rem;
	font-weight: 800;
	cursor: pointer;
}

.era-menu-toggle-lines {
	display: grid;
	gap: 3px;
}

.era-menu-toggle-lines i {
	display: block;
	width: 18px;
	height: 2px;
	background: currentcolor;
}

.era-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(82px, 8vw, 116px) 0 clamp(80px, 9vw, 132px);
	background:
		radial-gradient(circle at 88% 18%, rgb(65 179 224 / 18%), transparent 27%),
		linear-gradient(145deg, #fff 0%, #f8f9fb 56%, #eef3fb 100%);
}

.era-hero::after {
	position: absolute;
	right: -130px;
	bottom: -230px;
	width: 560px;
	height: 560px;
	border: 100px solid rgb(200 16 46 / 7%);
	border-radius: 50%;
	content: "";
}

.era-hero-watermark {
	position: absolute;
	top: 50%;
	right: -5%;
	width: min(58vw, 820px);
	max-width: none !important;
	height: auto;
	transform: translateY(-50%);
	opacity: 0.04;
	filter: grayscale(1);
	pointer-events: none;
	user-select: none;
}

.era-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
	align-items: center;
	gap: clamp(48px, 7vw, 100px);
}

.era-hero-copy {
	max-width: 720px;
}

.era-pathfinder {
	padding: clamp(28px, 4vw, 42px);
	border: 1px solid rgb(42 44 56 / 8%);
	border-radius: var(--era-signature);
	background: rgb(255 255 255 / 94%);
	box-shadow: var(--era-shadow);
}

.era-pathfinder h2 {
	font-size: clamp(1.65rem, 2.2vw, 2.2rem);
}

.era-pathfinder-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.era-path {
	position: relative;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	grid-template-rows: auto auto;
	grid-template-areas: "icon title" "icon description";
	min-height: 148px;
	padding: 22px 20px;
	align-content: center;
	align-items: center;
	column-gap: 18px;
	overflow: hidden;
	border: 1px solid var(--era-line);
	border-radius: 8px 8px 38px 8px;
	background: #fff;
	color: var(--era-navy) !important;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.era-path:has(a:hover),
.era-path:has(a:focus-visible) {
	transform: translateY(-4px);
	box-shadow: 0 14px 32px rgb(20 31 53 / 10%);
}

.era-path > .dashicons {
	grid-area: icon;
	display: grid;
	width: 68px;
	height: 68px;
	place-items: center;
	border-radius: 19px;
	background: color-mix(in srgb, var(--tone, var(--era-red)) 11%, white);
	color: var(--tone, var(--era-red));
	font-size: 42px;
}

.era-path h3 {
	grid-area: title;
	align-self: end;
	margin: 0;
	font-size: 1.03rem;
	font-weight: 800;
	line-height: 1.2;
}

.era-path h3 a {
	color: var(--era-navy) !important;
	font-size: inherit !important;
	font-weight: inherit;
	text-decoration: none;
}

.era-path h3 a:hover {
	color: var(--tone, var(--era-red)) !important;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.era-path p {
	grid-area: description;
	align-self: start;
	min-height: 2.9em;
	margin: 0;
	color: var(--era-muted);
	font-size: 0.78rem;
	line-height: 1.45;
}

.era-pathfinder-note {
	margin: 18px 0 0;
	color: var(--era-muted);
	font-size: 0.82rem;
	line-height: 1.5;
}

.era-pathfinder-note a {
	color: var(--era-blue) !important;
	font-size: inherit !important;
	font-weight: 750;
	text-decoration: none;
}

.era-pathfinder-note a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.era-path-red { --tone: var(--era-red); }
.era-path-blue { --tone: var(--era-sky-text); }
.era-path-violet { --tone: var(--era-violet); }
.era-path-sunrise { --tone: var(--era-sunrise-text); }

.era-trust-strip {
	position: relative;
	z-index: 2;
	margin-top: -38px;
}

.era-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	overflow: hidden;
	border: 1px solid var(--era-line);
	border-radius: 10px 10px 60px 10px;
	background: #fff;
	box-shadow: 0 14px 42px rgb(25 35 55 / 9%);
}

.era-trust-grid div {
	display: flex;
	min-height: 104px;
	padding: 22px;
	flex-direction: column;
	justify-content: center;
	border-right: 1px solid var(--era-line);
}

.era-trust-grid div:last-child {
	border-right: 0;
}

.era-trust-grid strong {
	color: var(--era-blue);
	font-size: 1.1rem;
}

.era-trust-grid span {
	display: block;
	min-height: 3em;
	color: var(--era-muted);
	font-size: 0.86rem;
	line-height: 1.5;
}

.era-intro-grid,
.era-network-grid,
.era-faq-grid,
.era-principle-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(48px, 8vw, 110px);
}

.era-richtext {
	font-size: 1.05rem;
}

.era-richtext p:last-child {
	margin-bottom: 0;
}

.era-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 42px;
	gap: 24px;
}

.era-section-head h2 {
	max-width: 760px;
	margin-bottom: 0;
}

.era-section-head-narrow {
	align-items: flex-start;
}

.era-section-head-narrow p:not(.era-eyebrow) {
	max-width: 700px;
}

.era-location-preview {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.era-location-map-layout {
	display: grid;
	grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
	align-items: center;
	gap: clamp(36px, 6vw, 84px);
}

.era-germany-map {
	position: relative;
	width: min(100%, 500px);
	min-height: 570px;
	margin-inline: auto;
	isolation: isolate;
}

.era-germany-shape {
	position: absolute;
	inset: 3% 12% 1%;
	z-index: -1;
	clip-path: polygon(39% 0, 55% 4%, 61% 12%, 72% 15%, 70% 25%, 82% 32%, 77% 43%, 86% 51%, 76% 61%, 78% 73%, 67% 78%, 64% 91%, 51% 100%, 40% 94%, 29% 98%, 27% 84%, 16% 78%, 22% 65%, 12% 57%, 19% 47%, 13% 35%, 26% 29%, 24% 17%, 34% 12%);
	background:
		linear-gradient(145deg, rgb(255 255 255 / 88%), rgb(226 232 241 / 96%));
	box-shadow: inset 0 0 0 2px rgb(11 50 121 / 14%);
}

.era-germany-map::after {
	position: absolute;
	inset: 9% 19% 7%;
	z-index: -2;
	border-radius: 50%;
	background: radial-gradient(circle, rgb(65 179 224 / 15%), transparent 68%);
	content: "";
}

.era-map-pin {
	position: absolute;
	top: var(--pin-y);
	left: var(--pin-x);
	z-index: 2;
	width: 22px;
	height: 22px;
	transform: translate(-50%, -50%);
	text-decoration: none;
}

.era-map-pin > span {
	display: block;
	width: 22px;
	height: 22px;
	border: 5px solid #fff;
	border-radius: 50% 50% 50% 0;
	background: var(--tone, var(--era-red));
	box-shadow: 0 5px 14px rgb(25 35 55 / 28%);
	transform: rotate(-45deg);
	transition: transform 160ms ease;
}

.era-map-pin small {
	position: absolute;
	top: -13px;
	left: 29px;
	width: max-content;
	max-width: 180px;
	padding: 5px 8px;
	border-radius: 6px;
	background: var(--era-navy-deep);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 750;
	line-height: 1.2;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-5px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.era-map-pin:hover,
.era-map-pin:focus-visible {
	z-index: 5;
}

.era-map-pin:hover > span,
.era-map-pin:focus-visible > span {
	transform: rotate(-45deg) scale(1.25);
}

.era-map-pin:hover small,
.era-map-pin:focus-visible small {
	opacity: 1;
	transform: translateX(0);
}

.era-location-map-layout .era-location-preview {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.era-location-compact {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	min-height: 92px;
	padding: 18px 20px;
	gap: 14px;
	border: 1px solid var(--era-line);
	border-radius: 8px 8px 34px 8px;
	background: #fff;
	color: var(--era-navy) !important;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.era-location-compact:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgb(25 35 55 / 8%);
}

.era-location-marker {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 4px solid var(--tone, var(--era-red));
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
}

.era-location-compact strong,
.era-location-compact small {
	display: block;
}

.era-location-compact small {
	color: var(--era-muted);
}

.era-location-compact strong a,
.era-location-arrow {
	font-size: inherit !important;
	text-decoration: none;
}

.era-location-compact strong a {
	color: var(--era-navy) !important;
}

.era-location-compact strong a:hover,
.era-location-arrow:hover {
	color: var(--tone, var(--era-red)) !important;
}

.era-location-arrow {
	color: var(--era-blue) !important;
	font-weight: 800;
}

.era-tone-red { --tone: var(--era-red); }
.era-tone-blue { --tone: var(--era-sky-text); }
.era-tone-sunrise { --tone: var(--era-sunrise-text); }
.era-tone-violet { --tone: var(--era-violet); }

.era-service-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.era-service-card {
	position: relative;
	display: flex;
	min-height: 310px;
	padding: 28px;
	flex-direction: column;
	border: 1px solid var(--era-line);
	border-radius: 9px 9px 58px 9px;
	background: #fff;
	box-shadow: 0 9px 28px rgb(22 32 50 / 5%);
}

.era-service-line {
	width: 42px;
	height: 6px;
	margin-bottom: 38px;
	border-radius: 20px;
	background: var(--tone, var(--era-red));
}

.era-service-icon {
	display: inline-grid;
	width: 70px;
	height: 70px;
	margin-bottom: 24px;
	place-items: center;
	border-radius: 20px;
	background: color-mix(in srgb, var(--tone, var(--era-red)) 11%, white);
	color: var(--tone, var(--era-red));
	font-size: 42px;
}

.era-service-card h3 {
	display: -webkit-box;
	min-height: 2.25em;
	margin-bottom: 13px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.era-service-card p {
	display: -webkit-box;
	min-height: 4.8em;
	margin-bottom: 22px;
	overflow: hidden;
	color: var(--era-muted);
	font-size: 0.92rem;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.era-service-card a {
	margin-top: auto;
	color: var(--era-blue) !important;
	font-size: 0.85rem;
	font-weight: 800;
	text-decoration: none;
}

.era-service-card a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.era-network-grid {
	position: relative;
	z-index: 1;
	align-items: center;
}

.era-network-grid h2 {
	max-width: 720px;
}

.era-network-grid p:not(.era-eyebrow) {
	max-width: 720px;
	color: rgb(255 255 255 / 78%);
}

.era-network-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px;
}

.era-home-property-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.era-integration-preview {
	display: flex;
	min-height: 190px;
	padding: clamp(28px, 5vw, 54px);
	align-items: center;
	justify-content: center;
	gap: 22px;
	border: 2px dashed #cbd2dc;
	border-radius: var(--era-signature);
	background: rgb(255 255 255 / 72%);
	text-align: left;
}

.era-integration-preview > .dashicons {
	width: 46px;
	height: 46px;
	color: var(--era-red);
	font-size: 46px;
}

.era-integration-preview strong {
	display: block;
	margin-bottom: 6px;
	color: var(--era-navy-deep);
	font-size: 1.2rem;
}

.era-integration-preview p {
	max-width: 720px;
	margin-bottom: 0;
	color: var(--era-muted);
}

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

.era-review-card {
	min-height: 260px;
	padding: 30px;
	border: 1px solid var(--era-line);
	border-radius: var(--era-signature);
	background: #fff;
	box-shadow: 0 9px 28px rgb(22 32 50 / 5%);
}

.era-review-card > .dashicons {
	width: 38px;
	height: 38px;
	margin-bottom: 28px;
	color: var(--era-sky-text);
	font-size: 38px;
}

.era-review-card p {
	color: var(--era-muted);
}

.era-review-card small {
	color: var(--era-sky-text);
	font-weight: 800;
}

.era-review-placeholder {
	background: linear-gradient(145deg, #fff, #f8fafc);
}

.era-about-home-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.65fr);
	align-items: center;
	gap: clamp(48px, 8vw, 110px);
}

.era-about-home-copy > p:not(.era-eyebrow, .era-quote-author) {
	max-width: 720px;
	color: rgb(255 255 255 / 78%);
}

.era-about-home blockquote {
	max-width: 760px;
	margin: 34px 0 18px;
	padding-left: 24px;
	border-left: 4px solid var(--era-sky);
	color: #fff;
	font-size: clamp(1.18rem, 2vw, 1.55rem);
	font-weight: 650;
	line-height: 1.5;
}

.era-quote-author {
	display: flex;
	margin-bottom: 30px;
	flex-direction: column;
	color: #fff;
}

.era-quote-author span {
	color: rgb(255 255 255 / 70%);
	font-size: 0.9rem;
}

.era-about-home .era-network-actions {
	justify-content: flex-start;
}

.era-about-portrait img,
.era-portrait-placeholder {
	width: 100%;
	min-height: 460px;
	border-radius: 12px 12px 90px 12px;
	background: rgb(255 255 255 / 7%);
	box-shadow: 0 28px 70px rgb(0 0 0 / 24%);
}

.era-about-portrait img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center top;
}

.era-portrait-placeholder {
	display: grid;
	padding: 30px;
	place-items: center;
	align-content: center;
	border: 1px dashed rgb(255 255 255 / 35%);
	color: #fff;
	text-align: center;
}

.era-portrait-placeholder .dashicons {
	width: 58px;
	height: 58px;
	margin-bottom: 16px;
	font-size: 58px;
}

.era-portrait-placeholder p {
	color: #fff !important;
}

.era-region-links {
	border-top: 1px solid var(--era-line);
}

.era-region-link-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.era-region-link-list a {
	display: inline-flex;
	min-height: 44px;
	padding: 9px 16px;
	align-items: center;
	border: 1px solid var(--era-line);
	border-radius: 999px;
	background: var(--era-bg);
	color: var(--era-blue) !important;
	font-size: 0.88rem;
	font-weight: 750;
	text-decoration: none;
}

.era-region-link-list a:hover {
	border-color: var(--era-blue);
	background: #fff;
}

.era-advice-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.era-advice-card {
	padding: 30px;
	border: 1px solid var(--era-line);
	border-radius: 9px 9px 52px 9px;
	background: #fff;
}

.era-advice-card h3 {
	margin-bottom: 14px;
}

.era-advice-card h3 a {
	color: inherit;
	text-decoration: none;
}

.era-advice-card h3 a:hover {
	color: var(--era-red);
}

.era-advice-card p:not(.era-card-kicker) {
	color: var(--era-muted);
}

.era-faq-list details {
	border-top: 1px solid #cfd3da;
}

.era-faq-list details:last-child {
	border-bottom: 1px solid #cfd3da;
}

.era-faq-list summary {
	position: relative;
	padding: 22px 48px 22px 0;
	color: var(--era-navy);
	font-weight: 800;
	line-height: 1.4;
	cursor: pointer;
	list-style: none;
}

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

.era-faq-list summary::after {
	position: absolute;
	top: 18px;
	right: 3px;
	content: "+";
	color: var(--era-red);
	font-size: 1.6rem;
	font-weight: 500;
}

.era-faq-list details[open] summary::after {
	content: "–";
}

.era-faq-list details p {
	padding: 0 48px 20px 0;
	color: var(--era-muted);
}

.era-contact-band {
	background: var(--era-blue);
	color: #fff;
}

.era-contact-band-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 42px;
}

.era-contact-band h2,
.era-contact-band p {
	color: #fff;
}

.era-contact-band h2 {
	max-width: 760px;
}

.era-contact-band p:not(.era-eyebrow) {
	margin-bottom: 0;
	color: rgb(255 255 255 / 78%);
}

.era-page-hero {
	position: relative;
	overflow: hidden;
	padding: 42px 0 clamp(72px, 9vw, 120px);
	background: linear-gradient(145deg, #fff 0%, #f6f7fa 100%);
}

.era-page-hero::after {
	position: absolute;
	right: -100px;
	bottom: -190px;
	width: 460px;
	height: 460px;
	border: 85px solid rgb(255 144 21 / 11%);
	border-radius: 50%;
	content: "";
}

.era-breadcrumb {
	display: flex;
	margin-bottom: clamp(48px, 7vw, 82px);
	gap: 9px;
	color: var(--era-muted);
	font-size: 0.8rem;
}

.era-breadcrumb a {
	color: var(--era-blue);
}

.era-page-hero-copy {
	position: relative;
	z-index: 1;
	max-width: 900px;
}

.era-page-hero-copy h1 {
	font-size: clamp(2.7rem, 5vw, 4.9rem);
}

.era-location-search {
	display: grid;
	grid-template-columns: minmax(260px, 0.65fr) minmax(360px, 1.35fr);
	align-items: end;
	margin-bottom: 22px;
	padding: 26px;
	gap: 30px;
	border: 1px solid var(--era-line);
	border-radius: 9px 9px 48px 9px;
	background: var(--era-bg);
}

.era-location-search label {
	display: block;
	margin-bottom: 4px;
	color: var(--era-navy);
	font-size: 1.2rem;
	font-weight: 800;
}

.era-location-search p {
	margin-bottom: 0;
	color: var(--era-muted);
	font-size: 0.84rem;
}

.era-search-field {
	display: flex;
	gap: 8px;
}

.era-search-field input {
	width: 100%;
	min-height: 52px;
	padding: 12px 16px;
	border: 1px solid #b9c0ca;
	border-radius: 7px;
	background: #fff;
	color: var(--era-navy);
}

.era-search-field button {
	padding: 9px 14px;
	border: 1px solid var(--era-blue);
	border-radius: 7px;
	background: #fff;
	color: var(--era-blue);
	font-size: 0.78rem;
	font-weight: 800;
	cursor: pointer;
}

.era-filter-status {
	margin-bottom: 25px;
	color: var(--era-muted);
	font-size: 0.86rem;
	font-weight: 700;
}

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

.era-location-card {
	display: flex;
	min-width: 0;
	padding: 28px;
	flex-direction: column;
	border: 1px solid var(--era-line);
	border-radius: 9px 9px 58px 9px;
	background: #fff;
	box-shadow: 0 8px 28px rgb(24 35 53 / 5%);
}

.era-location-card[hidden] {
	display: none;
}

.era-location-card-head {
	display: flex;
	align-items: center;
	margin-bottom: 22px;
	gap: 11px;
}

.era-location-card-head p {
	margin: 0;
	color: var(--tone, var(--era-red));
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.era-location-card h2 {
	margin-bottom: 8px;
	font-size: 1.85rem;
}

.era-location-name {
	min-height: 54px;
	margin-bottom: 22px;
	color: var(--era-muted);
	font-size: 0.91rem;
}

.era-location-card dl {
	margin: 0 0 26px;
}

.era-location-card dl div {
	padding: 11px 0;
	border-top: 1px solid var(--era-line);
}

.era-location-card dt {
	color: var(--era-muted);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.era-location-card dd {
	margin: 2px 0 0;
	font-size: 0.88rem;
	overflow-wrap: anywhere;
}

.era-location-card dd a {
	color: var(--era-blue);
}

.era-location-card .era-btn {
	margin-top: auto;
}

.era-empty-state {
	padding: 50px;
	border: 1px solid var(--era-line);
	border-radius: var(--era-signature);
	background: var(--era-bg);
	text-align: center;
}

.era-empty-state[hidden] {
	display: none;
}

/* Immobilien-Cluster */
.era-page-hero-blue::after {
	border-color: rgb(65 179 224 / 12%);
}

.era-page-hero-red::after {
	border-color: rgb(200 16 46 / 9%);
}

.era-property-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
	align-items: center;
	gap: clamp(44px, 7vw, 96px);
}

.era-property-search {
	position: relative;
	z-index: 1;
	padding: clamp(26px, 4vw, 40px);
	border: 1px solid var(--era-line);
	border-radius: var(--era-signature);
	background: #fff;
	box-shadow: var(--era-shadow);
}

.era-property-search-fields {
	display: grid;
	margin-bottom: 16px;
	gap: 14px;
}

.era-property-search label {
	display: block;
	margin-bottom: 6px;
	color: var(--era-navy);
	font-size: 0.78rem;
	font-weight: 800;
}

.era-property-search input[type="search"],
.era-property-search select {
	width: 100%;
	min-height: 51px;
	padding: 11px 14px;
	border: 1px solid #b9c0ca;
	border-radius: 7px;
	background: #fff;
	color: var(--era-navy);
}

.era-property-search select {
	appearance: auto;
}

.era-form-note {
	margin: 12px 0 0;
	color: var(--era-muted);
	font-size: 0.74rem;
	line-height: 1.5;
}

.era-answer-box {
	max-width: 960px;
	margin: 0 auto 46px;
	padding: 25px 30px;
	border-left: 5px solid var(--era-sky-text);
	border-radius: 0 8px 34px 0;
	background: var(--era-bg);
}

.era-answer-box p {
	margin: 0;
}

.era-listing-section {
	padding-top: clamp(62px, 7vw, 90px);
}

.era-process-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	gap: 14px;
	list-style: none;
	counter-reset: none;
}

.era-process-grid li {
	min-height: 255px;
	padding: 25px;
	border: 1px solid var(--era-line);
	border-radius: 8px 8px 44px 8px;
	background: #fff;
}

.era-process-grid span {
	display: inline-block;
	margin-bottom: 46px;
	color: var(--era-red);
	font-size: 0.74rem;
	font-weight: 800;
}

.era-property-page-rent .era-process-grid span {
	color: var(--era-sky-text);
}

.era-process-grid h3 {
	margin-bottom: 10px;
	font-size: 1.12rem;
}

.era-process-grid p {
	margin-bottom: 0;
	color: var(--era-muted);
	font-size: 0.84rem;
	line-height: 1.55;
}

.era-search-support-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(42px, 8vw, 100px);
}

.era-search-support-grid > div > p:not(.era-eyebrow, .era-card-kicker) {
	max-width: 650px;
}

.era-support-panel {
	padding: clamp(28px, 4vw, 42px);
	border: 1px solid var(--era-line);
	border-radius: var(--era-signature);
	background: var(--era-bg);
}

.era-support-panel h3 {
	font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.era-choice-card-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.era-choice-card {
	display: flex;
	min-height: 245px;
	padding: 28px;
	flex-direction: column;
	justify-content: flex-end;
	border: 1px solid var(--era-line);
	border-radius: 9px 9px 52px 9px;
	background: #fff;
	color: var(--era-navy) !important;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.era-choice-card::before {
	width: 42px;
	height: 6px;
	margin-bottom: auto;
	border-radius: 20px;
	background: var(--tone, var(--era-red));
	content: "";
}

.era-choice-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 32px rgb(20 31 53 / 10%);
}

.era-choice-card span {
	margin-bottom: 7px;
	color: var(--tone, var(--era-red));
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.era-choice-card strong {
	font-size: 1.2rem;
	line-height: 1.3;
}

.era-choice-card small {
	margin-top: 8px;
	color: var(--era-muted);
	line-height: 1.5;
}

/* Frymo bleibt nativ und wird nur innerhalb des neuen Rahmens gestaltet. */
.era-frymo-bridge > .elementor,
.era-frymo-bridge .elementor-section,
.era-frymo-bridge .e-con {
	--container-max-width: var(--era-shell);
}

.era-frymo-bridge .elementor-widget-heading:first-child,
.era-frymo-bridge .elementor-widget-heading:nth-child(2) {
	display: none;
}

.era-frymo-bridge .frymo-filter-form {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	margin-bottom: 38px;
	padding: clamp(22px, 4vw, 34px) !important;
	gap: 14px;
	border: 1px solid var(--era-line);
	border-radius: 9px 9px 52px 9px;
	background: var(--era-bg);
}

.era-frymo-bridge .frymo-filter-form > * {
	min-width: 0;
}

.era-frymo-bridge .frymo-filter-form > input[type="hidden"] {
	display: none;
}

.era-frymo-bridge .frymo-filter-form > :nth-child(1),
.era-frymo-bridge .frymo-filter-form > :nth-child(2),
.era-frymo-bridge .frymo-filter-form > :nth-child(4),
.era-frymo-bridge .frymo-filter-form > :nth-child(5) {
	grid-column: span 3;
}

.era-frymo-bridge .frymo-filter-form > :nth-child(6),
.era-frymo-bridge .frymo-filter-form > :nth-child(7),
.era-frymo-bridge .frymo-filter-form > :nth-child(8),
.era-frymo-bridge .frymo-filter-form > :nth-child(9) {
	grid-column: span 3;
}

.era-frymo-bridge .frymo-filter-form > :last-child {
	grid-column: 1 / -1;
}

.era-frymo-bridge .frymo-filter-form input,
.era-frymo-bridge .frymo-filter-form select,
.era-frymo-bridge .frymo-filter-form .selectize-input {
	min-height: 50px !important;
	padding: 11px 13px !important;
	border: 1px solid #b9c0ca !important;
	border-radius: 7px !important;
	background: #fff !important;
	color: var(--era-navy) !important;
	font-family: var(--era-font) !important;
	font-size: 0.84rem !important;
	box-shadow: none !important;
}

.era-frymo-bridge .frymo-filter-form button,
.era-frymo-bridge .frymo-filter-form input[type="submit"] {
	min-height: 50px;
	padding: 12px 24px !important;
	border: 2px solid var(--era-red) !important;
	border-radius: 8px !important;
	background: var(--era-red) !important;
	color: #fff !important;
	font-family: var(--era-font) !important;
	font-size: 0.8rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.era-frymo-bridge .frymo-listing-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	gap: 20px;
	color: var(--era-muted);
	font-family: var(--era-font);
	font-size: 0.85rem;
}

.era-frymo-bridge .frymo-listing-toolbar select {
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid #b9c0ca;
	border-radius: 7px;
	background: #fff;
	color: var(--era-navy);
	font-family: var(--era-font);
}

.era-frymo-bridge .frymo-listing.frymo-listing-grid-skin {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 22px !important;
}

.era-frymo-bridge .frymo-listing-item {
	display: flex !important;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--era-line) !important;
	border-radius: 9px 9px 58px 9px !important;
	background: #fff !important;
	box-shadow: 0 10px 28px rgb(24 35 53 / 7%) !important;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.era-frymo-bridge .frymo-listing-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 38px rgb(24 35 53 / 12%) !important;
}

.era-frymo-bridge .frymo-listing-image,
.era-frymo-bridge .frymo-listing-image-wrapper {
	overflow: hidden;
}

.era-frymo-bridge .frymo-listing-image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 260ms ease;
}

.era-frymo-bridge .frymo-listing-item:hover .frymo-listing-image img {
	transform: scale(1.025);
}

.era-frymo-bridge .frymo-listing-badge {
	border-radius: 5px !important;
	font-family: var(--era-font) !important;
	font-size: 0.68rem !important;
	font-weight: 800 !important;
	text-transform: uppercase;
}

.era-frymo-bridge .badge-kauf {
	background: var(--era-red) !important;
}

.era-frymo-bridge .badge-miete {
	background: var(--era-sky-text) !important;
}

.era-frymo-bridge .frymo-listing-content {
	display: flex;
	padding: 22px !important;
	flex: 1;
	flex-direction: column;
}

.era-frymo-bridge .frymo-listing-title {
	margin: 10px 0 12px !important;
	font-family: var(--era-font) !important;
	font-size: 1.18rem !important;
	font-weight: 800 !important;
	letter-spacing: -0.02em;
	line-height: 1.3 !important;
}

.era-frymo-bridge .frymo-listing-title a {
	color: var(--era-navy) !important;
	text-decoration: none !important;
}

.era-frymo-bridge .frymo-listing-title a:hover {
	color: var(--era-red) !important;
}

.era-frymo-bridge .frymo-listing-id-wrapper,
.era-frymo-bridge .frymo-listing-location,
.era-frymo-bridge .frymo-listing-meta {
	color: var(--era-muted) !important;
	font-family: var(--era-font) !important;
	font-size: 0.78rem !important;
}

.era-frymo-bridge .frymo-listing-price {
	margin-top: auto !important;
	padding-top: 18px !important;
	border-top: 1px solid var(--era-line);
	color: var(--era-navy) !important;
	font-family: var(--era-font) !important;
}

.era-frymo-bridge .frymo-listing-price-value {
	font-weight: 800 !important;
}

.era-frymo-bridge .pagination,
.era-frymo-bridge .frymo-pagination {
	display: flex;
	margin-top: 38px;
	gap: 7px;
	justify-content: center;
}

.era-frymo-bridge .pagination a,
.era-frymo-bridge .pagination span,
.era-frymo-bridge .frymo-pagination a,
.era-frymo-bridge .frymo-pagination span {
	display: inline-grid;
	place-items: center;
	min-width: 42px;
	min-height: 42px;
	padding: 6px;
	border: 1px solid var(--era-line);
	border-radius: 6px;
	background: #fff;
	color: var(--era-blue) !important;
	font-weight: 800;
	text-decoration: none;
}

.era-frymo-bridge .pagination .current,
.era-frymo-bridge .frymo-pagination .current {
	border-color: var(--era-blue);
	background: var(--era-blue);
	color: #fff !important;
}

.era-principle-list article {
	display: grid;
	grid-template-columns: 54px 1fr;
	padding: 22px 0;
	gap: 20px;
	border-top: 1px solid #d1d5dc;
}

.era-principle-list article:last-child {
	border-bottom: 1px solid #d1d5dc;
}

.era-principle-list strong {
	color: var(--era-red);
	font-size: 0.82rem;
}

.era-principle-list h3 {
	margin-bottom: 7px;
}

.era-principle-list p {
	margin-bottom: 0;
	color: var(--era-muted);
}

.era-site-footer {
	padding-top: 78px;
	background: var(--era-navy-deep);
	color: rgb(255 255 255 / 75%);
}

.era-footer-grid {
	display: grid;
	grid-template-columns: 1.35fr repeat(3, 1fr);
	padding-bottom: 58px;
	gap: clamp(32px, 5vw, 72px);
}

.era-footer-brand .custom-logo-link,
.era-footer-brand .era-wordmark {
	margin-bottom: 20px;
}

.era-footer-brand .era-wordmark {
	color: #fff !important;
}

.era-footer-brand p,
.era-footer-brand address {
	max-width: 290px;
	font-size: 0.85rem;
	font-style: normal;
}

.era-footer-brand address {
	margin-top: 20px;
}

.era-site-footer h2 {
	margin-bottom: 18px;
	color: #fff;
	font-size: 0.85rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.era-site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.era-site-footer li {
	margin-bottom: 9px;
}

.era-site-footer a {
	color: rgb(255 255 255 / 75%);
	font-size: 0.84rem;
	text-decoration: none;
}

.era-site-footer a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.era-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 78px;
	gap: 24px;
	border-top: 1px solid rgb(255 255 255 / 14%);
}

.era-footer-bottom p {
	margin: 0;
	font-size: 0.76rem;
}

.era-footer-bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.era-footer-cookie {
	padding: 0;
	border: 0;
	background: transparent;
	color: rgb(255 255 255 / 75%);
	font-size: 0.76rem;
	cursor: pointer;
}

.era-footer-cookie:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* Eigentümer-Cluster */
.era-page-hero-sunrise::after {
	border-color: rgb(255 144 21 / 15%);
}

.era-page-hero-violet::after {
	border-color: rgb(91 45 134 / 12%);
}

.era-eyebrow-violet {
	color: var(--era-violet);
}

.era-owner-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.65fr);
	align-items: center;
	gap: clamp(44px, 7vw, 96px);
}

.era-owner-hero .era-page-hero-copy {
	max-width: 820px;
}

.era-service-summary {
	padding: clamp(28px, 4vw, 40px);
	border: 1px solid var(--era-line);
	border-radius: var(--era-signature);
	background: #fff;
	box-shadow: var(--era-shadow);
}

.era-service-summary > p:last-child {
	margin-bottom: 0;
}

.era-service-summary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.era-service-summary li {
	display: grid;
	padding: 16px 0;
	border-top: 1px solid var(--era-line);
	gap: 3px;
}

.era-service-summary li:first-child {
	border-top: 0;
}

.era-service-summary li strong {
	color: var(--era-navy-deep);
}

.era-service-summary li span {
	color: var(--era-muted);
	font-size: 0.85rem;
}

.era-owner-route-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.era-owner-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.era-owner-route {
	display: flex;
	min-height: 330px;
	padding: clamp(27px, 3vw, 38px);
	flex-direction: column;
	border: 1px solid var(--era-line);
	border-top: 6px solid var(--tone, var(--era-red));
	border-radius: 8px 8px 62px 8px;
	background: #fff;
	color: var(--era-text) !important;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.era-owner-route:hover {
	transform: translateY(-4px);
	box-shadow: var(--era-shadow);
}

.era-route-number {
	margin-bottom: 38px;
	color: var(--tone, var(--era-red));
	font-size: 0.75rem;
	font-weight: 800;
}

.era-owner-route p {
	color: var(--era-muted);
	font-size: 0.93rem;
}

.era-owner-route > strong {
	margin-top: auto;
	color: var(--era-blue);
	font-size: 0.86rem;
}

.era-owner-route-compact {
	min-height: 285px;
}

.era-process-grid-four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.era-benefit-card {
	padding: clamp(26px, 3vw, 36px);
	border: 1px solid var(--era-line);
	border-radius: 8px 8px 44px 8px;
	background: #fff;
}

.era-benefit-card::before {
	display: block;
	width: 42px;
	height: 6px;
	margin-bottom: 30px;
	border-radius: 10px;
	background: var(--era-red);
	content: "";
}

.era-service-page-blue .era-benefit-card::before {
	background: var(--era-sky-text);
}

.era-service-page-blue .era-process-grid span {
	color: var(--era-sky-text);
}

.era-service-page-sunrise .era-benefit-card::before {
	background: var(--era-sunrise);
}

.era-service-page-sunrise .era-process-grid span {
	color: var(--era-sunrise-text);
}

.era-service-page-violet .era-benefit-card::before {
	background: var(--era-violet);
}

.era-service-page-violet .era-process-grid span {
	color: var(--era-violet);
}

.era-benefit-card p {
	margin-bottom: 0;
	color: var(--era-muted);
}

.era-source-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
	padding: 20px 24px;
	gap: 24px;
	border-left: 5px solid var(--era-sky-text);
	border-radius: 0 8px 30px 0;
	background: var(--era-bg);
}

.era-source-note p,
.era-source-note > span {
	margin: 0;
	font-size: 0.86rem;
}

.era-form-shell {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1.28fr);
	align-items: start;
	gap: clamp(42px, 7vw, 90px);
}

.era-form-bridge {
	padding: clamp(24px, 4vw, 40px);
	border: 1px solid var(--era-line);
	border-radius: var(--era-signature);
	background: #fff;
	box-shadow: var(--era-shadow);
}

.era-form-bridge .elementor,
.era-form-bridge .elementor-widget-form,
.era-form-bridge .elementor-widget-container {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.era-form-bridge .elementor-form-fields-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.era-form-bridge .elementor-field-group {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.era-form-bridge .elementor-field-type-textarea,
.era-form-bridge .elementor-field-type-acceptance,
.era-form-bridge .elementor-field-type-submit {
	grid-column: 1 / -1;
}

.era-form-bridge .elementor-field-label {
	margin-bottom: 6px;
	color: var(--era-navy-deep);
	font-size: 0.78rem;
	font-weight: 800;
}

.era-form-bridge input:not([type="checkbox"]),
.era-form-bridge select,
.era-form-bridge textarea {
	width: 100%;
	min-height: 50px;
	padding: 11px 14px;
	border: 1px solid #b9c0ca;
	border-radius: 7px;
	background: #fff;
	color: var(--era-navy-deep);
}

.era-form-bridge textarea {
	min-height: 130px;
}

.era-form-bridge button[type="submit"] {
	min-height: 50px;
	padding: 12px 24px;
	border: 2px solid var(--era-red);
	border-radius: var(--era-radius);
	background: var(--era-red);
	color: #fff;
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	cursor: pointer;
}

/* Interessentenservice: Suchprofil und Finanzierung */
.era-interest-page-profile .era-benefit-card::before {
	background: var(--era-sky-text);
}

.era-interest-page-finance .era-benefit-card::before {
	background: var(--era-sunrise);
}

.era-tool-intro {
	max-width: 820px;
	margin-bottom: 32px;
}

.era-external-tool {
	min-height: 240px;
	padding: clamp(14px, 2vw, 24px);
	overflow: hidden;
	border: 1px solid var(--era-line);
	border-radius: var(--era-signature);
	background: #fff;
	box-shadow: var(--era-shadow);
}

.era-external-tool .elementor,
.era-external-tool .elementor-element,
.era-external-tool .elementor-widget-container {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.era-external-tool iframe {
	display: block;
	width: 100% !important;
	min-height: 680px;
	border: 0;
}

.era-external-note {
	max-width: 900px;
	margin: 18px 0 0;
	color: var(--era-muted);
	font-size: 0.78rem;
}

.era-integration-pending {
	padding: 8px;
}

.era-integration-pending strong {
	display: block;
	margin-bottom: 10px;
	color: var(--era-red-dark);
	font-size: 1.2rem;
}

.era-integration-pending p {
	margin-bottom: 22px;
}

/* Kontakt und regionale Zuordnung */
.era-contact-location-search {
	margin-bottom: 20px;
}

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

.era-contact-location-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: start;
	padding: 25px;
	gap: 18px;
	border: 1px solid var(--era-line);
	border-radius: 8px 8px 40px 8px;
	background: #fff;
	box-shadow: 0 8px 26px rgb(24 35 53 / 5%);
}

.era-contact-location-card[hidden] {
	display: none;
}

.era-contact-location-card h3 {
	margin-bottom: 7px;
	font-size: 1.12rem;
}

.era-contact-location-card p {
	margin-bottom: 0;
	color: var(--era-muted);
	font-size: 0.84rem;
}

.era-contact-location-actions {
	display: grid;
	min-width: 150px;
	gap: 4px;
	font-size: 0.78rem;
	text-align: right;
}

.era-contact-location-actions > a:not(.era-text-link) {
	color: var(--era-blue);
}

.era-contact-location-actions .era-text-link {
	justify-content: flex-end;
	margin-top: 8px;
	font-size: 0.78rem;
}

.era-central-contact {
	display: grid;
	margin-top: 30px;
	padding: 25px;
	gap: 5px;
	border-left: 5px solid var(--era-sky-text);
	border-radius: 0 8px 34px 0;
	background: #fff;
}

.era-central-contact > a {
	color: var(--era-blue);
	font-size: 1.15rem;
	font-weight: 800;
}

.era-central-contact > p:last-child {
	margin: 13px 0 0;
	color: var(--era-muted);
	font-size: 0.78rem;
}

/* Ratgeber und redaktionelle Beiträge */
.era-ratgeber-hero {
	padding-bottom: 54px;
}

.era-ratgeber-hero-copy {
	max-width: 900px;
	padding-top: clamp(34px, 6vw, 76px);
}

.era-ratgeber-topics {
	display: flex;
	flex-wrap: wrap;
	margin-top: 38px;
	gap: 9px;
}

.era-ratgeber-topics a {
	padding: 10px 16px;
	border: 1px solid var(--era-line);
	border-radius: 999px;
	background: #fff;
	color: var(--era-blue);
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
}

.era-ratgeber-topics a:hover,
.era-ratgeber-topics a:focus-visible,
.era-ratgeber-topics a.is-active {
	border-color: var(--era-blue);
	background: var(--era-blue);
	color: #fff;
}

.era-ratgeber-featured {
	padding-top: 56px;
	padding-bottom: 56px;
}

.era-ratgeber-feature-card {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
	overflow: hidden;
	border: 1px solid var(--era-line);
	border-radius: 8px 8px 54px 8px;
	background: #fff;
	box-shadow: var(--era-shadow);
}

.era-ratgeber-feature-media,
.era-ratgeber-card-media {
	display: block;
	overflow: hidden;
	background: linear-gradient(145deg, var(--era-blue), #164f83);
}

.era-ratgeber-feature-media {
	min-height: 430px;
}

.era-ratgeber-feature-media img,
.era-ratgeber-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.era-ratgeber-feature-media > span,
.era-ratgeber-card-placeholder {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 220px;
	align-items: center;
	justify-content: center;
	padding: 28px;
	color: #fff;
	font-size: clamp(1.6rem, 4vw, 3rem);
	font-weight: 900;
	text-align: center;
}

.era-ratgeber-feature-copy {
	display: flex;
	padding: clamp(30px, 5vw, 58px);
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.era-ratgeber-feature-copy h2 {
	margin: 10px 0 18px;
	font-size: clamp(1.8rem, 3.1vw, 3rem);
}

.era-ratgeber-feature-copy h2 a,
.era-ratgeber-card h2 a {
	color: inherit;
	text-decoration: none;
}

.era-ratgeber-feature-copy h2 a:hover,
.era-ratgeber-card h2 a:hover {
	color: var(--era-red);
}

.era-ratgeber-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	color: var(--era-muted);
	font-size: 0.75rem;
	font-weight: 700;
}

.era-ratgeber-meta a {
	color: var(--era-blue);
	text-decoration: none;
}

.era-ratgeber-meta > * + *::before {
	content: "•";
	margin-right: 10px;
	color: var(--era-red);
}

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

.era-ratgeber-card {
	display: flex;
	min-width: 0;
	overflow: hidden;
	padding: 0;
	flex-direction: column;
	border: 1px solid var(--era-line);
	border-radius: 8px 8px 36px 8px;
	background: #fff;
	box-shadow: 0 12px 30px rgb(30 40 60 / 7%);
}

.era-ratgeber-card-media {
	height: 220px;
}

.era-ratgeber-card-body {
	display: flex;
	padding: 25px;
	flex: 1;
	align-items: flex-start;
	flex-direction: column;
}

.era-ratgeber-card h2 {
	margin: 12px 0;
	font-size: clamp(1.2rem, 1.8vw, 1.55rem);
}

.era-ratgeber-card p {
	margin-bottom: 20px;
	color: var(--era-muted);
}

.era-ratgeber-card .era-text-link {
	margin-top: auto;
}

.era-ratgeber-page .navigation.pagination {
	margin-top: 44px;
}

.era-ratgeber-page .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
}

.era-ratgeber-page .page-numbers {
	display: inline-flex;
	min-width: 42px;
	height: 42px;
	padding: 0 13px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--era-line);
	border-radius: 999px;
	background: #fff;
	color: var(--era-blue);
	font-weight: 800;
	text-decoration: none;
}

.era-ratgeber-page .page-numbers.current,
.era-ratgeber-page a.page-numbers:hover {
	border-color: var(--era-blue);
	background: var(--era-blue);
	color: #fff;
}

.era-ratgeber-trust {
	display: grid;
	gap: 34px;
}

.era-article-header {
	padding: 42px 0 clamp(60px, 8vw, 96px);
	background: linear-gradient(145deg, #fff 0%, #f6f7fa 100%);
}

.era-article-shell {
	max-width: 990px;
}

.era-article-header .era-breadcrumb {
	margin-bottom: clamp(42px, 7vw, 82px);
}

.era-article-header h1 {
	max-width: 940px;
	margin-bottom: 22px;
	font-size: clamp(2.3rem, 5.2vw, 5rem);
}

.era-article-byline {
	display: flex;
	flex-wrap: wrap;
	margin-top: 28px;
	gap: 10px 22px;
	color: var(--era-muted);
	font-size: 0.78rem;
	font-weight: 700;
}

.era-article-byline > * + *::before {
	content: "•";
	margin-right: 22px;
	color: var(--era-red);
}

.era-article-image {
	margin-top: -42px;
}

.era-article-image img {
	display: block;
	width: 100%;
	max-height: 700px;
	object-fit: cover;
	border-radius: 8px 8px 54px 8px;
	box-shadow: var(--era-shadow);
}

.era-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	padding-top: clamp(58px, 8vw, 100px);
	padding-bottom: clamp(70px, 9vw, 120px);
	gap: clamp(42px, 7vw, 90px);
}

.era-article-content {
	min-width: 0;
	font-size: 1.06rem;
	line-height: 1.8;
}

.era-article-content > :first-child {
	margin-top: 0;
}

.era-article-content h2,
.era-article-content h3,
.era-article-content h4 {
	margin-top: 1.8em;
	margin-bottom: 0.55em;
}

.era-article-content img {
	max-width: 100%;
	height: auto;
	border-radius: 6px 6px 28px 6px;
}

.era-article-content blockquote {
	margin: 34px 0;
	padding: 20px 26px;
	border-left: 5px solid var(--era-red);
	background: var(--era-bg);
}

.era-article-content a {
	color: var(--era-blue);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.era-article-aside {
	display: grid;
	align-content: start;
	gap: 18px;
}

.era-article-note {
	padding: 24px;
	border: 1px solid var(--era-line);
	border-radius: 6px 6px 30px 6px;
	background: #fff;
	box-shadow: 0 12px 30px rgb(30 40 60 / 6%);
}

.era-article-note p:last-of-type {
	margin-bottom: 0;
	color: var(--era-muted);
	font-size: 0.84rem;
}

.era-article-note .era-text-link {
	margin-top: 16px;
	font-size: 0.82rem;
}

/* Pflicht-, Such- und Fehlerseiten */
.era-legal-shell {
	max-width: 990px;
}

.era-legal-hero-copy {
	max-width: 850px;
	padding-top: clamp(34px, 6vw, 76px);
}

.era-legal-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	align-items: start;
	gap: clamp(42px, 7vw, 90px);
}

.era-legal-content {
	min-width: 0;
	font-size: 0.98rem;
	line-height: 1.75;
}

.era-legal-content > :first-child {
	margin-top: 0;
}

.era-legal-content h2,
.era-legal-content h3,
.era-legal-content h4 {
	margin-top: 1.8em;
	margin-bottom: 0.55em;
}

.era-legal-content a {
	color: var(--era-blue);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	overflow-wrap: anywhere;
}

.era-legal-content table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
}

.era-legal-content th,
.era-legal-content td {
	padding: 10px 12px;
	border: 1px solid var(--era-line);
	text-align: left;
	vertical-align: top;
}

.era-legal-draft {
	margin-bottom: 36px;
	padding: clamp(24px, 4vw, 36px);
	border: 2px solid var(--era-sunrise-text);
	border-radius: 8px 8px 34px 8px;
	background: #fff8ed;
}

.era-legal-draft h2 {
	margin-top: 8px;
}

.era-legal-aside {
	position: sticky;
	top: 110px;
	display: grid;
	gap: 18px;
}

.era-legal-aside nav {
	display: grid;
	overflow: hidden;
	border: 1px solid var(--era-line);
	border-radius: 6px 6px 30px 6px;
	background: #fff;
}

.era-legal-aside nav h2 {
	margin: 0;
	padding: 20px 22px;
	background: var(--era-blue);
	color: #fff;
	font-size: 1.05rem;
}

.era-legal-aside nav a,
.era-legal-aside nav button {
	padding: 13px 22px;
	border: 0;
	border-bottom: 1px solid var(--era-line);
	background: #fff;
	color: var(--era-blue);
	font: inherit;
	font-size: 0.84rem;
	font-weight: 800;
	text-align: left;
	text-decoration: none;
}

.era-legal-aside nav a:hover,
.era-legal-aside nav button:hover,
.era-legal-aside nav a[aria-current="page"] {
	background: var(--era-bg);
	color: var(--era-red);
}

.era-not-found-hero {
	padding-bottom: clamp(70px, 10vw, 130px);
}

.era-not-found-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
	align-items: center;
	padding-top: clamp(42px, 7vw, 90px);
	gap: 50px;
}

.era-not-found-code {
	color: var(--era-blue);
	font-size: clamp(8rem, 20vw, 18rem);
	font-weight: 950;
	letter-spacing: -0.09em;
	line-height: 0.75;
	opacity: 0.08;
}

.era-site-search {
	max-width: 720px;
	margin-top: 34px;
}

.era-site-search label {
	display: block;
	margin-bottom: 8px;
	color: var(--era-blue);
	font-size: 0.8rem;
	font-weight: 800;
}

.era-site-search > div {
	display: flex;
	gap: 10px;
}

.era-site-search input {
	width: 100%;
	min-width: 0;
	padding: 14px 16px;
	border: 1px solid var(--era-line);
	border-radius: 5px;
	background: #fff;
	color: var(--era-text);
	font: inherit;
}

.era-site-search input:focus {
	border-color: var(--era-blue);
	outline: 3px solid rgb(0 51 102 / 16%);
	outline-offset: 2px;
}

@media (min-width: 1061px) {
	.era-nav-parent:hover > .era-submenu,
	.era-nav-parent:focus-within > .era-submenu {
		display: block;
	}
}

@media (max-width: 1180px) {
	.era-header-cta {
		display: none;
	}

	.era-primary-nav {
		gap: 0;
	}

	.era-primary-list > li > a,
	.era-primary-list > li > button {
		padding-inline: 8px;
		font-size: 0.82rem;
	}

	.era-service-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.era-home-property-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.era-owner-service-grid {
		grid-template-columns: repeat(2, 1fr);
	}

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

	.era-process-grid-four {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 1060px) {
	.era-menu-toggle {
		display: inline-flex;
	}

	.era-primary-nav {
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		width: 100%;
		max-height: calc(100vh - 104px);
		padding: 16px 20px 24px;
		align-items: stretch;
		flex-direction: column;
		overflow-y: auto;
		border-top: 1px solid var(--era-line);
		background: #fff;
		box-shadow: 0 18px 30px rgb(30 40 60 / 12%);
	}

	.era-primary-nav.is-open {
		display: flex;
	}

	.era-primary-list {
		align-items: stretch;
		flex-direction: column;
	}

	.era-primary-list > li > a,
	.era-primary-list > li > button {
		width: 100%;
		justify-content: space-between;
		padding: 11px 4px;
		border-bottom: 1px solid var(--era-line);
		font-size: 0.95rem;
		text-align: left;
	}

	.era-submenu {
		position: static;
		min-width: 0;
		padding: 6px 0 10px 16px;
		border: 0;
		box-shadow: none;
	}

	.era-header-cta {
		display: inline-flex;
		margin-top: 10px;
	}

	.era-hero-grid {
		grid-template-columns: 1fr;
	}

	.era-about-home-grid {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
	}

	.era-pathfinder {
		max-width: 760px;
	}

	.era-location-preview,
	.era-location-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.era-service-grid,
	.era-home-property-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.era-location-map-layout {
		grid-template-columns: 1fr;
	}

	.era-germany-map {
		min-height: 520px;
	}

	.era-frymo-bridge .frymo-listing.frymo-listing-grid-skin {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.era-property-hero-grid {
		grid-template-columns: 1fr;
	}

	.era-owner-hero-grid,
	.era-form-shell {
		grid-template-columns: 1fr;
	}

	.era-property-search {
		max-width: 760px;
	}

	.era-contact-location-grid {
		grid-template-columns: 1fr;
	}

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

	.era-ratgeber-feature-card,
	.era-article-layout,
	.era-legal-layout,
	.era-not-found-grid {
		grid-template-columns: 1fr;
	}

	.era-article-aside {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.era-legal-aside {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.era-not-found-code {
	display: none;
	}

	.era-frymo-bridge .frymo-filter-form > * {
		grid-column: span 6 !important;
	}

	.era-frymo-bridge .frymo-filter-form > :last-child {
		grid-column: 1 / -1 !important;
	}

	.era-footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 760px) {
	.era-shell {
		width: min(calc(100% - 28px), var(--era-shell));
	}

	.era-section {
		padding: 70px 0;
	}

	.era-header-inner {
		min-height: 90px;
	}

	.era-logo-wrap,
	.era-site-header.is-compact .era-logo-wrap {
		width: min(225px, 64vw);
		min-height: 112px;
		margin-bottom: -22px;
		padding: 10px 22px 18px 12px;
		border-radius: 0 0 38px 0;
	}

	.era-logo-wrap .custom-logo,
	.era-site-header.is-compact .era-logo-wrap .custom-logo {
		width: 100%;
		max-width: 195px;
		height: 80px;
		transform: none;
	}

	.era-wordmark {
		font-size: 1.35rem;
	}

	.era-wordmark span {
		width: 55px;
		height: 38px;
	}

	.era-hero {
		padding-top: 76px;
	}

	.era-pathfinder-grid,
	.era-trust-grid,
	.era-location-preview,
	.era-service-grid,
	.era-home-property-grid,
	.era-review-grid,
	.era-advice-grid,
	.era-location-grid,
	.era-process-grid,
	.era-search-support-grid,
	.era-choice-card-grid,
	.era-footer-grid,
	.era-intro-grid,
	.era-network-grid,
	.era-about-home-grid,
	.era-faq-grid,
	.era-principle-grid,
	.era-location-search,
	.era-owner-route-grid,
	.era-owner-service-grid,
	.era-benefit-grid,
	.era-process-grid-four {
		grid-template-columns: 1fr;
	}

	.era-hero-watermark {
		right: -35%;
		width: 110vw;
		opacity: 0.03;
	}

	.era-path {
		grid-template-columns: 64px minmax(0, 1fr);
		min-height: 132px;
		padding: 18px;
		column-gap: 16px;
	}

	.era-path > .dashicons {
		width: 60px;
		height: 60px;
		font-size: 38px;
	}

	.era-germany-map {
		min-height: 460px;
	}

	.era-location-map-layout .era-location-preview {
		grid-template-columns: 1fr;
	}

	.era-integration-preview {
		align-items: flex-start;
		flex-direction: column;
	}

	.era-about-portrait {
		max-width: 460px;
	}

	.era-ratgeber-grid,
	.era-article-aside,
	.era-legal-aside {
		grid-template-columns: 1fr;
	}

	.era-site-search > div {
		align-items: stretch;
		flex-direction: column;
	}

	.era-ratgeber-feature-media {
		min-height: 260px;
	}

	.era-article-byline > * + *::before {
		display: none;
	}

	.era-form-bridge .elementor-form-fields-wrapper {
		grid-template-columns: 1fr;
	}

	.era-form-bridge .elementor-field-group {
		grid-column: 1 !important;
	}

	.era-contact-location-card {
		grid-template-columns: auto 1fr;
	}

	.era-contact-location-actions {
		grid-column: 2;
		text-align: left;
	}

	.era-contact-location-actions .era-text-link {
		justify-content: flex-start;
	}

	.era-external-tool {
		padding: 8px;
		border-radius: 8px 8px 34px 8px;
	}

	.era-external-tool iframe {
		min-height: 760px;
	}

	.era-frymo-bridge .frymo-listing.frymo-listing-grid-skin {
		grid-template-columns: 1fr !important;
	}

	.era-process-grid li {
		min-height: 0;
	}

	.era-process-grid span {
		margin-bottom: 22px;
	}

	.era-frymo-bridge .frymo-filter-form {
		display: block;
	}

	.era-frymo-bridge .frymo-filter-form > * {
		width: 100%;
		margin-bottom: 12px;
	}

	.era-frymo-bridge .frymo-listing-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.era-trust-strip {
		margin-top: -24px;
	}

	.era-trust-grid div {
		min-height: 80px;
		border-right: 0;
		border-bottom: 1px solid var(--era-line);
	}

	.era-trust-grid div:last-child {
		border-bottom: 0;
	}

	.era-section-head,
	.era-contact-band-inner,
	.era-source-note,
	.era-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.era-network-actions {
		justify-content: flex-start;
	}

	.era-location-search {
		align-items: stretch;
	}

	.era-search-field {
		flex-direction: column;
	}

	.era-location-card {
		padding: 24px;
	}

	.era-footer-grid {
		gap: 34px;
	}

	.era-footer-bottom {
		padding-block: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.era-relaunch *,
	.era-relaunch *::before,
	.era-relaunch *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
