div#immo-custom-code.immo-clean-wrapper .skip-link:focus {
	position: fixed;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	padding: var(--space-sm) var(--space-md);
	background: var(--primary);
	color: #fff;
	border-radius: var(--radius-md);
	text-decoration: none;
	font-weight: 600;
}

div#immo-custom-code.immo-clean-wrapper .container-wide {
	max-width: 1600px;
}

div#immo-custom-code.immo-clean-wrapper .standards-grid-2x2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--space-lg);
}

@media (max-width: 900px) {}

@media (max-width: 768px) {
	div#immo-custom-code.immo-clean-wrapper .standards-grid-2x2 {
		grid-template-columns: 1fr;
	}
}

div#immo-custom-code.immo-clean-wrapper .btn-glass {
	background: rgba(255, 255, 255, .05);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .2);
	backdrop-filter: blur(12px);
}

div#immo-custom-code.immo-clean-wrapper .btn-glass:hover {
	background: rgba(255, 255, 255, .15);
	border-color: rgba(255, 255, 255, .4);
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {}

div#immo-custom-code.immo-clean-wrapper .snake-input-wrapper {
	position: relative;
	padding: 2px;
	border-radius: var(--radius-md);
	background: #e2e8f0;
	overflow: visible;
	margin-bottom: 16px;
}

div#immo-custom-code.immo-clean-wrapper .snake-border-svg {
	position: absolute;
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	pointer-events: none;
	z-index: 10;
	overflow: visible;
}

div#immo-custom-code.immo-clean-wrapper .snake-border-path {
	fill: none;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	opacity: 0;
}

div#immo-custom-code.immo-clean-wrapper .snake-input-wrapper input, div#immo-custom-code.immo-clean-wrapper .snake-input-wrapper select, div#immo-custom-code.immo-clean-wrapper .snake-input-wrapper textarea {
	width: 100%;
	padding: 12px 16px;
	border: none;
	border-radius: calc(var(--radius-md) - 2px);
	font-family: var(--font-sans);
	font-size: 1rem;
	color: var(--text-main);
	background: #f8fafc;
	margin-bottom: 0;
	transition: background .2s ease;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

div#immo-custom-code.immo-clean-wrapper .snake-input-wrapper input:focus, div#immo-custom-code.immo-clean-wrapper .snake-input-wrapper select:focus, div#immo-custom-code.immo-clean-wrapper .snake-input-wrapper textarea:focus {
	outline: none;
	background: #fff;
}

div#immo-custom-code.immo-clean-wrapper .snake-card-svg {
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	pointer-events: none;
	z-index: 0;
	overflow: visible;
}

div#immo-custom-code.immo-clean-wrapper .snake-card-path {
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 2000;
	stroke-dashoffset: 2000;
	opacity: 0;
}

@media (max-width: 600px) {}

div#immo-custom-code.immo-clean-wrapper .testimonials-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

@media (max-width: 1200px) {
	div#immo-custom-code.immo-clean-wrapper .testimonials-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	div#immo-custom-code.immo-clean-wrapper .testimonials-grid {
		grid-template-columns: 1fr;
	}
}

div#immo-custom-code.immo-clean-wrapper .testimonial-card {
	background: var(--bg-surface);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-xl);
	padding: 32px 24px;
	box-shadow: var(--shadow-md);
	position: relative;
	transition: all .4s ease;
	display: flex;
	flex-direction: column;
}

div#immo-custom-code.immo-clean-wrapper .testimonial-card:hover {
	transform: translateY(-6px) scale(1.02);
	box-shadow: var(--shadow-premium);
	border-color: var(--primary);
}

div#immo-custom-code.immo-clean-wrapper .testimonial-card::after {
	content: "";
	position: absolute;
	top: 24px;
	right: 24px;
	width: 36px;
	height: 36px;
	background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="%230F172A" xmlns="http://www.w3.org/2000/svg"><path d="M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z"/></svg>') no-repeat center;
	opacity: .05;
}

div#immo-custom-code.immo-clean-wrapper .testimonial-stars {
	color: #f59e0b;
	font-size: 1.2rem;
	letter-spacing: 4px;
	margin-bottom: 20px;
	background: rgba(245, 158, 11, .1);
	display: inline-block;
	padding: 6px 16px;
	border-radius: var(--radius-pill);
}

div#immo-custom-code.immo-clean-wrapper .testimonial-text {
	font-size: .95rem;
	color: var(--text-main);
	font-weight: 500;
	margin-bottom: 24px;
	position: relative;
	z-index: 1;
	line-height: 1.7;
	flex-grow: 1;
}

div#immo-custom-code.immo-clean-wrapper .testimonial-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid var(--border-subtle);
	padding-top: 16px;
	margin-top: auto;
}

div#immo-custom-code.immo-clean-wrapper .testimonial-author {
	font-weight: 800;
	color: var(--primary);
	font-size: 1rem;
}

div#immo-custom-code.immo-clean-wrapper .testimonial-company {
	font-size: .75rem;
	background: var(--bg-page);
	padding: 6px 10px;
	border-radius: var(--radius-pill);
	font-weight: 700;
	color: var(--text-muted);
}

div#immo-custom-code.immo-clean-wrapper .faq-section h2 {
	text-align: center;
	margin-bottom: var(--space-lg);
}

div#immo-custom-code.immo-clean-wrapper .faq-container {
	max-width: 850px;
	margin: 0 auto;
}

div#immo-custom-code.immo-clean-wrapper .faq-item {
	background: var(--bg-surface);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-lg);
	margin-bottom: 16px;
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	transition: all .3s ease;
}

div#immo-custom-code.immo-clean-wrapper .faq-item[open] {
	border-color: var(--primary);
	box-shadow: var(--shadow-md);
}

div#immo-custom-code.immo-clean-wrapper .faq-question {
	padding: 24px 28px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	font-weight: 700;
	color: var(--text-main);
	font-size: 1.15rem;
	list-style: none;
}

div#immo-custom-code.immo-clean-wrapper .faq-question::-webkit-details-marker {
	display: none;
}

div#immo-custom-code.immo-clean-wrapper .faq-question:hover {
	background: rgba(248, 250, 252, .8);
}

div#immo-custom-code.immo-clean-wrapper .faq-toggle {
	color: var(--accent);
	transition: transform .3s ease, background .3s ease, color .3s ease;
	background: rgba(16, 185, 129, .1);
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	flex-shrink: 0;
}

div#immo-custom-code.immo-clean-wrapper .faq-item[open] .faq-toggle {
	transform: rotate(45deg);
	background: var(--primary);
	color: #fff;
}

div#immo-custom-code.immo-clean-wrapper .faq-answer {
	padding: 0 28px 28px;
	color: var(--text-muted);
	line-height: 1.8;
	font-size: 1.05rem;
}

div#immo-custom-code.immo-clean-wrapper .cta-section {
	background: linear-gradient(135deg, var(--primary) 0%, #1e293b 100%);
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	margin: 9px;
}

div#immo-custom-code.immo-clean-wrapper .cta-section::before {
	content: "";
	position: absolute;
	top: -50%;
	left: -10%;
	width: 50vw;
	height: 50vw;
	background: radial-gradient(circle, rgba(16, 185, 129, .15) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}

div#immo-custom-code.immo-clean-wrapper .cta-section::after {
	content: "";
	position: absolute;
	bottom: -50%;
	right: -10%;
	width: 50vw;
	height: 50vw;
	background: radial-gradient(circle, rgba(14, 165, 233, .15) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}

div#immo-custom-code.immo-clean-wrapper .cta-section h2 {
	background: none;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: #fff;
	color: #fff;
	font-size: clamp(2.2rem, 4vw, 3.5rem);
	position: relative;
	z-index: 2;
	margin-bottom: 24px;
}

div#immo-custom-code.immo-clean-wrapper .cta-section p {
	color: rgba(255, 255, 255, .9);
	font-size: 1.2rem;
	max-width: 650px;
	margin: 0 auto var(--space-xl);
	position: relative;
	z-index: 2;
}

div#immo-custom-code.immo-clean-wrapper .cta-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

div#immo-custom-code.immo-clean-wrapper .cta-contact-info {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 32px;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

div#immo-custom-code.immo-clean-wrapper .cta-contact-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	font-size: 1.1rem;
}

div#immo-custom-code.immo-clean-wrapper .cta-contact-item a {
	color: #fff;
}

div#immo-custom-code.immo-clean-wrapper .cta-contact-item a:hover {
	color: var(--accent);
}

div#immo-custom-code.immo-clean-wrapper .arch-section {
	display: flex;
	align-items: center;
	padding: var(--space-4xl) 0;
	position: relative;
	z-index: 10;
}

div#immo-custom-code.immo-clean-wrapper .arch {
	display: flex;
	gap: 5rem;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 var(--space-md);
}

div#immo-custom-code.immo-clean-wrapper .arch__left {
	flex: 1;
	min-width: 300px;
}

div#immo-custom-code.immo-clean-wrapper .arch__right {
	flex: 1;
	position: relative;
	height: 60vh;
	min-height: 500px;
	width: 100%;
	max-width: 650px;
	border-radius: var(--radius-xl);
	overflow: hidden;
	box-shadow: var(--shadow-lg);
	transform: translateZ(0);
}

div#immo-custom-code.immo-clean-wrapper .arch__right .img-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

div#immo-custom-code.immo-clean-wrapper .arch__right .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

div#immo-custom-code.immo-clean-wrapper .arch-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: var(--bg-surface-glass);
	backdrop-filter: blur(16px);
	padding: 20px 24px;
	font-size: 1.05rem;
	color: var(--text-main);
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-weight: 700;
	text-align: center;
	margin: 0;
	box-shadow: 0 -10px 20px rgba(0, 0, 0, .05);
}

@media (max-width: 900px) {
	div#immo-custom-code.immo-clean-wrapper .arch__right {
		min-height: 400px;
		height: 400px;
	}
}

div#immo-custom-code.immo-clean-wrapper .related-articles-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: var(--space-lg);
}

div#immo-custom-code.immo-clean-wrapper .related-article-card {
	background: var(--bg-surface);
	border: 1px solid var(--border-subtle);
	border-radius: var(--radius-xl);
	padding: var(--space-lg);
	transition: all .3s ease;
	box-shadow: var(--shadow-sm);
}

div#immo-custom-code.immo-clean-wrapper .related-article-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-md);
	border-color: var(--primary);
}

div#immo-custom-code.immo-clean-wrapper .related-category {
	display: inline-block;
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--accent);
	margin-bottom: 12px;
	letter-spacing: .05em;
}

div#immo-custom-code.immo-clean-wrapper .related-article-card h3 {
	font-size: 1.1rem;
	margin-bottom: 10px;
	line-height: 1.3;
}

div#immo-custom-code.immo-clean-wrapper .related-article-card h3 a {
	color: var(--text-main);
	text-decoration: none;
}

div#immo-custom-code.immo-clean-wrapper .related-article-card h3 a:hover {
	color: var(--accent);
}

div#immo-custom-code.immo-clean-wrapper .related-article-card p {
	font-size: .9rem;
	margin-bottom: 0;
	color: var(--text-muted);
}

div#immo-custom-code.immo-clean-wrapper .ai-insight-callout.expanded .ai-insight-rest {
	max-height: 800px;
	opacity: 1;
	margin-top: 10px;
}

div#immo-custom-code.immo-clean-wrapper .ai-insight-callout.expanded .ai-insight-teaser {
	-webkit-line-clamp: unset;
	display: block;
}

@media (max-width: 768px) {}