.bric-hero::before {
	background: linear-gradient(180deg, rgba(13, 21, 23, 0.12) 0%, rgba(13, 21, 23, 0.3) 100%);
}

.bric-hero .container.position-relative {
	padding-top: 14px;
}

.bric-hero .highlight-separator img,
.bric-home-highlight img {
	filter: sepia(1) saturate(5) hue-rotate(348deg) brightness(1.06);
}

.bric-home-review-initial {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(232, 162, 0, 0.14);
	border: 1px solid rgba(250, 198, 0, 0.26);
	color: var(--bric-yellow);
	font-weight: 700;
	font-size: 24px;
	flex-shrink: 0;
}

.bric-home-product-tag {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	background: rgba(232, 162, 0, 0.14);
	color: var(--bric-yellow);
	margin-bottom: 8px;
}

.bric-home-ticker .swiper-slide,
.bric-home-marquee .swiper-slide {
	width: auto;
}

.bric-home-dark-card {
	background: rgba(16, 26, 29, 0.88);
	backdrop-filter: blur(8px);
}

.bric-home-ecosystem-intro h3 {
	max-width: 840px;
	margin: 0 auto;
	line-height: 1.08;
}

.bric-home-ecosystem-visual {
	position: relative;
}

.bric-home-ecosystem-frame {
	position: relative;
	padding: 16px;
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(18, 29, 32, 0.98) 0%, rgba(20, 33, 36, 0.94) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 34px 78px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.bric-home-ecosystem-frame img {
	display: block;
	width: 100%;
	min-height: 560px;
	border-radius: 22px;
	object-fit: cover;
}

.bric-home-ecosystem-summary-copy p {
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.75;
	font-size: 18px;
}

.bric-home-ecosystem-type-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.bric-home-ecosystem-type-item p {
	line-height: 1.7;
	font-size: 16px;
	color: var(--white);
}

.bric-home-application-image {
	filter: drop-shadow(0 30px 70px rgba(0, 0, 0, 0.22));
}

.bric-home-case-study-primary-image {
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.bric-home-case-study-secondary {
	right: 1.5%;
	bottom: 41%;
	width: 50%;
	z-index: 2;
}

.bric-home-case-study-secondary-image {
	display: block;
	width: 100%;
	box-shadow: 0 48px 120px rgba(0, 0, 0, 0.48);
}

@media (max-width: 1199px) {
	.bric-home-ecosystem-frame img {
		min-height: 440px;
	}

	.bric-home-application-image {
		max-width: 100%;
	}

	.bric-home-case-study-secondary {
		right: 0;
		bottom: 30%;
		width: 54%;
	}
}

@media (max-width: 767px) {
	.bric-home-ecosystem-intro h3 {
		line-height: 1.12;
	}

	.bric-home-ecosystem-frame {
		padding: 10px;
		border-radius: 22px;
	}

	.bric-home-ecosystem-frame img {
		min-height: 0;
		border-radius: 16px;
	}

	.bric-home-ecosystem-summary-copy {
		margin-bottom: 36px !important;
	}

	.bric-home-ecosystem-type-item {
		padding-top: 18px;
	}

	.bric-home-case-study-secondary {
		right: 0;
		bottom: 20%;
		width: 52%;
	}
}