.dtf-hero-carousel-final {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	color: #0f172a;
}

.dtf-hero-track-final {
	position: relative;
	width: 100%;
	min-height: 470px;
	overflow: hidden;
}

.dtf-hero-slide-final {
	position: absolute;
	inset: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(22px);
	transition: opacity 0.45s ease, visibility 0.45s ease, transform 0.45s ease;
}

.dtf-hero-slide-final.active {
	position: relative;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(0);
}

.dtf-hero-inner-final {
	width: 100%;
	max-width: 1380px;
	min-height: 470px;
	margin: 0 auto;
	padding: 52px 54px;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	align-items: center;
	gap: 42px;
	box-sizing: border-box;
	background:
		linear-gradient(115deg, #ffffff 0%, #f8fbff 44%, #eef7ff 100%),
		radial-gradient(circle at 86% 14%, rgba(0, 110, 230, 0.12), transparent 34%);
}

.dtf-hero-content-final {
	min-width: 0;
}

.dtf-hero-kicker-final {
	display: block;
	margin: 0 0 12px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #006ee6;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 2.8px;
	text-transform: uppercase;
}

.dtf-hero-content-final h2 {
	max-width: 720px;
	margin: 0;
	color: #0f172a;
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -1.6px;
}

.dtf-hero-description-final {
	max-width: 660px;
	margin: 18px 0 0;
	color: #334155;
	font-size: clamp(16px, 1.45vw, 21px);
	font-weight: 400;
	line-height: 1.62;
}

.dtf-hero-offer-row-final {
	margin: 22px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.dtf-hero-offer-row-final span {
	min-height: 36px;
	padding: 0 13px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid #dbeafe;
	border-radius: 999px;
	background: #ffffff;
	color: #0f172a;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	box-shadow: none;
}

.dtf-hero-offer-row-final i {
	color: #006ee6;
	font-size: 14px;
	line-height: 1;
}

.dtf-hero-actions-final {
	margin: 28px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.dtf-hero-btn-final {
	min-height: 54px;
	padding: 0 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 13px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.dtf-hero-btn-final:hover,
.dtf-hero-btn-final:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

.dtf-hero-btn-primary-final {
	border-color: #16a34a;
	background: #16a34a;
	color: #ffffff;
	box-shadow: 0 14px 28px rgba(22, 163, 74, 0.22);
}

.dtf-hero-btn-primary-final:hover,
.dtf-hero-btn-primary-final:focus {
	border-color: #15803d;
	background: #15803d;
	color: #ffffff;
	box-shadow: 0 18px 36px rgba(22, 163, 74, 0.28);
}

.dtf-hero-btn-light-final {
	border-color: #dbe3ec;
	background: #ffffff;
	color: #0f172a;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.dtf-hero-btn-light-final:hover,
.dtf-hero-btn-light-final:focus {
	border-color: #b8c6d8;
	background: #ffffff;
	color: #006ee6;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.dtf-hero-note-final {
	max-width: 660px;
	margin: 16px 0 0;
	color: #64748b;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.55;
}

.dtf-hero-visual-final {
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dtf-hero-img-final {
	display: block;
	width: 100%;
	max-width: 570px;
	height: 350px;
	object-fit: cover;
	border: 1px solid #e2e8f0;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
}

.dtf-hero-img-placeholder-final {
	display: block;
	width: 100%;
	max-width: 570px;
	height: 350px;
	border: 1px solid #e2e8f0;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
}

.dtf-hero-arrow-final {
	position: absolute;
	top: 50%;
	z-index: 8;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid #dbe3ec;
	border-radius: 999px;
	background: #ffffff;
	color: #0f172a;
	font-size: 30px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
	cursor: pointer;
	transform: translateY(-50%);
	transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.dtf-hero-arrow-final:hover,
.dtf-hero-arrow-final:focus {
	border-color: #006ee6;
	color: #006ee6;
	box-shadow: 0 18px 38px rgba(15, 23, 42, 0.16);
}

.dtf-hero-prev-final {
	left: 22px;
}

.dtf-hero-next-final {
	right: 22px;
}

.dtf-hero-dots-final {
	position: absolute;
	left: 50%;
	bottom: 18px;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transform: translateX(-50%);
}

.dtf-hero-dots-final button {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #cbd5e1;
	cursor: pointer;
	transition: width 0.2s ease, background 0.2s ease;
}

.dtf-hero-dots-final button.active,
.dtf-hero-dots-final button[aria-current="true"] {
	width: 30px;
	background: #006ee6;
}

@media (max-width: 1180px) {
	.dtf-hero-inner-final {
		padding: 44px 42px;
		grid-template-columns: 1fr 0.9fr;
		gap: 30px;
	}

	.dtf-hero-img-final,
	.dtf-hero-img-placeholder-final {
		max-width: 500px;
		height: 320px;
	}
}

@media (max-width: 991px) {
	.dtf-hero-track-final {
		min-height: 0;
	}

	.dtf-hero-inner-final {
		min-height: 0;
		padding: 38px 28px 58px;
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.dtf-hero-visual-final {
		order: -1;
	}

	.dtf-hero-content-final h2 {
		max-width: 100%;
	}

	.dtf-hero-description-final {
		max-width: 100%;
	}

	.dtf-hero-img-final,
	.dtf-hero-img-placeholder-final {
		max-width: 560px;
		height: 300px;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.dtf-hero-inner-final {
		padding: 26px 16px 56px;
		gap: 20px;
	}

	.dtf-hero-kicker-final {
		margin-bottom: 9px;
		font-size: 11px;
		letter-spacing: 2.1px;
	}

	.dtf-hero-content-final h2 {
		font-size: clamp(28px, 9vw, 38px);
		line-height: 1.12;
		letter-spacing: -0.8px;
	}

	.dtf-hero-description-final {
		margin-top: 12px;
		font-size: 14.5px;
		line-height: 1.58;
	}

	.dtf-hero-offer-row-final {
		margin-top: 16px;
		gap: 8px;
	}

	.dtf-hero-offer-row-final span {
		min-height: 30px;
		padding: 0 10px;
		font-size: 11.5px;
	}

	.dtf-hero-actions-final {
		margin-top: 20px;
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.dtf-hero-btn-final {
		width: 100%;
		min-height: 46px;
		padding: 0 16px;
		font-size: 13px;
	}

	.dtf-hero-img-final,
	.dtf-hero-img-placeholder-final {
		height: 220px;
		border-radius: 22px;
	}

	.dtf-hero-note-final {
		font-size: 11.5px;
	}

	.dtf-hero-arrow-final {
		top: auto;
		bottom: 10px;
		width: 36px;
		height: 36px;
		font-size: 24px;
		transform: none;
	}

	.dtf-hero-prev-final {
		left: 12px;
	}

	.dtf-hero-next-final {
		right: 12px;
	}

	.dtf-hero-dots-final {
		bottom: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dtf-hero-slide-final,
	.dtf-hero-btn-final,
	.dtf-hero-arrow-final,
	.dtf-hero-dots-final button {
		transition: none;
	}

	.dtf-hero-btn-final:hover,
	.dtf-hero-btn-final:focus {
		transform: none;
	}
}
