.didatec-hero {
	position: relative;
	margin: 0 auto 16px !important;
	width: calc(100% - 32px) !important;
	max-width: calc(100% - 32px) !important;
	min-height: calc(100vh - 200px);
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.didatec-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.didatec-hero__bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 20%;
}

.didatec-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(105deg, rgba(6, 5, 60, 0.82) 0%, rgba(6, 5, 60, 0.55) 38%, rgba(6, 5, 60, 0.0) 65%),
		linear-gradient(0deg, rgba(6, 5, 60, 0.55) 0%, rgba(6, 5, 60, 0.0) 40%);
}

.didatec-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 44px;
	padding: 72px;
	width: 100%;
}

.didatec-hero__text {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.didatec-hero__title {
	max-width: 561px;
	font-size: 56px !important;
	font-weight: 400 !important;
	line-height: 110% !important;
	font-style: normal !important;
	color: #ffffff !important;
	margin: 0 !important;
	font-family: "Stack Sans Headline", 'Stack Sans Headline', sans-serif !important;
}

.didatec-hero__subtitle {
	max-width: 451px;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin: 0;
}

.didatec-hero__actions {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.didatec-hero__btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #ffffff;
	color: #100EA2;
	font-size: 14px;
	font-weight: 600;
	padding: 16px 24px;
	border-radius: 8px;
	text-decoration: none;
	border: 1px solid #ffffff;
	transition: opacity 0.2s;
}

.didatec-hero__btn:hover {
	opacity: 0.9;
}

.didatec-hero__btn img {
	width: 17px;
	height: 17px;
}

.didatec-hero__badge {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 16px;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border-radius: 8px;
	color: #ffffff;
	white-space: nowrap;
}

.didatec-hero__badge-icon {
	width: 23px;
	height: 23px;
}

.didatec-hero__badge-score {
	font-size: 16px;
	color: #ffffff;
}

.didatec-hero__badge-stars {
	display: flex;
	align-items: center;
}

.didatec-hero__badge-stars img {
	width: 20px;
	height: 19px;
}

.didatec-hero__badge-count {
	font-size: 14px;
	color: #ffffff;
}

@media (max-width: 782px) {
	.didatec-hero {
		margin: 0 12px 16px !important;
		width: calc(100% - 24px) !important;
		max-width: calc(100% - 24px) !important;
		border-radius: 12px;
		min-height: 80vh;
	}

	.didatec-hero__content {
		padding: 40px 24px;
	}

	.didatec-hero__title {
		font-size: 48px !important;
		max-width: 200px;
	}

	.didatec-hero__actions {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.didatec-hero__btn {
		justify-content: center;
		width: 100%;
	}

	.didatec-hero__badge {
		justify-content: center;
		width: 100%;
		box-sizing: border-box;
	}
}

@media (max-width: 480px) {
	.didatec-hero {
		min-height: 90vh;
		border-radius: 12px;
		margin: 0 12px !important;
		width: calc(100% - 24px) !important;
		max-width: calc(100% - 24px) !important;
	}

	.didatec-hero__content {
		padding: 40px 24px;
	}

	.didatec-hero__title {
		font-size: 36px !important;
		line-height: 1.1;
	}

	.didatec-hero__subtitle {
		font-size: 15px;
		line-height: 1.5;
	}
}
