﻿section {
	padding: 84px 0;
}

@media (min-width: 1500px) {
	.expertise-cards {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

:root {
	--page-max-width: 1610px;
	--page-gutter: 150px;
	--page-content-offset: max(var(--page-gutter), calc((100vw - var(--page-max-width)) / 2));
	--hero-mobile-bg: url('https://i.postimg.cc/KzKhh0jL/1st-with-fam.jpg');
	--hero-content-top-offset: 208px;
}

.container {
	width: min(var(--page-max-width), calc(100vw - (var(--page-gutter) * 2)));
	margin: 0 auto;
}

.header {
	background: #efefef;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.renovierung-hero {
	height: 100vh;
	min-height: 100vh;
	position: relative;
	padding: 0;
	background: #ffffff;
}

.hero-slideshow {
	position: absolute;
	inset: 0;
}

.hero-slideshow .slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 0.8s ease;
}

.hero-slideshow .slide.active {
	opacity: 1;
}

.renovierung-hero .hero-overlay {
	display: none;
}

.hero-container {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
	max-width: none;
	margin: 0;
	padding: 0;
	gap: 0;
	align-items: stretch;
	justify-content: flex-start;
}

.hero-layout {
	display: flex;
	flex: 1 1 auto;
	min-height: 0;
	align-items: stretch;
}

.hero-kicker {
	display: inline-flex;
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
	border-radius: 999px;
	padding: 8px 16px;
	font-size: 13px;
	color: #555555;
	margin-bottom: 18px;
}

.hero-title {
	color: #1f1f1f;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	font-size: clamp(32px, 4.2vw, 58px);
	line-height: 1.08;
	margin: 0 0 20px;
	max-width: 30ch;
	hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	word-break: normal;
	overflow-wrap: normal;
	text-wrap: balance;
}

.hero-description {
	color: #555555;
	font-size: clamp(15px, 1.3vw, 19px);
	line-height: 1.7;
	max-width: 62ch;
	margin: 0 0 28px;
}

.hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 0;
}

.hero-certificates {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 16px;
	max-width: 600px;
}

.hero-certificate-item {
	background: #fff;
	border: 1px solid rgba(31, 31, 31, 0.14);
	border-radius: 12px;
	height: 88px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px 10px;
}

.hero-certificate-item img {
	max-width: 100%;
	max-height: 66px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

@media (min-width: 1335px) and (max-width: 1600px) {
	.hero-content {
		padding-top: 170px;
		padding-bottom: 56px;
	}

	.hero-title {
		font-size: clamp(30px, 3vw, 44px);
		line-height: 1.12;
		max-width: 20ch;
	}

	.hero-description {
		font-size: 16px;
		line-height: 1.55;
		max-width: 52ch;
		margin-bottom: 20px;
	}

	.renovierung-hero .hero-btn {
		padding: 14px 24px;
		font-size: 16px;
	}

	.hero-certificates {
		max-width: 460px;
		gap: 8px;
		margin-top: 12px;
	}

	.hero-certificate-item {
		height: 68px;
		padding: 6px 8px;
	}

	.hero-certificate-item img {
		max-height: 48px;
	}
}

.hero-btn {
	padding: 13px 24px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	transition: all 0.25s ease;
	border: 1px solid transparent;
}

.hero-btn.primary {
	background: #111111;
	color: #ffffff;
	box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.renovierung-hero .hero-btn {
	padding: 18px 34px;
	font-size: 18px;
}

.renovierung-hero .hero-btn.primary {
	background: #111111;
	color: #ffffff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.hero-btn.primary:hover {
	transform: translateY(-2px);
}

.hero-btn.secondary {
	background: rgba(255, 255, 255, 0.12);
	color: #111111;
	border-color: rgba(255, 255, 255, 0.35);
}

.hero-btn.secondary:hover {
	background: rgba(255, 255, 255, 0.2);
}

.hero-trust-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.hero-trust-item {
	background: transparent;
	border: none;
	padding: 0;
	border-radius: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 4px;
	box-shadow: none;
}

.hero-trust-item strong {
	font-size: clamp(38px, 3.4vw, 50px);
	font-weight: 800;
	color: #1f1f1f;
	line-height: 1;
}

.hero-trust-item span {
	font-size: clamp(14px, 1.15vw, 24px);
	font-weight: 700;
	color: #111;
	line-height: 1.15;
}

.hero-bottom-metrics {
	background: #fff;
	border-top: 1px dashed rgba(31, 31, 31, 0.18);
	border-bottom: 1px dashed rgba(31, 31, 31, 0.18);
	padding: 14px 0;
}

.hero-content {
	flex: 0 0 50%;
	max-width: 50%;
	padding: var(--hero-content-top-offset) min(5vw, 80px) 90px var(--page-content-offset);
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.hero-media {
	flex: 0 0 50%;
	max-width: 50%;
	min-height: 0;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.hero-media-slideshow {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 0;
}

.hero-media-slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.8s ease;
}

.hero-media-slide.active {
	opacity: 1;
}

.hero-visual-card {
	background: rgba(255, 255, 255, 0.14);
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0 24px 60px rgba(8, 10, 12, 0.5);
}

.hero-visual-card img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	display: block;
}

.hero-visual-meta {
	padding: 18px 20px 20px;
	background: rgba(8, 10, 12, 0.6);
}

.hero-rating-badge {
	background: linear-gradient(90deg, #ffffff, #000000);
	color: #2f210e;
	font-weight: 700;
	font-size: 12px;
	padding: 6px 12px;
	border-radius: 999px;
	display: inline-flex;
	margin-bottom: 10px;
}

.hero-meta-list {
	margin: 0;
	padding-left: 18px;
	color: #f9f3ea;
	display: grid;
	gap: 5px;
	font-size: 14px;
}

.slideshow-dots {
	position: absolute;
	bottom: 26px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 3;
}

.section-heading {
	margin-bottom: 28px;
}

.section-heading span {
	display: inline-flex;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.2px;
	color: var(--primary-color);
	margin-bottom: 10px;
}

.section-heading h2 {
	margin: 0;
	font-size: clamp(28px, 3.1vw, 44px);
	line-height: 1.18;
	color: #242424;
	max-width: 20ch;
}

.kpi-section {
	background: linear-gradient(135deg, #f8f6f2 0%, #f1ede6 100%);
}

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

.kpi-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	padding: 24px;
	box-shadow: 0 16px 36px rgba(28, 24, 18, 0.12);
}

.kpi-value {
	font-size: 38px;
	font-weight: 800;
	color: var(--primary-color);
	margin-bottom: 8px;
}

.kpi-card h3 {
	margin: 0 0 8px;
	font-size: 20px;
	color: #1f1f1f;
}

.kpi-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.62;
	color: #555;
}

.property-owners-section {
	background: #fff;
	color: #1f1f1f;
	padding-top: 40px;
	padding-bottom: 40px;
}

.property-owners-section .section-cta {
	margin-top: 18px;
}

.property-owners-section .section-btn {
	padding: 11px 26px;
	font-size: 15px;
}

.property-owners-section .container {
	width: min(var(--page-max-width), calc(100vw - (var(--page-gutter) * 2)));
}

.property-owners-section .section-header {
	margin-bottom: 16px;
}

.property-owners-section .section-header h2 {
	color: #1f1f1f;
	font-size: clamp(24px, 2.6vw, 38px);
	line-height: 1.08;
	text-align: center;
	margin: 0;
}

.property-owners-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 40px;
}

.property-owners-card {
	background: #fff;
	border: 1px solid rgba(17,17,17, 0.22);
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 10px 28px rgba(31, 31, 31, 0.1);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.property-owners-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(31, 31, 31, 0.16);
	border-color: rgba(17,17,17, 0.45);
}

.property-owners-image {
	aspect-ratio: 1 / 0.88;
	overflow: hidden;
	display: block;
	position: relative;
}

.property-owners-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	aspect-ratio: 1 / 0.88;
}

.property-owners-img-current {
	z-index: 1;
	opacity: 1;
}

.property-owners-img-next {
	z-index: 2;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.property-owners-img-next.active {
	opacity: 1;
}

.section-actions {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

.section-actions .hero-btn {
	padding: 16px 34px;
	font-size: 17px;
}

.expertise-section .section-actions .hero-btn.primary {
	background: #111111;
	color: #ffffff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.expertise-section .section-actions .hero-btn.primary:hover {
	background: #333333;
	transform: translateY(-2px);
}

.section-actions .hero-btn.secondary {
	background: transparent;
	color: #1f1f1f;
	border-color: rgba(31, 31, 31, 0.3);
}

.section-actions .hero-btn.secondary:hover {
	background: rgba(31, 31, 31, 0.06);
}

.section-promo {
	margin-top: 30px;
	text-align: center;
}

.section-promo-title {
	margin: 0 0 8px;
	font-size: 28px;
	font-weight: 700;
	color: #000000;
	line-height: 1.2;
}

.section-promo-text {
	margin: 0;
	font-size: 18px;
	line-height: 1.6;
	color: #4f473c;
}



.property-owners-info {
	background: #fff;
	padding: 20px 18px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	flex: 0 0 auto;
}

.property-owners-info-title {
	font-size: 17px;
	font-weight: 700;
	color: #000000;
	margin: 0 0 14px;
	line-height: 1.3;
}

.property-owners-info-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.property-owners-info-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 14px;
}

.property-owners-info-row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.property-owners-info-row dt {
	margin: 0;
	color: #676058;
	font-weight: 500;
	flex-shrink: 0;
}

.property-owners-info-row dd {
	margin: 0;
	color: #000000;
	font-weight: 600;
	text-align: right;
}

.funding-section {
	background: linear-gradient(135deg, #f8f6f2 0%, #f1ede6 100%);
	color: #1f1f1f;
}

.funding-section .container {
	width: min(var(--page-max-width), calc(100vw - (var(--page-gutter) * 2)));
}

.funding-section .section-header {
	text-align: center;
	margin-bottom: 60px;
}

.funding-section .section-subtitle {
	color: #000000;
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.funding-section .section-title {
	color: #1f1f1f;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}

.funding-section .section-description {
	color: #5e554a;
	font-size: 18px;
	line-height: 1.6;
	max-width: 800px;
	margin: 0 auto;
}

.funding-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-bottom: 60px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.funding-card {
	background: #fff;
	border: 1px solid rgba(17,17,17, 0.22);
	padding: 40px 30px;
	border-radius: 16px;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.funding-card.featured {
	background: #f5f5f5;
	border-color: #111111;
	border-width: 2px;
}

.funding-card:hover {
	transform: translateY(-8px);
	border-color: #000000;
	box-shadow: 0 14px 30px rgba(31, 31, 31, 0.14);
}

.funding-badge {
	display: inline-block;
	padding: 6px 16px;
	background: rgba(31, 31, 31, 0.08);
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
	color: #3f382f;
}

.funding-badge.highlight {
	background: #111111;
	color: #ffffff;
}

.funding-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #1f1f1f;
}

.funding-amount {
	font-size: 36px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 24px;
}

.funding-amount span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #888888;
	margin-top: 8px;
}

.funding-list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.funding-list li {
	padding: 10px 0;
	padding-left: 28px;
	position: relative;
	font-size: 15px;
	color: #444444;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.funding-list li:last-child {
	border-bottom: none;
}

.funding-list li:before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #000000;
	font-weight: 700;
}

.funding-note {
	font-size: 14px;
	color: #777777;
	line-height: 1.6;
}

.funding-benefits {
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.12);
	padding: 50px 40px;
	border-radius: 16px;
	margin-bottom: 40px;
	box-shadow: 0 14px 30px rgba(31, 31, 31, 0.1);
}

.benefits-title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #1f1f1f;
	text-align: center;
}

.benefits-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
}

.benefit-item {
	display: flex;
	gap: 20px;
}

.benefit-icon {
	width: 40px;
	height: 40px;
	background: #111111;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}

.benefit-content h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #1f1f1f;
}

.benefit-content p {
	font-size: 14px;
	color: #5e554a;
	line-height: 1.6;
}

.funding-alert {
	display: flex;
	gap: 20px;
	background: #fff7e8;
	border: 2px solid #000000;
	padding: 30px;
	border-radius: 12px;
	margin-bottom: 40px;
}

.alert-icon {
	font-size: 32px;
	flex-shrink: 0;
}

.alert-content h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #1f1f1f;
}

.alert-content p {
	font-size: 15px;
	line-height: 1.6;
	color: #4f473c;
}

.portfolio-section {
	background: linear-gradient(135deg, #f8f6f2 0%, #f1ede6 100%);
	color: #1f1f1f;
}

.portfolio-container {
	width: min(var(--page-max-width), calc(100vw - (var(--page-gutter) * 2)));
	margin: 0 auto;
}

.portfolio-header {
	margin-bottom: 40px;
}

.portfolio-section .services-subtitle {
	color: #888;
}

.portfolio-section .services-subtitle::before {
	background: #888;
}

.portfolio-section .services-main-title {
	color: #1f1f1f;
}

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

.portfolio-card {
	background: #fff;
	border: 1px solid rgba(17,17,17, 0.22);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(31, 31, 31, 0.1);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.portfolio-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(31, 31, 31, 0.16);
	border-color: rgba(17,17,17, 0.45);
}

.portfolio-image {
	height: 280px;
}

.portfolio-image::before {
	background: rgba(0, 0, 0, 0.42);
}

.portfolio-btn {
	background: rgba(255, 255, 255, 0.92);
	color: #111111;
	border: none;
}

.portfolio-btn:hover {
	background: #fff;
	color: #000000;
}

.portfolio-info {
	padding: 20px 18px;
}

.portfolio-title {
	color: #1f1f1f;
	font-size: 20px;
	margin-bottom: 10px;
}

.spec-item {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.spec-label {
	color: #676058;
}

.spec-value {
	color: #000000;
}

.portfolio-modal {
	background-color: rgba(96, 96, 96, 0.55);
	backdrop-filter: blur(6px);
}

.portfolio-modal .modal-content {
	background: #f1f1f1;
	border: 1px solid rgba(17,17,17, 0.24);
	box-shadow: 0 24px 56px rgba(31, 31, 31, 0.2);
}

.portfolio-modal .modal-content:not(#consentModal .modal-content) {
	background: #f1f1f1;
	color: #1f1f1f;
}

.portfolio-modal .modal-header {
	background: linear-gradient(135deg, #f8f6f2 0%, #f1ede6 100%);
	border-bottom: 1px solid rgba(17,17,17, 0.22);
}

.portfolio-modal .modal-header .modal-title,
.portfolio-modal .modal-header h3 {
	color: #1f1f1f;
}

.portfolio-modal .modal-title {
	color: #1f1f1f;
}

.portfolio-modal .modal-spec {
	background: rgba(17,17,17, 0.12);
	border-color: rgba(17,17,17, 0.32);
	color: #7f5a26;
}

.portfolio-modal .modal-close {
	background: #fff;
	border: 1px solid rgba(31, 31, 31, 0.16);
	color: #1f1f1f;
}

.portfolio-modal .modal-close:hover {
	background: #000000;
	border-color: #000000;
	color: #111111;
}

.portfolio-modal .gallery-main {
	background: #f6f3ee;
}

.portfolio-modal .modal-gallery {
	background: #f1f1f1;
}

.portfolio-modal .gallery-main img {
	background: #ededed;
}

.portfolio-modal .gallery-nav {
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(31, 31, 31, 0.2);
	color: #1f1f1f;
}

.portfolio-modal .gallery-nav:hover {
	background: #000000;
	border-color: #000000;
	color: #111111;
}

.portfolio-modal .gallery-thumbnails {
	background: #eaeaea;
	border-top: 1px solid rgba(17,17,17, 0.16);
	scrollbar-color: #000000 rgba(0, 0, 0, 0.08);
}

.portfolio-modal .gallery-thumbnails::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.08);
}

.portfolio-modal .gallery-thumbnails::-webkit-scrollbar-thumb {
	background: #000000;
}

.portfolio-modal .thumbnail {
	background: #fff;
	border-color: rgba(31, 31, 31, 0.12);
}

.portfolio-modal .thumbnail:hover {
	border-color: rgba(17,17,17, 0.55);
}

.portfolio-modal .thumbnail.active {
	border-color: #000000;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}

.section-cta {
	text-align: center;
}

.section-btn {
	padding: 16px 32px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	border: none;
	background: #000000;
	color: white;
	text-decoration: none;
	display: inline-block;
	width: fit-content;
}

.section-btn:hover {
	background: #a67c52;
	transform: translateY(-2px);
}

.why-us-section {
	background: linear-gradient(135deg, #f8f6f2 0%, #f2eee8 100%);
}

.why-us-section .container {
	width: min(var(--page-max-width), calc(100vw - (var(--page-gutter) * 2)));
}

.why-us-section .section-heading h2 {
	color: #242424;
}

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

.benefit-card {
	padding: 26px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 18px;
	background: #fff;
	color: #4f4f4f;
	min-height: 210px;
}

.benefit-card h3 {
	margin: 0 0 10px;
	font-size: 24px;
	color: #1f1f1f;
}

.benefit-card p {
	margin: 0;
	font-size: 17px;
	line-height: 1.64;
}

.testimonials-section {
	background: linear-gradient(135deg, #f8f6f2 0%, #f1ede6 100%);
	color: #2a2a2a;
}

.testimonials-container {
	max-width: var(--page-max-width);
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.testimonials-header {
	text-align: center;
	margin-bottom: 48px;
}

.testimonials-section .section-subtitle {
	color: var(--primary-color);
	display: block;
	margin-bottom: 8px;
}

.testimonials-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	color: #1f1f1f;
	margin: 0;
}

.testimonials-grid-container {
	position: relative;
	overflow: visible;
	min-height: 320px;
}

.testimonials-grid {
	position: relative;
	width: 100%;
}

.testimonials-group {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: opacity 0.4s ease, transform 0.4s ease;
	transform: translateX(60px);
}

.testimonials-group.active {
	opacity: 1;
	visibility: visible;
	position: relative;
	transform: translateX(0);
}

.testimonials-section .testimonial-card {
	background: #fff;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	padding: 34px;
	text-align: center;
	transition: all 0.3s ease;
}

.testimonials-section .testimonial-card:hover {
	transform: translateY(-6px);
	border-color: rgba(255, 255, 255, 0.35);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.testimonial-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.quote-icon {
	font-size: 48px;
	color: var(--primary-color);
	font-family: serif;
	line-height: 1;
	margin-bottom: 8px;
}

.testimonials-section .testimonial-text {
	font-size: 15px;
	line-height: 1.6;
	color: rgba(33, 33, 33, 0.85);
	margin: 0 0 20px;
	text-align: center;
}

.testimonial-author {
	margin-top: auto;
}

.author-name {
	font-size: 16px;
	font-weight: 600;
	color: var(--primary-color);
	margin: 0;
}

.testimonial-navigation {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
}

.testimonial-nav-btn {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 2px solid rgba(33, 33, 33, 0.25);
	background: transparent;
	color: rgba(33, 33, 33, 0.75);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.25s ease;
}

.testimonial-nav-btn:hover {
	border-color: var(--primary-color);
	color: var(--primary-color);
	transform: scale(1.08);
}

.testimonial-nav-btn.active {
	background: #111111;
	border-color: #111111;
	color: #ffffff;
}

.expertise-section {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background: #111111;
	padding: 18px 0;
}

.expertise-section::before,
.expertise-section::after {
	content: '';
	position: absolute;
	border-radius: 999px;
	filter: blur(2px);
	z-index: 0;
}

.expertise-section::before {
	width: 420px;
	height: 420px;
	right: -140px;
	top: -160px;
	background: none;
}

.expertise-section::after {
	width: 380px;
	height: 380px;
	left: -120px;
	bottom: -160px;
	background: none;
}

.expertise-section .container {
	width: min(var(--page-max-width), calc(100vw - (var(--page-gutter) * 2)));
	position: relative;
	z-index: 1;
	background: #ffffff;
	border-radius: 30px;
	padding: 46px 38px 36px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.expertise-section .container::before {
	content: '';
	position: absolute;
	inset: 0;
	border: none;
	border-radius: 30px;
	pointer-events: none;
}

.expertise-section .container::after {
	content: none;
}

.expertise-section .section-heading {
	margin-bottom: 30px;
	display: block;
}

.expertise-section .section-heading span {
	color: #888888;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	letter-spacing: 0.16em;
}

.expertise-section .section-heading h2 {
	color: #fffdf9;
	max-width: 18ch;
	font-size: clamp(2.3rem, 3.6vw, 3.8rem);
	line-height: 1.02;
	text-wrap: balance;
	margin: 0;
}

.expertise-section .section-heading span::before {
	content: '';
	width: 34px;
	height: 1px;
	background: linear-gradient(90deg, rgba(170, 170, 170, 0), rgba(170, 170, 170, 0.92));
}



.expertise-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
	margin-top: 8px;
}

.expertise-card {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.10);
	border-radius: 16px;
	padding: 20px 18px 18px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.expertise-card::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #111111;
}

.expertise-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.13);
	border-color: rgba(0, 0, 0, 0.2);
}

.expertise-card:nth-child(even) {
	transform: none;
}

.expertise-card:nth-child(even):hover {
	transform: translateY(-4px);
}

.expertise-card:nth-child(3n) {
	transform: none;
}

.expertise-card:nth-child(3n):hover {
	transform: translateY(-4px);
}

.expertise-card h3 {
	margin: 0 0 9px;
	font-size: 20px;
	line-height: 1.2;
	color: #1f1f1f;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.expertise-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: #666666;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.expertise-section .section-promo-title {
	color: #111111;
	font-size: clamp(1.9rem, 3vw, 2.5rem);
	line-height: 1;
	margin-bottom: 12px;
}

.expertise-section .section-promo-text {
	color: #555555;
	max-width: 42rem;
	margin: 0 auto;
}

.expertise-section .section-promo {
	margin: 40px auto 0;
	max-width: 720px;
	padding: 24px 24px 22px;
	text-align: center;
	border-radius: 20px;
	background: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: none;
	position: relative;
	overflow: hidden;
}

.expertise-section .section-promo::before {
	content: none;
}

.map-section {
	width: 100%;
	padding: 100px 0;
	margin: 0;
	background: #fff;
	overflow: hidden;
}

.map-container {
	width: min(var(--page-max-width), calc(100vw - (var(--page-gutter) * 2)));
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0;
}

.map-section .section-heading {
	margin-bottom: 42px;
	width: 100%;
	text-align: left;
}

.map-section .section-actions {
	width: 100%;
	justify-content: center;
}

.map-image {
	width: 82%;
	max-width: 82%;
	height: auto;
	display: block;
	object-fit: contain;
	margin: 0 auto;
}

.map-image-desktop {
	display: block;
}

.map-image-mobile {
	display: none;
}

.about-section {
	padding: 84px 0;
	background: linear-gradient(135deg, #f8f6f2 0%, #f1ede6 100%);
	color: #2a2a2a;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.about-container {
	width: min(var(--page-max-width), calc(100vw - (var(--page-gutter) * 2)));
	margin: 0 auto;
	display: flex;
	gap: 80px;
	align-items: flex-start;
}

@media (max-width: 1400px) {
	:root {
		--page-gutter: 80px;
	}
}

@media (max-width: 1200px) {
	:root {
		--page-gutter: 60px;
	}
}

@media (max-width: 1024px) {
	:root {
		--page-gutter: 40px;
	}
}

@media (max-width: 900px) {
	:root {
		--page-gutter: 30px;
	}
}

@media (max-width: 850px) {
	:root {
		--page-gutter: 25px;
	}
}

@media (max-width: 800px) {
	:root {
		--page-gutter: 20px;
	}
}

.about-left {
	flex: 1.25;
}

.about-right {
	flex: 0.85;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-top: 60px;
}

.about-section .section-label {
	font-size: 28px;
	font-weight: 300;
	color: #888;
	letter-spacing: 2px;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 20px;
}

.about-section .section-label::before {
	content: '';
	width: 150px;
	height: 2px;
	background: #888;
	display: block;
	flex-shrink: 0;
}

.about-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 2rem;
	color: #1f1f1f;
}

.about-description {
	font-size: 1.1rem;
	line-height: 1.6;
	color: rgba(33, 33, 33, 0.78);
	margin-bottom: 3rem;
}

.team-grid {
	display: flex;
	gap: 20px;
	margin-bottom: 3rem;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.team-member {
	text-align: center;
	flex: 0 0 auto;
}

.team-photo {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 10px;
	border: 2px solid var(--primary-color);
}

.team-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-position {
	font-size: 12px;
	color: rgba(33, 33, 33, 0.62);
	margin-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.team-name {
	font-size: 14px;
	font-weight: 600;
	color: #1f1f1f;
}

.leader-photo {
	width: 300px;
	height: 300px;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 25px;
	border: 2px solid var(--primary-color);
}

.leader-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.leader-name {
	font-size: 36px;
	font-weight: 700;
	color: #1f1f1f;
	margin-bottom: 5px;
}

.leader-position {
	font-size: 16px;
	color: rgba(33, 33, 33, 0.62);
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

.leader-quote {
	font-size: 16px;
	line-height: 1.6;
	color: rgba(33, 33, 33, 0.8);
	font-style: italic;
	margin-bottom: 30px;
	position: relative;
	padding: 0 20px;
}

.leader-quote::before {
	content: '"';
	font-size: 60px;
	color: var(--primary-color);
	position: absolute;
	top: -20px;
	left: -10px;
	font-family: serif;
}

.leader-quote::after {
	content: '"';
	font-size: 60px;
	color: var(--primary-color);
	position: absolute;
	bottom: -40px;
	right: -10px;
	font-family: serif;
}

.cta-btn-about {
	background: var(--primary-color);
	color: #111111;
	padding: 15px 30px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
}

.cta-btn-about:hover {
	box-shadow: 0 0 20px var(--primary-color);
	transform: translateY(-2px);
}

.final-cta-section {
	background: linear-gradient(135deg, #f8f6f2 0%, #f1ede6 100%);
}

.final-cta-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.final-cta-content,
.final-cta-media {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 22px;
	padding: 24px;
	box-shadow: 0 14px 30px rgba(28, 24, 18, 0.12);
}

.final-cta-kicker {
	display: inline-flex;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #9f763b;
	margin-bottom: 10px;
}

.final-cta-content h2 {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.16;
	color: #1f1f1f;
	max-width: 16ch;
}

.final-cta-content p {
	margin: 0 0 16px;
	line-height: 1.64;
	color: #5a5a5a;
}

.final-cta-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.final-cta-form input {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	padding: 12px;
	font-size: 14px;
	background: #f7f7f7;
	color: #1f1f1f;
}

.final-cta-form input:nth-child(3),
.final-cta-form button {
	grid-column: 1 / -1;
}

.final-cta-form button {
	border: none;
	border-radius: 12px;
	padding: 13px;
	font-size: 15px;
	font-weight: 700;
	background: var(--primary-color);
	color: #111111;
	cursor: pointer;
	transition: transform 0.2s ease;
}

.final-cta-form button:hover {
	transform: translateY(-2px);
}

.final-cta-media {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.final-cta-media img {
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	display: block;
}

.video-preview-pill {
	position: absolute;
	left: 16px;
	bottom: 16px;
	background: rgba(255, 255, 255, 0.9);
	color: #1f1f1f;
	padding: 10px 14px;
	border-radius: 999px;
	font-size: 12px;
}

@media (min-width: 768px) and (max-width: 1334px) {
	:root {
		--page-gutter: clamp(12px, 2.2vw, 24px);
		--page-content-offset: max(var(--page-gutter), calc((100vw - var(--page-max-width)) / 2));
	}

	.portfolio-container {
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	section {
		padding: 72px 0;
	}

	.portfolio-section {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.renovierung-hero {
		height: auto;
		min-height: 100vh;
		padding: 0;
		background-image: linear-gradient(
				120deg,
				rgba(247, 242, 234, 0.92) 0%,
				rgba(247, 242, 234, 0.84) 45%,
				rgba(247, 242, 234, 0.72) 100%
			),
			var(--hero-mobile-bg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.hero-layout {
		display: block;
		min-height: 100vh;
	}

	.hero-content {
		max-width: 100%;
		flex: 1 1 auto;
		padding: 196px var(--page-gutter) 34px;
	}

	.hero-title {
		font-size: clamp(34px, 4.5vw, 52px);
		max-width: 22ch;
	}

	.hero-description {
		max-width: 54ch;
	}

	.hero-trust-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.hero-certificates {
		max-width: 460px;
		gap: 12px;
	}

	.hero-certificate-item {
		height: 78px;
	}

	.hero-media,
	.hero-media-slideshow {
		display: none;
	}

	.kpi-grid,
	.funding-grid,
	.property-owners-grid,
	.testimonials-group,
	.why-us-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		min-width: 0;
	}

	.expertise-cards {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
		gap: 14px;
		margin-top: 8px;
	}

	.expertise-section .section-heading {
		grid-template-columns: 1fr;
	}

	

	.portfolio-grid {
		grid-template-columns: 1fr;
		width: 100%;
		min-width: 0;
	}

	.portfolio-card {
		min-width: 0;
		width: 100%;
	}

	.property-owners-card,
	.funding-card,
	.testimonials-section .testimonial-card {
		min-width: 0;
	}

	.portfolio-image {
		height: 250px;
	}

	.portfolio-header .services-header {
		align-items: flex-start;
		text-align: left;
	}

	.portfolio-section .services-subtitle {
		justify-content: flex-start;
		white-space: nowrap;
	}

	.portfolio-section .services-main-title {
		font-size: clamp(34px, 4.2vw, 50px);
		line-height: 1.14;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		white-space: nowrap;
		word-break: normal;
		overflow-wrap: normal;
		hyphens: none;
		-webkit-hyphens: none;
		-ms-hyphens: none;
	}

	.portfolio-section .section-actions {
		justify-content: center;
	}

	.portfolio-section .section-actions .hero-btn {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}

	.funding-section .section-subtitle {
		font-size: 18px;
	}

	.funding-section .section-title {
		font-size: 36px;
	}

	.funding-section .section-description {
		font-size: 16px;
		max-width: 68ch;
	}

	.funding-benefits {
		padding: 36px 28px;
	}

	.benefits-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
	}

	.funding-alert {
		padding: 24px;
		flex-wrap: wrap;
	}

	.testimonials-section .testimonial-card {
		padding: 26px 22px;
	}

	.map-image {
		width: 92%;
		max-width: 92%;
	}

	.about-container {
		gap: 42px;
	}

	.team-grid {
		flex-wrap: wrap;
	}

	.team-photo {
		width: 120px;
		height: 120px;
	}

	.about-right {
		margin-top: 24px;
	}

	.leader-photo {
		width: 260px;
		height: 260px;
	}

	.leader-name {
		font-size: 32px;
	}
}

@media (min-width: 768px) and (max-width: 1140px) {
	.portfolio-grid {
		grid-template-columns: 1fr;
	}

	.kpi-grid,
	.why-us-grid,
	.benefits-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.section-actions .hero-btn {
		width: 100%;
		justify-content: center;
	}

	.portfolio-section .section-actions .hero-btn {
		width: auto;
	}
}

@media (min-width: 761px) and (max-height: 820px) {
	.renovierung-hero,
	.hero-container {
		height: auto;
		min-height: 100vh;
	}

	.hero-layout {
		display: flex;
		min-height: 0;
	}

	.hero-content,
	.hero-media {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.hero-content {
		padding-top: 136px;
		padding-bottom: 22px;
	}

	.hero-title {
		font-size: clamp(30px, 3.3vw, 46px);
		line-height: 1.08;
	}

	.hero-description {
		font-size: 15px;
		line-height: 1.5;
		margin-bottom: 14px;
	}

	.hero-certificates {
		max-width: 480px;
		gap: 8px;
		margin-top: 10px;
	}

	.hero-certificate-item {
		height: 64px;
		padding: 6px 8px;
	}

	.hero-certificate-item img {
		max-height: 44px;
	}

	.hero-media,
	.hero-media-slideshow {
		display: block !important;
	}
}

@media (max-width: 1080px) {
	.hero-layout,
	.final-cta-wrap {
		grid-template-columns: 1fr;
	}

	.hero-layout {
		display: grid;
		min-height: auto;
	}

	.hero-content,
	.hero-media {
		max-width: 100%;
		flex: initial;
	}

	.hero-content {
		padding: var(--hero-content-top-offset) var(--page-gutter) 34px;
	}

	.hero-trust-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.hero-certificates {
		max-width: 600px;
	}

	.hero-media {
		min-height: 0;
		height: 100%;
	}

	.hero-media-slideshow {
		min-height: 0;
		height: 100%;
	}

	.hero-visual-card img,
	.final-cta-media img {
		min-height: 240px;
		height: 240px;
	}

	.kpi-grid,
	.portfolio-grid,
	.funding-grid,
	.property-owners-grid,
	.testimonials-group {
		grid-template-columns: 1fr 1fr;
	}

	.expertise-cards {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
		gap: 16px;
		margin-top: 8px;
	}

	.expertise-card:nth-child(even) {
	transform: none;
}

	.expertise-card:nth-child(even):hover {
	transform: translateY(-4px);
}

	.expertise-card:nth-child(3n) {
	transform: none;
}

	.expertise-card:nth-child(3n):hover {
	transform: translateY(-4px);
}

	.expertise-card h3 {
		font-size: 19px;
	}

	.map-section {
		padding: 70px 30px;
	}

	.map-image {
		max-width: 82%;
	}

	.about-container {
		flex-direction: column;
		gap: 36px;
	}

	.team-grid {
		flex-wrap: wrap;
	}

	.about-right {
		margin-top: 0;
	}

	.team-photo {
		width: 120px;
		height: 120px;
	}

	.leader-name {
		font-size: 30px;
	}
}

@media (min-width: 761px) and (max-height: 820px) {
	.hero-layout {
		display: flex !important;
		grid-template-columns: none !important;
	}

	.hero-content,
	.hero-media {
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	.hero-media,
	.hero-media-slideshow {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	.hero-media {
		height: auto !important;
		min-height: 100% !important;
		align-self: stretch;
	}

	.hero-media-slideshow {
		height: 100% !important;
		min-height: 100% !important;
	}
}

@media (max-width: 760px) {
	section {
		padding: 62px 0;
	}

	.renovierung-hero {
		height: auto;
		min-height: 100vh;
		padding: 0;
		background-image: linear-gradient(
				120deg,
				rgba(247, 242, 234, 0.92) 0%,
				rgba(247, 242, 234, 0.84) 45%,
				rgba(247, 242, 234, 0.72) 100%
			),
			var(--hero-mobile-bg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.hero-container {
		height: auto;
		min-height: 100vh;
	}

	.hero-content {
		padding: 196px var(--page-gutter) 28px;
	}

	.hero-media {
		display: none;
	}

	.hero-media-slideshow {
		display: none;
	}

	.hero-trust-strip,
	.kpi-grid,
	.portfolio-grid,
	.funding-grid,
	.property-owners-grid,
	.why-us-grid,
	.testimonials-group,
	.final-cta-form {
		grid-template-columns: 1fr;
	}

	.hero-certificates {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 100%;
	}

	.hero-certificate-item {
		height: 72px;
		padding: 8px 10px;
	}

	.hero-certificate-item img {
		max-height: 44px;
	}

	.hero-bottom-metrics {
		padding: 14px 0;
	}

	.hero-trust-item span {
		font-size: 16px;
	}

	.expertise-cards {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		gap: 16px;
		margin-top: 8px;
	}

	.expertise-section {
		padding: 14px 0;
	}

	.expertise-section .container {
		padding: 30px 20px 26px;
		border-radius: 24px;
	}

	.expertise-section .container::before {
		inset: 8px;
		border-radius: 18px;
	}

	.expertise-section .container::after {
		width: 96px;
		height: 96px;
		top: 12px;
		right: 12px;
	}

	.expertise-section .section-heading {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-bottom: 22px;
	}

	

	.expertise-card {
	background: linear-gradient(150deg, rgba(255, 255, 255, 0.96) 0%, rgba(249, 241, 229, 0.94) 100%);
	border: 1px solid rgba(17,17,17, 0.28);
	border-radius: 16px;
	padding: 20px 18px 18px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(10, 7, 3, 0.26);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

	.expertise-card:nth-child(even),
	.expertise-card:nth-child(3n) {
	transform: none;
}

	.expertise-card:nth-child(even):hover,
	.expertise-card:nth-child(3n):hover {
	transform: translateY(-4px);
}

	.expertise-card h3 {
		font-size: 18px;
		word-break: normal;
		overflow-wrap: normal;
		hyphens: none;
	}

	.expertise-card p {
		font-size: 14px;
		word-break: normal;
		overflow-wrap: normal;
		hyphens: none;
	}

	.expertise-section .section-promo {
	margin: 40px auto 0;
	max-width: 720px;
	padding: 24px 24px 22px;
	text-align: center;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 214, 143, 0.08), rgba(255, 214, 143, 0.02));
	border: 1px solid rgba(255, 214, 143, 0.14);
	box-shadow: none;
	position: relative;
	overflow: hidden;
}

@media (max-width: 480px) {
	.expertise-cards {
		grid-template-columns: 1fr;
	}
}

	.expertise-section .section-promo-title {
		font-size: 34px;
	}

	.testimonials-section .testimonial-card {
		display: none;
	}

	.testimonials-title {
		font-size: 26px;
	}

	.map-section {
		padding: 52px 20px;
	}

	.map-section .section-heading {
		margin-bottom: 26px;
	}

	.map-image-desktop {
		display: none;
	}

	.map-image-mobile {
		display: block;
		max-width: 84%;
		width: 100%;
		height: auto;
	}

	.about-section .section-label {
		font-size: 18px;
		gap: 12px;
		justify-content: center;
	}

	.about-section .section-label::before {
		width: 72px;
	}

	.about-title {
		font-size: 34px;
		text-align: center;
	}

	.about-description {
		font-size: 15px;
		text-align: center;
		margin-bottom: 2rem;
	}

	.team-grid {
		justify-content: center;
		gap: 14px;
		margin-bottom: 2rem;
	}

	.team-photo {
		width: 90px;
		height: 90px;
	}

	.team-position {
		font-size: 10px;
	}

	.team-name {
		font-size: 12px;
	}

	.leader-photo {
		width: 220px;
		height: 220px;
	}

	.leader-name {
		font-size: 28px;
	}

	.leader-quote {
		font-size: 14px;
		padding: 0 10px;
	}

	.hero-btn {
		width: 100%;
		text-align: center;
		justify-content: center;
	}

	.hero-visual-card img {
		height: 220px;
	}

	.section-heading h2 {
		max-width: 100%;
	}
}

@media (max-width: 420px) {
	.hero-trust-item strong {
		font-size: 32px;
	}

	.hero-trust-item span {
		font-size: 14px;
	}
}

.contact-section {
	background: #f5f5f5;
	color: #111111;
}

.contact-content {
	background: #f5f5f5;
}

.contact-section .services-main-title,
.contact-title {
	color: #111111;
}

.contact-description {
	color: #555555;
}

.contact-item {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.10);
	border-radius: 12px;
	padding: 16px;
}

.contact-item:hover {
	background: #f0f0f0;
	border-color: rgba(0, 0, 0, 0.25);
}

.contact-value,
.contact-value a {
	color: #111111;
}

.footer {
	background: #111111;
	color: #ffffff;
}

.footer-description,
.footer-menu a,
.contact-info-footer p,
.copyright,
.footer-bottom-links a {
	color: #aaaaaa;
}

.footer-title {
	color: #ffffff;
}

.social-link {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
	.portfolio-modal {
		background-color: rgba(17,17,17,0.88);
		backdrop-filter: blur(8px);
	}

	.portfolio-modal .modal-overlay {
		background: rgba(17,17,17,0.88);
	}

	.portfolio-modal .modal-header {
		display: none;
	}

	.portfolio-modal .modal-content {
		width: 100vw;
		height: 100dvh;
		max-width: 100vw;
		max-height: 100dvh;
		border-radius: 0;
		background: transparent;
		border: none;
		box-shadow: none;
	}

	.portfolio-modal .modal-close {
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		z-index: 10005;
	}

	.portfolio-modal .modal-gallery {
		height: 100%;
		display: grid;
		grid-template-rows: minmax(0, 1fr) auto;
		background: transparent;
	}

	.portfolio-modal .gallery-main {
		height: auto;
		min-height: 0;
		background: rgba(0, 0, 0, 0.6);
	}

	.portfolio-modal .gallery-main img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.portfolio-modal .gallery-nav {
		display: flex !important;
		width: 44px;
		height: 44px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.92);
		border: 1px solid rgba(255, 255, 255, 0.92);
		color: #111111;
		z-index: 10006;
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto;
		top: 50% !important;
		transform: translateY(-50%) !important;
	}

	.portfolio-modal .gallery-nav.prev {
		left: 12px;
	}

	.portfolio-modal .gallery-nav.next {
		right: 12px;
	}

	.portfolio-modal .gallery-nav svg path {
		stroke: #111111 !important;
	}

	.portfolio-modal .gallery-thumbnails {
		padding: 10px 10px 12px;
		gap: 8px;
		border-radius: 0;
		background: transparent;
		border-top: 1px solid rgba(255, 255, 255, 0.16);
	}

	.portfolio-modal .thumbnail {
		width: 78px;
		height: 56px;
	}
}

/* ============================================
   Project Showcase (Vorher-Nachher Galerie)
   ============================================ */
.project-showcase {
	background: #fff;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 16px 38px rgba(31, 31, 31, 0.08);
	max-width: min(1120px, calc((100vh - 380px) * 4 / 3));
	margin: 0 auto;
}

.project-showcase-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	padding: 14px 24px;
	background: #fafaf8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.project-showcase-heading {
	display: flex;
	flex-direction: column;
	gap: 2px;
	flex: 1 1 240px;
	min-width: 200px;
}

.project-showcase-eyebrow {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #8a7f72;
}

.project-showcase-title {
	margin: 0;
	font-size: 19px;
	font-weight: 700;
	color: #111;
	line-height: 1.2;
}

.project-showcase-stats {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
}

.project-showcase-stats li {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.project-showcase-stats .stat-label {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #8a7f72;
	font-weight: 600;
}

.project-showcase-stats .stat-value {
	font-size: 14px;
	font-weight: 700;
	color: #111;
}

.project-showcase-stage {
	position: relative;
	background: #1f1f1f;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.project-showcase-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transition: opacity 0.35s ease;
}

.project-showcase-img.is-fading {
	opacity: 0;
}

.project-showcase-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.92);
	color: #111;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
	transition: background 0.2s ease, transform 0.2s ease;
	z-index: 2;
}

.project-showcase-nav:hover {
	background: #fff;
	transform: translateY(-50%) scale(1.05);
}

.project-showcase-nav.prev {
	left: 18px;
}

.project-showcase-nav.next {
	right: 18px;
}

.project-showcase-counter {
	position: absolute;
	bottom: 16px;
	right: 18px;
	background: rgba(0, 0, 0, 0.62);
	color: #fff;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	z-index: 2;
}

.project-showcase-thumbs {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	padding: 12px;
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.project-showcase-thumb {
	flex: 1 1 0;
	min-width: 0;
	border: 2px solid transparent;
	background: #f5f2ec;
	padding: 0;
	border-radius: 6px;
	overflow: hidden;
	aspect-ratio: 1 / 0.72;
	cursor: pointer;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.project-showcase-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.project-showcase-thumb:hover {
	transform: translateY(-2px);
}

.project-showcase-thumb.is-active {
	border-color: #111;
}

@media (max-width: 1024px) {
	.project-showcase-thumbs {
		flex-wrap: wrap;
	}
	.project-showcase-thumb {
		flex: 1 1 calc((100% - 40px) / 6);
		max-width: calc((100% - 40px) / 6);
	}
}

@media (max-width: 900px) {
	.project-showcase {
		max-width: 100%;
	}
	.project-showcase-meta {
		padding: 14px 18px;
		gap: 14px;
	}
	.project-showcase-title {
		font-size: 18px;
	}
	.project-showcase-stats {
		gap: 16px;
		flex: 1 1 100%;
	}
	.project-showcase-stats .stat-value {
		font-size: 14px;
	}
	.project-showcase-stage {
		aspect-ratio: 4 / 3;
	}
	.project-showcase-nav {
		width: 38px;
		height: 38px;
	}
	.project-showcase-nav.prev {
		left: 10px;
	}
	.project-showcase-nav.next {
		right: 10px;
	}
}

@media (max-width: 540px) {
	.project-showcase-thumbs {
		gap: 6px;
		padding: 10px;
	}
	.project-showcase-thumb {
		flex: 1 1 calc((100% - 18px) / 4);
		max-width: calc((100% - 18px) / 4);
	}
	.project-showcase-stats {
		gap: 12px;
	}
	.project-showcase-stats li {
		min-width: calc(50% - 6px);
	}
	.project-showcase-counter {
		bottom: 10px;
		right: 12px;
		font-size: 12px;
	}
}

