.frnk-seo-page {
	--frnk-ink: #171a18;
	--frnk-muted: #5f6561;
	--frnk-paper: #ffffff;
	--frnk-soft: #f3f5f2;
	--frnk-green: #126b43;
	--frnk-red: #e22425;
	--frnk-line: #d8ddd9;
	color: var(--frnk-ink);
	background: var(--frnk-paper);
}

.frnk-seo-page *,
.frnk-seo-page *::before,
.frnk-seo-page *::after {
	box-sizing: border-box;
}

.frnk-seo-hero {
	min-height: 560px;
	display: flex;
	align-items: flex-end;
}

.frnk-seo-hero--elberadweg .wp-block-cover__image-background {
	object-position: center 78%;
}

.frnk-seo-hero .wp-block-cover__inner-container {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding: 84px 0 68px;
}

.frnk-seo-hero__content {
	max-width: 850px;
}

.frnk-seo-kicker {
	margin: 0 0 18px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #ffffff;
}

.frnk-seo-hero h1 {
	max-width: 980px;
	margin: 0 0 22px;
	font-size: 52px;
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: 0;
	color: #ffffff;
}

.frnk-seo-lead {
	max-width: 780px;
	margin: 0 0 30px;
	font-size: 22px;
	line-height: 1.5;
	color: #ffffff;
}

.frnk-seo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.frnk-seo-actions .wp-block-button__link,
.frnk-seo-cta .wp-block-button__link {
	padding: 15px 22px;
	border: 2px solid var(--frnk-red);
	border-radius: 4px;
	background: var(--frnk-red);
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.frnk-seo-actions .is-style-outline .wp-block-button__link {
	border-color: #ffffff;
	background: transparent;
	color: #ffffff;
}

.frnk-seo-band {
	padding: 72px 24px;
}

.frnk-seo-band--soft {
	background: var(--frnk-soft);
}

.frnk-seo-band--dark {
	background: var(--frnk-ink);
	color: #ffffff;
}

.frnk-seo-inner {
	width: min(1120px, 100%);
	margin: 0 auto;
}

.frnk-seo-band h2 {
	max-width: 850px;
	margin: 0 0 26px;
	font-size: 38px;
	font-weight: 400;
	line-height: 1.18;
	letter-spacing: 0;
}

.frnk-seo-band h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 0;
}

.frnk-seo-band p,
.frnk-seo-band li {
	font-size: 18px;
	line-height: 1.65;
}

.frnk-seo-band p {
	max-width: 860px;
}

.frnk-seo-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--frnk-line);
	border-bottom: 1px solid var(--frnk-line);
}

.frnk-seo-fact {
	min-height: 120px;
	padding: 24px;
	border-right: 1px solid var(--frnk-line);
}

.frnk-seo-fact:last-child {
	border-right: 0;
}

.frnk-seo-fact strong,
.frnk-seo-fact span {
	display: block;
}

.frnk-seo-fact strong {
	margin-bottom: 7px;
	font-size: 26px;
	line-height: 1.2;
}

.frnk-seo-fact span {
	color: var(--frnk-muted);
	font-size: 15px;
	line-height: 1.45;
}

.frnk-seo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 48px;
}

.frnk-seo-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.frnk-seo-list li {
	padding: 15px 0 15px 34px;
	border-top: 1px solid var(--frnk-line);
	position: relative;
}

.frnk-seo-list li::before {
	content: "";
	position: absolute;
	top: 25px;
	left: 4px;
	width: 12px;
	height: 6px;
	border-bottom: 2px solid var(--frnk-green);
	border-left: 2px solid var(--frnk-green);
	transform: rotate(-45deg);
}

.frnk-seo-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.frnk-seo-gallery figure {
	margin: 0;
}

.frnk-seo-gallery img {
	display: block;
	width: 100%;
	height: 310px;
	object-fit: cover;
}

.frnk-seo-gallery figcaption {
	padding-top: 9px;
	color: var(--frnk-muted);
	font-size: 14px;
	line-height: 1.45;
}

.frnk-seo-faq details {
	border-top: 1px solid var(--frnk-line);
}

.frnk-seo-faq details:last-child {
	border-bottom: 1px solid var(--frnk-line);
}

.frnk-seo-faq summary {
	cursor: pointer;
	padding: 20px 36px 20px 0;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.4;
}

.frnk-seo-faq details p {
	margin-top: 0;
	padding-bottom: 18px;
}

.frnk-seo-price-note {
	margin-top: 28px;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.frnk-seo-price-note p {
	margin: 0;
	font-size: 15px;
	color: #e7ebe8;
}

.frnk-seo-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
}

.frnk-seo-cta h2,
.frnk-seo-cta p {
	margin-bottom: 12px;
}

.frnk-seo-source-note {
	font-size: 14px !important;
	color: var(--frnk-muted);
}

@media (max-width: 800px) {
	.frnk-seo-hero--elberadweg .wp-block-cover__image-background {
		object-position: center center;
	}

	.frnk-seo-hero {
		min-height: 520px;
	}

	.frnk-seo-hero .wp-block-cover__inner-container {
		width: calc(100% - 36px);
		padding: 64px 0 48px;
	}

	.frnk-seo-hero h1 {
		font-size: 38px;
	}

	.frnk-seo-lead {
		font-size: 19px;
	}

	.frnk-seo-band {
		padding: 54px 18px;
	}

	.frnk-seo-band h2 {
		font-size: 31px;
	}

	.frnk-seo-grid,
	.frnk-seo-gallery {
		grid-template-columns: 1fr;
	}

	.frnk-seo-facts {
		grid-template-columns: 1fr;
	}

	.frnk-seo-fact {
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid var(--frnk-line);
	}

	.frnk-seo-fact:last-child {
		border-bottom: 0;
	}

	.frnk-seo-gallery img {
		height: 260px;
	}

	.frnk-seo-actions,
	.frnk-seo-cta {
		align-items: stretch;
		flex-direction: column;
	}

	.frnk-seo-actions .wp-block-button,
	.frnk-seo-actions .wp-block-button__link,
	.frnk-seo-cta .wp-block-button,
	.frnk-seo-cta .wp-block-button__link {
		width: 100%;
		text-align: center;
	}
}
