/* Full-bleed, accessible three-slide homepage hero. */
.ys-hero {
	width: 100%;
	max-width: none;
	margin: 0;
	background: transparent;
}

.ys-hero::before,
.ys-hero::after {
	display: none;
}

.ys-hero-slider {
	position: relative;
	min-height: 580px;
	overflow: hidden;
	background: #030405;
}

.ys-hero-slide {
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .7s ease, visibility .7s ease;
}

.ys-hero-slide.is-active {
	z-index: 1;
	opacity: 1;
	visibility: visible;
}

.ys-hero-slide::after {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(90deg, #030405 0%, rgba(3, 4, 5, .96) 29%, rgba(3, 4, 5, .64) 44%, rgba(3, 4, 5, .08) 68%, rgba(3, 4, 5, 0) 100%);
}

.ys-hero-slide__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.ys-hero-slide .ys-hero__grid {
	z-index: 2;
	min-height: 580px;
}

.ys-hero-slide h1,
.ys-hero-slide h2 {
	margin: 0 0 24px;
	color: #fff;
	font-family: Impact, "Arial Narrow", "Roboto Condensed", sans-serif;
	font-size: clamp(54px, 5.2vw, 72px);
	font-weight: 400;
	line-height: .92;
	letter-spacing: 0;
	text-shadow: 0 3px 18px rgba(0, 0, 0, .35);
}

.ys-hero-slide h1 strong,
.ys-hero-slide h2 strong {
	display: block;
	color: var(--brand-red);
}

.ys-hero-slide .ys-actions {
	margin-top: 28px;
}

.ys-slider-arrow {
	position: absolute;
	z-index: 5;
	top: 50%;
	display: grid;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .42);
	border-radius: 50%;
	background: rgba(0, 0, 0, .42);
	color: #fff;
	font: 300 38px/1 Arial, sans-serif;
	place-items: center;
	transform: translateY(-50%);
	backdrop-filter: blur(6px);
}

.ys-slider-arrow:hover,
.ys-slider-arrow:focus {
	border-color: var(--brand-red);
	background: var(--brand-red);
	color: #fff;
}

.ys-slider-arrow--prev {
	left: 20px;
}

.ys-slider-arrow--next {
	right: 20px;
}

.ys-slider-dots {
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 22px;
	left: 0;
	display: flex;
	justify-content: center;
	gap: 9px;
	pointer-events: none;
}

.ys-slider-dots button {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 999px;
	background: rgba(255, 255, 255, .32);
	transition: width .25s ease, background .25s ease;
	pointer-events: auto;
}

.ys-slider-dots button:hover,
.ys-slider-dots button[aria-selected="true"] {
	width: 30px;
	border-color: var(--brand-red);
	background: var(--brand-red);
}

.ys-quick-info {
	display: none;
}

@media (min-width: 768px) {
	.ys-hero {
		z-index: 2;
		overflow: visible;
	}

	.ys-quick-info {
		position: relative;
		z-index: 4;
		display: grid;
		width: min(90.5%, 1850px);
		height: 96px;
		/* Bandın yarısı sliderın üzerinde, yarısı altına taşar. */
		margin: -48px auto -48px;
		border: 1px solid var(--brand-red);
		border-radius: 14px;
		background: linear-gradient(100deg, #7c0007 0%, #900008 57%, #bd000e 100%);
		box-shadow: 0 24px 38px rgba(91, 0, 7, .17);
		grid-template-columns: repeat(4, minmax(0, 1fr));
		overflow: hidden;
	}

	.ys-quick-info > div {
		display: flex;
		min-width: 0;
		padding: 18px 24px;
		border-right: 1px solid rgba(255, 255, 255, .24);
		flex-direction: column;
		justify-content: center;
	}

	.ys-quick-info > div:last-child {
		border-right: 0;
	}

	.ys-quick-info strong,
	.ys-quick-info span {
		display: block;
	}

	.ys-quick-info strong {
		color: #fff;
		font-size: 18px;
		font-weight: 750;
		line-height: 1.25;
		letter-spacing: -.02em;
	}

	.ys-quick-info span {
		margin-top: 5px;
		color: rgba(255, 255, 255, .76);
		font-size: 13px;
		line-height: 1.3;
	}

	.ys-hero .ys-slider-dots {
		bottom: 82px;
	}

	body.ys-site.home .ys-licenses {
		padding-top: 110px;
	}
}

@media (max-width: 1199px) {
	.ys-slider-arrow {
		top: auto;
		bottom: 82px;
		transform: none;
	}

	.ys-slider-arrow--prev {
		left: 22px;
	}

	.ys-slider-arrow--next {
		right: 22px;
	}
}

@media (max-width: 1023px) {
	.ys-hero-slider,
	.ys-hero-slide .ys-hero__grid {
		min-height: 720px;
	}

	.ys-hero-slide::after {
		background: linear-gradient(180deg, rgba(3, 4, 5, .98) 0%, rgba(3, 4, 5, .92) 52%, rgba(3, 4, 5, .35) 75%, rgba(3, 4, 5, .1) 100%);
	}

	.ys-hero-slide__image {
		object-position: 58% center;
	}

	.ys-hero-slide .ys-hero__content {
		max-width: 680px;
	}
}

@media (max-width: 767px) {
	.ys-hero-slider,
	.ys-hero-slide .ys-hero__grid {
		min-height: 820px;
	}

	.ys-hero-slide .ys-hero__content {
		padding-top: 48px;
	}

	.ys-hero-slide h1,
	.ys-hero-slide h2 {
		font-size: clamp(40px, 11.5vw, 54px);
	}

	.ys-slider-arrow {
		width: 40px;
		height: 40px;
		bottom: 14px;
		font-size: 32px;
	}

	.ys-slider-dots {
		bottom: 29px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ys-hero-slide,
	.ys-slider-dots button {
		transition: none;
	}
}
