



.c-home-intro,
.c-home-trust {
	background-color: #F5F5F5;
}

.c-home-products {
	background-color: var(--bg-body);
}

.c-home-intro__inner,
.c-home-trust__inner,
.c-home-clients__inner,
.c-home-products__inner {
	width: 100%;
	max-width: 120rem;
	margin-inline: auto;
	padding: var(--space-2xl) var(--space-m);
}

.c-home-intro__title,
.c-home-trust__title,
.c-home-clients__title,
.c-home-products__title {
	margin: 0;
	color: var(--primary);
	font-family: "Just Sans", system-ui, sans-serif;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.15;
}

.c-home-intro__text,
.c-home-clients__text,
.c-trust-card__text {
	color: var(--text-body);
	font-family: "Just Sans", system-ui, sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.45;
}

.c-home-intro__text p,
.c-home-clients__text p,
.c-trust-card__text p {
	margin: 0 0 1.6rem;
}

.c-home-intro__text p:last-child,
.c-home-clients__text p:last-child,
.c-trust-card__text p:last-child {
	margin-bottom: 0;
}






.c-home-hero {
	position: relative;
	overflow: hidden;
	background-color: var(--primary-d-3);
}

.c-home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(
			90deg,
			rgba(25, 175, 198, 0.92) 0%,
			rgba(25, 175, 198, 0.72) 34%,
			rgba(12, 47, 58, 0.82) 100%
		);
	pointer-events: none;
}

.c-home-hero__slider {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}



.c-home-hero__slide {
	position: relative;
	min-height: 54rem;
	overflow: hidden;
	background: transparent !important;
	background-image: none !important;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.c-home-hero__slide::before {
	content: none !important;
	display: none !important;
}

.c-home-hero__slide-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 54rem;
	max-width: 140rem;
	margin-inline: auto;
	padding: var(--space-2xl) var(--space-m);
}

.c-home-hero__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.4rem;
	width: min(100%, 112rem) !important;
	max-width: 112rem !important;
	color: var(--light);
}

.c-home-hero__eyebrow {
	color: var(--light);
	font-family: "Just Sans", system-ui, sans-serif;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1.2;
}

.c-home-hero__title {
	margin: 0;
	color: var(--light);
	font-family: "Just Sans", system-ui, sans-serif;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.1;
}

.c-home-hero__subtitle {
	color: var(--light);
	font-family: "Just Sans", system-ui, sans-serif;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.25;
}

.c-home-hero__text {
	width: 100% !important;
	max-width: 112rem !important;
	color: var(--light);
	font-family: "Just Sans", system-ui, sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.45;
}

.c-home-hero__text p {
	width: 100% !important;
	max-width: none !important;
	margin: 0;
}

.c-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-s);
	margin-top: 1rem;
}



.c-home-hero .brxe-button,
.c-home-hero .c-btn--secondary,
.c-home-hero .c-btn--outline {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: #19AFC6 !important;
	border: 2px solid var(--light) !important;
	border-radius: 0 !important;
	color: var(--light) !important;
	font-family: "Just Sans", system-ui, sans-serif !important;
	font-weight: 700 !important;
	text-align: center !important;
	text-decoration: none !important;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease;
}

.c-home-hero .brxe-button:hover,
.c-home-hero .brxe-button:focus,
.c-home-hero .c-btn--secondary:hover,
.c-home-hero .c-btn--secondary:focus,
.c-home-hero .c-btn--outline:hover,
.c-home-hero .c-btn--outline:focus {
	background-color: #36DAC8 !important;
	border-color: var(--light) !important;
	color: var(--light) !important;
	text-decoration: none !important;
}



.c-home-hero .splide__arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4.6rem;
	height: 4.6rem;
	padding: 0;
	background-color: var(--accent);
	border: 0;
	border-radius: 0;
	color: var(--light);
	opacity: 1;
	transform: translateY(-50%);
}

.c-home-hero .splide__arrow:hover,
.c-home-hero .splide__arrow:focus-visible {
	background-color: var(--primary);
	color: var(--light);
}

.c-home-hero .splide__arrow--prev {
	left: 3.2rem;
	transform: translateY(-50%) rotate(180deg);
}

.c-home-hero .splide__arrow--next {
	right: 3.2rem;
	transform: translateY(-50%) rotate(0deg);
}

.c-home-hero .splide__arrow svg {
	width: 2rem;
	height: 2rem;
	fill: currentColor;
}

.c-home-hero .splide__pagination {
	position: absolute;
	right: auto;
	bottom: 2.4rem;
	left: 50%;
	z-index: 5;
	display: flex;
	justify-content: center;
	gap: 0.8rem;
	width: auto;
	padding: 0;
	transform: translateX(-50%);
}

.c-home-hero .splide__pagination__page {
	width: 0.8rem;
	height: 0.8rem;
	margin: 0;
	background-color: var(--light);
	border: 0;
	border-radius: 50%;
	opacity: 0.55;
}

.c-home-hero .splide__pagination__page.is-active {
	background-color: var(--accent);
	opacity: 1;
	transform: none;
}




.c-home-intro__inner {
	padding-top: var(--space-xl);
	padding-bottom: var(--space-xl);
}

.c-home-intro__content {
	display: flex;
	flex-direction: column;
	gap: var(--space-m);
	max-width: 100%;
	margin-inline: 0;
	text-align: left;
}




.c-home-trust__inner {
	padding-top: var(--space-xl);
}

.c-home-trust__header {
	margin-bottom: var(--space-l);
}

.c-home-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--space-m);
	width: 100%;
}

.c-trust-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background-color: var(--bg-surface);
	border: 1px solid var(--border-primary);
	box-shadow: var(--shadow-s);
}

.c-trust-card__media {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 3 / 2;
	background-color: var(--primary-10);
}

.c-trust-card__media > *,
.c-trust-card__image {
	display: block;
	width: 100%;
	height: 100%;
}

.c-trust-card__image img,
.c-trust-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-trust-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: var(--space-xs);
	padding: var(--space-m);
}

.c-trust-card__title {
	margin: 0;
	color: var(--primary);
	font-family: "Just Sans", system-ui, sans-serif;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.2;
}




.c-home-clients {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(
			135deg,
			rgba(25, 175, 198, 0.88) 0%,
			rgba(54, 218, 200, 0.72) 55%,
			rgba(17, 70, 82, 0.88) 100%
		),
		url("/wp-content/uploads/2026/01/PX_electronics.webp") center center / cover no-repeat !important;
}

.c-home-clients__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-l);
	text-align: center;
}

.c-home-clients__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-s);
	max-width: 96rem;
}

.c-home-clients__title,
.c-home-clients__text,
.c-home-clients__eyebrow {
	color: var(--light);
}

.c-home-clients__text {
	max-width: 88rem;
}

.c-home-clients__eyebrow {
	font-family: "Just Sans", system-ui, sans-serif;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1.2;
}

.c-home-clients__logos {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--space-m);
	width: 100%;
	max-width: 100rem;
}

.c-home-clients__logo-link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 12rem;
	padding: var(--space-m);
	background-color: transparent !important;
}

.c-home-clients__logo {
	display: block;
	width: 100%;
	max-width: 18rem;
	height: auto;
}

.c-home-clients__logo img {
	display: block;
	width: 100%;
	max-width: 18rem;
	height: auto;
}




.c-home-products__inner {
	display: flex;
	flex-direction: column;
	gap: var(--space-l);
}

.c-home-products__header {
	text-align: center;
}

.c-home-products__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--space-m);
}



.c-home-products .c-product-card,
.c-home-products.c-product-card,
.c-home-products .c-home-product-card {
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	overflow: hidden !important;
	background-color: var(--light) !important;
	border: 1px solid rgba(76, 80, 82, 0.14) !important;
	border-bottom: 3px solid var(--secondary) !important;
	box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.07) !important;
	text-decoration: none !important;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		border-color 0.2s ease;
}

.c-home-products .c-product-card:hover,
.c-home-products .c-product-card:focus-within,
.c-home-products.c-product-card:hover,
.c-home-products.c-product-card:focus-within,
.c-home-products .c-home-product-card:hover,
.c-home-products .c-home-product-card:focus-within {
	transform: translateY(-0.3rem) !important;
	border-bottom-color: var(--accent) !important;
	box-shadow: 0 1.6rem 3.6rem rgba(0, 0, 0, 0.11) !important;
}



.c-home-products .c-product-card__media,
.c-home-products.c-product-card__media,
.c-home-products .c-home-product-card__media {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	aspect-ratio: 1 / 1 !important;
	padding: 2rem !important;
	background-color: var(--light) !important;
	overflow: hidden !important;
	line-height: 0 !important;
}

.c-home-products .c-product-card__image,
.c-home-products.c-product-card__image,
.c-home-products .c-product-card__image img,
.c-home-products .c-home-product-card__image,
.c-home-products .c-home-product-card__image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	object-fit: contain !important;
	object-position: center center !important;
	padding: 0 !important;
	margin: 0 !important;
	background-color: transparent !important;
	transform: none !important;
	transition: transform 0.2s ease;
}

.c-home-products .c-product-card:hover .c-product-card__image,
.c-home-products.c-product-card:hover .c-product-card__image,
.c-home-products .c-home-product-card:hover .c-home-product-card__image {
	transform: scale(1.03) !important;
}



.c-home-products .c-product-card__title,
.c-home-products.c-product-card__title,
.c-home-products .brxe-text-link.c-product-card__title,
.c-home-products .c-home-product-card__title {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 8rem !important;
	margin: 0 !important;
	padding: 1.4rem 1.6rem !important;
	background-color: var(--light) !important;
	color: var(--primary) !important;
	font-family: "Just Sans", system-ui, sans-serif !important;
	font-size: 1.8rem !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	text-align: center !important;
	text-decoration: none !important;
}

.c-home-products .c-product-card:hover .c-product-card__title,
.c-home-products .c-product-card:focus-within .c-product-card__title,
.c-home-products.c-product-card:hover .c-product-card__title,
.c-home-products.c-product-card:focus-within .c-product-card__title,
.c-home-products .c-home-product-card:hover .c-home-product-card__title,
.c-home-products .c-home-product-card:focus-within .c-home-product-card__title {
	color: var(--secondary) !important;
}



.c-home-products__actions {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: var(--space-m);
	text-align: center;
}

.c-home-products__actions .brxe-button,
.c-home-products__actions .c-btn--dark {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 19.8rem !important;
	min-height: 5.6rem !important;
	padding: 1.6rem 3rem !important;
	background-color: var(--dark-grey) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--light) !important;
	font-family: "Just Sans", system-ui, sans-serif !important;
	font-size: 1.8rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	text-decoration: none !important;
	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

.c-home-products__actions .brxe-button:hover,
.c-home-products__actions .brxe-button:focus,
.c-home-products__actions .c-btn--dark:hover,
.c-home-products__actions .c-btn--dark:focus {
	background-color: #19AFC6 !important;
	color: var(--light) !important;
	text-decoration: none !important;
}




@media (max-width: 1200px) {
	.c-home-trust__grid,
	.c-home-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.c-home-clients__logos {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.c-home-hero__slide,
	.c-home-hero__slide-inner {
		min-height: 46rem;
	}

	.c-home-hero__content {
		width: min(100%, 64rem);
	}

	.c-home-hero__title {
		font-size: 3.6rem;
	}

	.c-home-hero .splide__arrow {
		width: 4rem;
		height: 4rem;
	}

	.c-home-hero .splide__arrow--prev {
		left: 1.6rem;
	}

	.c-home-hero .splide__arrow--next {
		right: 1.6rem;
	}
}

@media (max-width: 767px) {
	body.home .c-home-hero__slide {
		height: auto !important;
		min-height: 62rem !important;
		padding-top: 9rem !important;
		padding-bottom: 4rem !important;
		overflow: visible !important;
	}

	body.home .c-home-hero__slide-inner {
		display: flex !important;
		align-items: flex-start !important;
		justify-content: center !important;
		height: auto !important;
		min-height: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	body.home .c-home-hero__content {
		width: 100%;
		max-width: 100%;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.c-home-hero__eyebrow {
		font-size: 1.6rem;
	}

	.c-home-hero__title {
		margin-top: 0 !important;
		font-size: 3.2rem;
	}

	.c-home-hero__subtitle {
		font-size: 1.9rem;
	}

	.c-home-hero__text {
		max-width: 100%;
		font-size: 1.6rem;
	}

	.c-home-hero__text p {
		margin-bottom: 0;
	}

	.c-home-hero .splide__arrow {
		display: none;
	}

	.c-home-hero .splide__pagination {
		bottom: var(--space-m);
		left: 50%;
		transform: translateX(-50%);
	}

	.c-home-intro__inner,
	.c-home-trust__inner,
	.c-home-clients__inner,
	.c-home-products__inner {
		padding-top: var(--space-xl);
		padding-bottom: var(--space-xl);
	}

	.c-home-intro__title,
	.c-home-trust__title,
	.c-home-clients__title,
	.c-home-products__title {
		font-size: 2.8rem;
	}

	.c-home-trust__grid,
	.c-home-products__grid {
		grid-template-columns: 1fr;
	}

	.c-home-clients__logos {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: var(--space-s);
	}

	.c-home-clients__logo-link {
		min-height: 10rem;
		padding: var(--space-s);
	}

	.c-trust-card__title,
	.c-home-products .c-product-card__title,
	.c-home-products.c-product-card__title,
	.c-home-products .c-home-product-card__title {
		font-size: 2rem !important;
	}
}



body.home .c-home-static-hero {
	display: none !important;
}

@media (max-width: 767px) {
	body.home .c-home-hero {
		display: none !important;
	}

	body.home .c-home-static-hero {
		position: relative !important;
		display: block !important;
		overflow: hidden !important;
		width: 100% !important;
		min-height: 62rem !important;
		background-color: var(--primary-d-3) !important;
	}

	body.home .c-home-static-hero__image {
		position: absolute !important;
		inset: 0 !important;
		z-index: 0 !important;
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		object-fit: cover !important;
		object-position: center center !important;
	}

	body.home .c-home-static-hero__image img {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		object-position: center center !important;
	}

	body.home .c-home-static-hero__overlay {
		position: absolute !important;
		inset: 0 !important;
		z-index: 1 !important;
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		background:
			linear-gradient(
				90deg,
				rgba(25, 175, 198, 0.92) 0%,
				rgba(25, 175, 198, 0.72) 34%,
				rgba(12, 47, 58, 0.82) 100%
			) !important;
		pointer-events: none !important;
	}

	body.home .c-home-static-hero__inner {
		position: relative !important;
		z-index: 2 !important;
		display: flex !important;
		align-items: flex-start !important;
		width: 100% !important;
		min-height: 62rem !important;
		max-width: 140rem !important;
		margin-inline: auto !important;
		padding: 9rem var(--space-m) 4rem !important;
	}

	body.home .c-home-static-hero__content {
		position: relative !important;
		z-index: 3 !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 1.4rem !important;
		width: 100% !important;
		max-width: 100% !important;
		color: var(--light) !important;
	}

	body.home .c-home-static-hero__eyebrow {
		margin: 0 !important;
		color: var(--light) !important;
		font-family: "Just Sans", system-ui, sans-serif !important;
		font-size: 1.6rem !important;
		font-weight: 600 !important;
		line-height: 1.2 !important;
	}

	body.home .c-home-static-hero__title {
		margin: 0 !important;
		color: var(--light) !important;
		font-family: "Just Sans", system-ui, sans-serif !important;
		font-size: 3.2rem !important;
		font-weight: 600 !important;
		line-height: 1.1 !important;
	}

	body.home .c-home-static-hero__subtitle {
		margin: 0 !important;
		color: var(--light) !important;
		font-family: "Just Sans", system-ui, sans-serif !important;
		font-size: 1.9rem !important;
		font-weight: 600 !important;
		line-height: 1.25 !important;
	}

	body.home .c-home-static-hero__text {
		width: 100% !important;
		max-width: 100% !important;
		color: var(--light) !important;
		font-family: "Just Sans", system-ui, sans-serif !important;
		font-size: 1.6rem !important;
		font-weight: 400 !important;
		line-height: 1.45 !important;
	}

	body.home .c-home-static-hero__text p {
		margin: 0 !important;
		color: inherit !important;
	}

	body.home .c-home-static-hero__button {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		margin-top: 1rem !important;
		padding: 1.3rem 2rem !important;
		background-color: #19AFC6 !important;
		border: 2px solid var(--light) !important;
		border-radius: 0 !important;
		color: var(--light) !important;
		font-family: "Just Sans", system-ui, sans-serif !important;
		font-size: 1.6rem !important;
		font-weight: 700 !important;
		line-height: 1.2 !important;
		text-align: center !important;
		text-decoration: none !important;
	}

	body.home .c-home-static-hero__button:hover,
	body.home .c-home-static-hero__button:focus-visible {
		background-color: #36DAC8 !important;
		color: var(--light) !important;
		text-decoration: none !important;
	}
}