/* Referanslarımız — anasayfa */
.index_v1 .refs-section.clv_section {
	padding: 80px 0 90px !important;
	background: linear-gradient(180deg, var(--brand-blue-bg, #eef4f8) 0%, var(--brand-white, #ffffff) 100%);
	border-top: 1px solid var(--brand-border, rgba(26, 58, 82, 0.1));
}

.index_v1 .refs-section__header {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 48px;
}

.index_v1 .refs-section__eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--brand-gold, #b29658);
}

.index_v1 .refs-section__title {
	margin: 0 0 12px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 700;
	color: var(--brand-navy, #1a3a52);
}

.index_v1 .refs-section__subtitle {
	margin: 0;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: var(--brand-text-muted, #5c6b7a);
}

.index_v1 .refs-section__slider {
	position: relative;
	padding: 0 56px;
}

.index_v1 .refs-section__slider .swiper-container {
	overflow: hidden;
	padding: 8px 4px 16px;
}

.index_v1 .refs-card {
	height: 100%;
}

.index_v1 .refs-card__inner,
.index_v1 .refs-section .partner_image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 165px;
	padding: 36px 30px;
	background: #ffffff;
	border: 1px solid var(--brand-border, rgba(26, 58, 82, 0.1));
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
	transition: border-color 0.2s ease;
}

.index_v1 .refs-card__inner:hover,
.index_v1 .refs-section .partner_image:hover {
	border-color: rgba(178, 150, 88, 0.35);
	background: #ffffff !important;
}

.index_v1 .refs-card__inner img,
.index_v1 .refs-section .partner_image img {
	display: block;
	max-width: 220px;
	max-height: 120px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: grayscale(100%) opacity(0.8);
	transition: filter 0.2s ease;
}

.index_v1 .refs-card__inner:hover img,
.index_v1 .refs-section .partner_image:hover img {
	filter: grayscale(0%) opacity(1);
}

.index_v1 .refs-section__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 44px;
	height: 44px;
	border: 1px solid var(--brand-border, rgba(26, 58, 82, 0.12));
	border-radius: 50%;
	background: #ffffff;
	color: var(--brand-navy, #1a3a52);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
	transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.index_v1 .refs-section__nav:hover {
	color: var(--brand-gold, #b29658);
	border-color: rgba(178, 150, 88, 0.4);
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
}

.index_v1 .refs-section__nav--prev {
	left: 0;
}

.index_v1 .refs-section__nav--next {
	right: 0;
}

/* Eski partner stillerini geçersiz kıl */
.index_v1 .refs-section.clv_partner_wrapper,
.index_v1 .refs-section {
	background: linear-gradient(180deg, var(--brand-blue-bg, #eef4f8) 0%, var(--brand-white, #ffffff) 100%) !important;
}

.index_v1 .refs-section .slider_arrow {
	display: none;
}

@media (max-width: 991px) {
	.index_v1 .refs-section.clv_section {
		padding: 64px 0 72px !important;
	}

	.index_v1 .refs-section__title {
		font-size: 30px;
	}

	.index_v1 .refs-section__slider {
		padding: 0 48px;
	}
}

@media (max-width: 767px) {
	.index_v1 .refs-section__header {
		margin-bottom: 32px;
	}

	.index_v1 .refs-section__title {
		font-size: 26px;
	}

	.index_v1 .refs-section__subtitle {
		font-size: 14px;
	}

	.index_v1 .refs-section__slider {
		padding: 0 40px;
	}

	.index_v1 .refs-section__nav {
		width: 38px;
		height: 38px;
		font-size: 18px;
	}

	.index_v1 .refs-card__inner,
	.index_v1 .refs-section .partner_image {
		min-height: 145px;
		padding: 30px 22px;
	}

	.index_v1 .refs-card__inner img,
	.index_v1 .refs-section .partner_image img {
		max-width: 175px;
		max-height: 95px;
	}
}
