div#immo-custom-code.immo-clean-wrapper .standards-grid-2x2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--space-lg);
}

div#immo-custom-code.immo-clean-wrapper .quality-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--space-2xl);
	align-items: center;
	margin-top: var(--space-lg);
}

div#immo-custom-code.immo-clean-wrapper .quality-grid > div {
	width: 100%;
}

@media (max-width: 900px) {}

@media (max-width: 768px) {
	div#immo-custom-code.immo-clean-wrapper .standards-grid-2x2 {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {}

div#immo-custom-code.immo-clean-wrapper .immo-split-badge--cta {
	background: var(--accent);
	border-color: var(--accent);
	color: #fff;
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {}

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) {}

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-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: 900px) {}

@media (max-width: 600px) {}

div#immo-custom-code.immo-clean-wrapper .saas-illustration {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--space-md);
	background: transparent;
	border-radius: var(--radius-xl);
}

div#immo-custom-code.immo-clean-wrapper .slide-flex {
	display: flex;
	gap: 24px;
	align-items: center;
}

div#immo-custom-code.immo-clean-wrapper .slide-flex-icon {
	flex: 0 0 120px;
}

@media (max-width: 600px) {
	div#immo-custom-code.immo-clean-wrapper .slide-flex {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}
	
	div#immo-custom-code.immo-clean-wrapper .slide-flex-icon {
		width: 80px;
		margin-bottom: 16px;
	}
}

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 .pin-list-section {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--space-4xl) 0;
	z-index: 10;
}

div#immo-custom-code.immo-clean-wrapper .pin-list-content {
	display: flex;
	gap: 6rem;
	position: relative;
	max-width: 1314px;
	margin: 0 auto;
	align-items: center;
	width: 100%;
	padding: 0 var(--space-md);
}

div#immo-custom-code.immo-clean-wrapper .left-list {
	flex: 0 0 35%;
	position: relative;
	padding-left: 2rem;
}

div#immo-custom-code.immo-clean-wrapper .left-list ul.list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: clamp(1.2rem, 2vw, 1.8rem);
	font-weight: 800;
	color: var(--text-muted);
}

div#immo-custom-code.immo-clean-wrapper .left-list ul.list li {
	margin-bottom: 2rem;
	transition: color .3s, opacity .3s;
	opacity: .3;
}

div#immo-custom-code.immo-clean-wrapper .left-list ul.list li.active {
	opacity: 1;
	color: var(--accent);
}

div#immo-custom-code.immo-clean-wrapper .left-list .fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: var(--border-subtle);
	border-radius: 4px;
	overflow: hidden;
}

div#immo-custom-code.immo-clean-wrapper .left-list .fill-progress {
	width: 100%;
	height: 0%;
	background: var(--primary);
}

div#immo-custom-code.immo-clean-wrapper .right-slides {
	flex: 1;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	align-items: center;
	width: 100%;
	min-height: 450px;
}

div#immo-custom-code.immo-clean-wrapper .right-slides .slide {
	grid-column: 1/-1;
	grid-row: 1/-1;
	margin: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}

div#immo-custom-code.immo-clean-wrapper .details-pin-section {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--space-4xl) 0;
	overflow: hidden;
	z-index: 10;
}