.ss-hero-boxes--v2 {
	box-sizing: border-box;
	margin: 0 auto 24px;
	max-width: 1240px;
	padding: 0;
	width: 100%;
}

.ss-hero-boxes--v2,
.ss-hero-boxes--v2 * {
	box-sizing: border-box;
}

.ss-hero__wrapper {
	background-image: url('../img/hero-bg.jpg');
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 60px 0;
	width: 100vw;
}

.ss-hero__inner {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 40px;
}

.ss-hero__text {
	margin-bottom: 48px;
	max-width: 75%;
}

.ss-hero__heading {
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0 ;
}

.ss-hero__subtitle {
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 16px;
}

.ss-hero__desc {
	color: rgba(255, 255, 255, 0.64);
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
}

.ss-hero-boxes--v2 .ss-hero-boxes__grid {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ss-hero-boxes--v2 .ss-hero-boxes__item {
	align-items: center;
	background: linear-gradient(135deg, #8010e4, #c51af6);
	border-radius: 0;
	overflow: visible;
	position: relative;
	box-shadow: 0 0 8px 0 rgba(198, 26, 246, 0.84);
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 6px;
	justify-content: center;
	min-height: 86px;
	padding: 16px 14px;
	text-align: center;
	text-decoration: none;
	transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.ss-hero-boxes--v2 .ss-hero-boxes__item:hover,
.ss-hero-boxes--v2 .ss-hero-boxes__item:focus-visible {
	background: linear-gradient(135deg, #f8d70a, #c51af6);
	box-shadow: 0 0 8.61px 0 rgba(109, 194, 128, 0.84);
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}

.ss-hero-boxes--v2 .ss-hero-boxes__item:hover .ss-hero-boxes__label,
.ss-hero-boxes--v2 .ss-hero-boxes__item:focus-visible .ss-hero-boxes__label,
.ss-hero-boxes--v2 .ss-hero-boxes__item:hover .ss-hero-boxes__desc,
.ss-hero-boxes--v2 .ss-hero-boxes__item:focus-visible .ss-hero-boxes__desc {
	color: #fff;
}

.ss-hero-boxes--v2 .ss-hero-boxes__label {
	color: #2e1849;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.3;
	text-transform: uppercase;
}

.ss-hero-boxes--v2 .ss-hero-boxes__value {
	color: #ffffff;
	font-family: "Readex Pro", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.15;
}

.ss-hero-boxes--v2 .ss-hero-boxes__desc {
	color: #2e1849;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
}

/* imagini decorative în box #1 și #6 */
.ss-hero-boxes--v2 .ss-hero-boxes__deco {
	height: auto;
	pointer-events: none;
	position: absolute;
	width: 80px;
}

.ss-hero-boxes--v2 .ss-hero-boxes__item--first .ss-hero-boxes__deco {
	left: 0;
	top: 0;
	transform: translate(-50%, -50%);
	pointer-events: none;
	user-select: none;
}

.ss-hero-boxes--v2 .ss-hero-boxes__item--last .ss-hero-boxes__deco {
	bottom: 0;
	right: 0;
	transform: translate(50%, 50%);
	pointer-events: none;
	user-select: none;
}

@media (max-width: 900px) {
	.ss-hero-boxes--v2 .ss-hero-boxes__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.ss-hero__wrapper {
		background-image: url('../img/hero-bg-mobile.jpg');
		background-position: center top;
		padding: 12px 0 24px 0;
	}

	.ss-hero__text {
		max-width: 100%;
	}

	.ss-hero-boxes--v2 {
		margin-bottom: 16px;
	}

	.ss-hero-boxes--v2 .ss-hero-boxes__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ss-hero-boxes--v2 .ss-hero-boxes__item {
		gap: 4px;
		min-height: 80px;
		padding: 12px 10px;
	}

	.ss-hero__inner {
		padding: 0 20px;
	}

	.ss-hero-boxes--v2 .ss-hero-boxes__label {
		font-size: 10px;
		letter-spacing: 0.05em;
	}

	.ss-hero-boxes--v2 .ss-hero-boxes__value {
		font-size: 16px;
	}

	.ss-hero-boxes--v2 .ss-hero-boxes__desc {
		font-size: 10px;
	}
}
