@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

/* Hakkımızda — anasayfa & hakkımızda sayfası */
.clv_main_wrapper .about-section.clv_section {
	padding: 88px 0 96px !important;
	background: var(--brand-blue-bg, #eef4f8);
}

.clv_main_wrapper .about-section__media {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 48px rgba(15, 23, 42, 0.1);
}

.clv_main_wrapper .about-section__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
}

.clv_main_wrapper .about-section__content {
	padding: 0;
}

.clv_main_wrapper .about-section__eyebrow {
	display: inline-block;
	margin-bottom: 14px;
	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);
}

.clv_main_wrapper .about-section__title {
	margin: 0 0 16px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 38px;
	line-height: 1.2;
	font-weight: 700;
	color: var(--brand-navy, #1a3a52);
	text-transform: none;
}

.clv_main_wrapper .about-section__title span {
	color: var(--brand-gold, #b29658);
	font-weight: 700;
}

.clv_main_wrapper .about-section__lead {
	margin: 0 0 20px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 18px;
	line-height: 1.55;
	font-weight: 500;
	color: var(--brand-text-muted, #5c6b7a);
}

.clv_main_wrapper .about-section__text {
	margin-bottom: 28px;
}

.clv_main_wrapper .about-section__text,
.clv_main_wrapper .about-section__text p,
.clv_main_wrapper .about-section__text li,
.clv_main_wrapper .about-section__text span {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 16px !important;
	line-height: 1.75 !important;
	font-weight: 400 !important;
	color: var(--brand-text-muted, #5c6b7a);
}

.clv_main_wrapper .about-section__text p {
	margin: 0 0 16px;
}

.clv_main_wrapper .about-section__text p:last-child {
	margin-bottom: 0;
}

.clv_main_wrapper .about-section__text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clv_main_wrapper .about-section__text ul li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 14px;
}

.clv_main_wrapper .about-section__text ul li:last-child {
	margin-bottom: 0;
}

.clv_main_wrapper .about-section__text ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--brand-gold, #b29658);
}

.clv_main_wrapper .about-section__text strong,
.clv_main_wrapper .about-section__text b {
	font-weight: 600;
	color: var(--brand-navy, #1a3a52);
}

.clv_main_wrapper .about-section__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 32px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	background: var(--brand-gold, #b29658);
	border: none;
	border-radius: 8px;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.clv_main_wrapper .about-section__btn:hover,
.clv_main_wrapper .about-section__btn:focus {
	color: #ffffff;
	background: var(--brand-gold-hover, #9a8250);
	text-decoration: none;
}

/* Hakkımızda sayfası — ek açıklama bloğu */
.clv_main_wrapper .about-section__extra {
	margin-top: 64px;
	padding-top: 64px;
	border-top: 1px solid var(--brand-border, rgba(26, 58, 82, 0.1));
}

.clv_main_wrapper .about-section__extra-title {
	margin: 0 0 20px;
	text-align: center;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 30px;
	line-height: 1.25;
	font-weight: 700;
	color: var(--brand-navy, #1a3a52);
}

.clv_main_wrapper .about-section__extra-text,
.clv_main_wrapper .about-section__extra-text p {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 16px !important;
	line-height: 1.75 !important;
	color: var(--brand-text-muted, #5c6b7a);
	text-align: center;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 991px) {
	.clv_main_wrapper .about-section.clv_section {
		padding: 64px 0 72px !important;
	}

	.clv_main_wrapper .about-section__title {
		font-size: 32px;
	}

	.clv_main_wrapper .about-section__lead {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.clv_main_wrapper .about-section__title {
		font-size: 28px;
	}

	.clv_main_wrapper .about-section__lead {
		font-size: 16px;
	}

	.clv_main_wrapper .about-section__extra {
		margin-top: 48px;
		padding-top: 48px;
	}

	.clv_main_wrapper .about-section__extra-title {
		font-size: 24px;
	}
}
