.software-features,
.software-features * {
	box-sizing: border-box;
}

.software-features {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	color: #333;
	font-family: inherit;
}

.software-features__inner {
	width: 100%;
	margin: 0 auto;
}

/* Homepage boxed layout */
.software-features--boxed {
	width: calc(100% - 32px);
	max-width: 1380px;
	margin: -60px auto 0;
	padding: 24px 30px 0;
	border-radius: 8px;
	background: linear-gradient(
		180deg,
		#fff 14.425%,
		rgba(255, 255, 255, 0) 100%
	);
}

.software-features--boxed .software-features__inner {
	max-width: 1320px;
}

/* Inner-page wide layout */
.software-features--wide {
	margin: 64px auto 0;
	padding: 0 30px;
	background: transparent;
}

.software-features--wide .software-features__inner {
	max-width: 1380px;
}

.software-features__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	width: 100%;
	max-width: 912px;
	margin: 0 auto 48px;
	text-align: center;
}

.software-features__eyebrow {
	width: 100%;
	margin: 0;
	background: linear-gradient(90deg, #c883d4 2.45%, #fe5f35 100%);
	background-clip: text;
	color: transparent;
	font-family: inherit;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.18px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.software-features__heading {
	width: 100%;
	margin: 0;
	color: #333;
	font-family: inherit;
	font-size: 52px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -1.56px;
}

.software-features__intro {
	width: 100%;
	margin: 0;
	color: #000;
	font-family: inherit;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

.software-features__intro p {
	margin: 0;
}

.software-features__intro p + p {
	margin-top: 0;
}

.software-features__slider {
	width: 100%;
	overflow: hidden;
}

.software-features.software-features--wide .software-features__slider {
	overflow: visible;
}

.software-features__carousel {
	width: 100%;
}

.software-features__carousel .owl-stage-outer {
	overflow: visible;
}

.software-features__carousel .owl-stage {
	display: flex;
	align-items: stretch;
	padding-left: 0 !important;
}

.software-features__carousel .owl-item {
	display: flex;
	height: auto;
}

.software-features__card {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	height: 100%;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.04);
}

.software-features__image {
	position: relative;
	flex: 0 0 auto;
	width: 100%;
	aspect-ratio: 160 / 90;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}

.software-features__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.software-features__card-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	gap: 32px;
	width: 100%;
	padding: 24px;
	border-radius: 0 0 8px 8px;
	background: #fff;
}

.software-features__card-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	width: 100%;
}

.software-features__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 6px;
	border-radius: 4px;
	background: rgba(200, 131, 212, 0.3);
	color: #333;
	text-transform: uppercase;
	white-space: nowrap;
}

.software-features__card-title {
	width: 100%;
	margin: 0;
	color: #333;
	font-family: inherit;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.72px;
}

.software-features__description {
	width: 100%;
	color: #333;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.software-features__description p {
	margin: 0;
}

.software-features__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 33px;
	padding: 6px 16px;
	border-radius: 4px;
	background: #eaf1fa;
	color: #333;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition:
		background-color 0.2s ease,
		opacity 0.2s ease;
}

a.software-features__button:hover,
a.software-features__button:focus-visible {
	background: #dce8f7;
	color: #333;
}

.software-features__carousel .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin-top: 24px;
	padding-bottom: 8px;
}

.software-features__carousel .owl-dot {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: #c2d6f1 !important;
	cursor: pointer;
	transition: width 0.2s ease;
}

.software-features__carousel .owl-dot.active {
	width: 24px;
}

.software-features__carousel .owl-dot span {
	display: none !important;
}

.software-features__empty {
	width: 100%;
	padding: 24px;
	border: 1px dashed #1169ec;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.6);
	color: #333;
	text-align: center;
}

@media (max-width: 1199px) {
	.software-features__heading {
		font-size: 44px;
	}
}

@media (max-width: 767px) {
	.software-features,
	.software-features--boxed,
	.software-features--wide {
		width: 100%;
		max-width: none;
		margin-top: 64px;
		padding: 0 16px;
		border-radius: 0;
		background: transparent;
	}

	.software-features__inner,
	.software-features--boxed .software-features__inner,
	.software-features--wide .software-features__inner {
		max-width: none;
	}

	.software-features__header {
		gap: 24px;
		max-width: none;
		margin-bottom: 24px;
	}

	.software-features__heading {
		font-size: 32px;
		line-height: 1.1;
		letter-spacing: -0.96px;
	}

	.software-features__intro {
		font-size: 18px;
		line-height: 1.5;
	}

	.software-features__slider {
		overflow: visible;
	}

	.software-features__carousel.owl-carousel {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.software-features__carousel.owl-carousel .software-features__card {
		width: 100%;
	}

	.software-features__card-content {
		gap: 32px;
		padding: 24px;
	}

	.software-features__carousel .owl-dots {
		display: none;
	}
}