/* ============================================================
   Nefesat Hero Element
   ============================================================ */

/* --- Full-Width Breakout (Avada container'ından taşır) --- */
.nefesat-hero-wrap {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}

/* --- Strip (Üst Şerit) --- */
.nefesat-hero-strip {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	position: relative;
	z-index: 10;
}
.nefesat-hero-strip__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex-wrap: wrap;
}
.nefesat-hero-strip__icon {
	flex-shrink: 0;
}
.nefesat-hero-strip__text {
	font-weight: 600;
}
.nefesat-hero-strip__link {
	text-decoration: underline;
	text-underline-offset: 2px;
	font-weight: 600;
	transition: opacity .2s;
}
.nefesat-hero-strip__link:hover {
	opacity: .8;
}

/* --- Hero Ana Alan --- */
.nefesat-hero {
	position: relative;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.nefesat-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}
.nefesat-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 40px;
}
.nefesat-hero__content {
	max-width: 640px;
	width: 100%;
}

/* --- Tema: Koyu (arka plan koyu, yazılar beyaz) --- */
.nefesat-hero--dark .nefesat-hero__title,
.nefesat-hero--dark .nefesat-hero__description,
.nefesat-hero--dark .nefesat-hero__sub-text,
.nefesat-hero--dark .nefesat-hero__buttons-label {
	color: #fff;
}
.nefesat-hero--dark .nefesat-hero__description ul li::before {
	color: #fff;
}
.nefesat-hero--dark .nefesat-hero__btn {
	background: rgba(255,255,255,.12);
	color: #fff;
	border-color: rgba(255,255,255,.25);
}
.nefesat-hero--dark .nefesat-hero__btn:hover {
	background: rgba(255,255,255,.22);
	border-color: rgba(255,255,255,.4);
}
.nefesat-hero--dark .nefesat-hero__btn--no-link:hover {
	background: rgba(255,255,255,.12);
	border-color: rgba(255,255,255,.25);
}
.nefesat-hero--dark .nefesat-hero__slider-arrow {
	color: #fff;
	border-color: rgba(255,255,255,.3);
}
.nefesat-hero--dark .nefesat-hero__slider-arrow:hover {
	background: rgba(255,255,255,.1);
}

/* --- Tema: Açık (arka plan açık, yazılar koyu) --- */
.nefesat-hero--light .nefesat-hero__title,
.nefesat-hero--light .nefesat-hero__description,
.nefesat-hero--light .nefesat-hero__sub-text,
.nefesat-hero--light .nefesat-hero__buttons-label {
	color: #1a1a2e;
}
.nefesat-hero--light .nefesat-hero__description ul li::before {
	color: #1a1a2e;
}
.nefesat-hero--light .nefesat-hero__btn {
	background: rgba(0,0,0,.06);
	color: #1a1a2e;
	border-color: rgba(0,0,0,.15);
}
.nefesat-hero--light .nefesat-hero__btn:hover {
	background: rgba(0,0,0,.12);
	border-color: rgba(0,0,0,.25);
}
.nefesat-hero--light .nefesat-hero__btn--no-link:hover {
	background: rgba(0,0,0,.06);
	border-color: rgba(0,0,0,.15);
}
.nefesat-hero--light .nefesat-hero__slider-arrow {
	color: #1a1a2e;
	border-color: rgba(0,0,0,.2);
}
.nefesat-hero--light .nefesat-hero__slider-arrow:hover {
	background: rgba(0,0,0,.06);
}

/* --- Başlık --- */
.nefesat-hero .nefesat-hero__title,
.nefesat-hero h1.nefesat-hero__title {
	font-size: clamp(24px, 3.2vw, 38px) !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	margin: 0 0 24px !important;
	letter-spacing: -0.02em;
}

/* --- Açıklama --- */
.nefesat-hero__description {
	font-size: clamp(15px, 1.8vw, 17px);
	line-height: 1.7;
	margin: 0 0 8px;
}
.nefesat-hero__description ul {
	list-style: none;
	padding: 0;
	margin: 0 0 4px;
}
.nefesat-hero__description ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 4px;
}
.nefesat-hero__description ul li::before {
	content: "\2022";
	position: absolute;
	left: 0;
	font-weight: 700;
}

/* --- Alt Yazı --- */
.nefesat-hero__sub-text {
	font-size: clamp(14px, 1.6vw, 16px);
	line-height: 1.6;
	margin: 0 0 32px;
	opacity: .85;
}

/* --- Buton Section (content'ten bağımsız, geniş alan) --- */
.nefesat-hero__buttons-section {
	max-width: 900px;
	width: 100%;
	margin-top: 0;
}

/* --- Buton Slider Başlığı --- */
.nefesat-hero .nefesat-hero__buttons-label,
.nefesat-hero h3.nefesat-hero__buttons-label {
	font-size: clamp(14px, 1.5vw, 17px) !important;
	font-weight: 600 !important;
	margin: 0 0 14px !important;
}

/* --- Buton Slider Container --- */
.nefesat-hero__buttons-slider {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

/* --- Buton Track (scroll alanı, snap) --- */
.nefesat-hero__buttons-track {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding: 4px 0;
}
.nefesat-hero__buttons-track::-webkit-scrollbar {
	display: none;
}

/* --- Butonlar --- */
.nefesat-hero__btn {
	flex-shrink: 0;
	scroll-snap-align: start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	border-radius: 6px;
	border: 1.5px solid;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none;
	transition: background .2s, border-color .2s, color .2s;
	line-height: 1.3;
}
.nefesat-hero__btn--no-link {
	cursor: default;
}
.nefesat-hero__btn--has-link {
	cursor: pointer;
}

/* --- Oklar (butonların altında) --- */
.nefesat-hero__slider-arrows {
	display: flex;
	gap: 6px;
}
.nefesat-hero__slider-arrow {
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1.5px solid;
	background: transparent;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .2s, border-color .2s;
	padding: 0;
	user-select: none;
}
.nefesat-hero__slider-arrow:disabled {
	opacity: .3;
	cursor: default;
	pointer-events: none;
}

/* --- Pozisyon: Ortalı --- */
.nefesat-hero--center .nefesat-hero__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.nefesat-hero--center .nefesat-hero__content {
	margin: 0 auto;
}
.nefesat-hero--center .nefesat-hero__buttons-section {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.nefesat-hero--center .nefesat-hero__buttons-track {
	justify-content: center;
}
.nefesat-hero--center .nefesat-hero__slider-arrows {
	justify-content: center;
}

/* --- Responsive --- */
@media (max-width: 991px) {
	.nefesat-hero__inner {
		padding: 60px 24px;
	}
	.nefesat-hero__content {
		max-width: 100%;
	}
	.nefesat-hero__buttons-section {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.nefesat-hero__inner {
		padding: 48px 16px;
	}
	.nefesat-hero .nefesat-hero__title,
	.nefesat-hero h1.nefesat-hero__title {
		font-size: 22px !important;
	}
	.nefesat-hero__btn {
		padding: 10px 18px;
		font-size: 12px;
	}
	.nefesat-hero__slider-arrow {
		width: 30px;
		height: 30px;
		font-size: 15px;
	}
	.nefesat-hero-strip {
		font-size: 12px;
		padding: 8px 12px;
	}
}
