.sakarya-home-hero {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(420px, 44vw, 650px);
	overflow: hidden;
	background-color: #08110d;
	background-image: var(--sakarya-home-hero-image);
	background-position: var(--sakarya-home-hero-position, center center);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.sakarya-home-hero--full {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.sakarya-home-hero--compact {
	min-height: clamp(320px, 36vw, 520px);
}

.sakarya-home-hero--tall {
	min-height: clamp(520px, 54vw, 760px);
}

.sakarya-home-hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	content: "";
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(4, 12, 9, .32), rgba(4, 12, 9, .04) 44%, rgba(4, 12, 9, .28)),
		linear-gradient(180deg, rgba(4, 12, 9, .12), rgba(4, 12, 9, .4));
}

.sakarya-home-hero--overlay-none::before {
	opacity: 0;
}

.sakarya-home-hero--overlay-soft::before {
	opacity: .58;
}

.sakarya-home-hero--overlay-medium::before {
	opacity: .9;
}

.sakarya-home-hero__inner {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.sakarya-home-hero__content {
	width: min(560px, 100%);
	padding: clamp(24px, 4vw, 44px);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(5, 20, 14, .82), rgba(5, 20, 14, .46));
	box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
	backdrop-filter: blur(12px);
}

.sakarya-home-hero__logo {
	display: block;
	width: min(210px, 56vw);
	height: auto;
	margin: 0 0 22px;
	object-fit: contain;
}

.sakarya-home-hero__eyebrow {
	margin: 0 0 12px;
	color: #75d79b;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.sakarya-home-hero h1 {
	max-width: 12ch;
	margin: 0;
	color: #fff;
	font-size: clamp(40px, 5vw, 74px);
	font-weight: 850;
	letter-spacing: 0;
	line-height: .96;
}

.sakarya-home-hero__description {
	max-width: 48ch;
	margin: 20px 0 0;
	color: rgba(255, 255, 255, .84);
	font-size: clamp(16px, 1.45vw, 19px);
	font-weight: 500;
	line-height: 1.65;
}

.sakarya-home-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin-top: 28px;
	padding: 0 24px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	background: #f8f7ef;
	color: #102018;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 16px 36px rgba(0, 0, 0, .22);
	transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.sakarya-home-hero__button:hover,
.sakarya-home-hero__button:focus {
	transform: translateY(-2px);
	background: #34b36d;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 767px) {
	.sakarya-home-hero,
	.sakarya-home-hero--compact,
	.sakarya-home-hero--tall {
		min-height: clamp(330px, 92vw, 520px);
	}

	.sakarya-home-hero__inner {
		width: min(100% - 32px, 520px);
	}

	.sakarya-home-hero__content {
		padding: 24px;
		border-radius: 18px;
	}

	.sakarya-home-hero h1 {
		max-width: 11ch;
		font-size: clamp(34px, 11vw, 52px);
	}

	.sakarya-home-hero__description {
		font-size: 15px;
		line-height: 1.55;
	}
}
