body {
	background: #f7f8fb;
}

.hero-modern {
	position: relative;
	padding: 3.5rem 0 2.5rem;
	background: radial-gradient(circle at top left, #eef3ff 0%, #f7f8fb 55%, #ffffff 100%);
	overflow: hidden;
}

.hero-modern::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(248, 250, 255, 0.95) 0%, rgba(248, 250, 255, 0.75) 45%, rgba(248, 250, 255, 0.35) 100%);
	z-index: 1;
}

.hero-video {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.hero-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-modern .container {
	position: relative;
	z-index: 2;
}

.hero-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.75rem;
	font-weight: 600;
	color: #4568dc;
	margin-bottom: 0.75rem;
}

.hero-card {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 25px 50px rgba(15, 23, 42, 0.15);
}

.hero-card img {
	width: 100%;
	height: auto;
	display: block;
}

.hero-card__overlay {
	position: absolute;
	inset: auto 0 0 0;
	padding: 1.25rem 1.5rem;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.75) 100%);
	color: #ffffff;
}

.hero-card__overlay h5 {
	margin-bottom: 0.35rem;
	font-weight: 600;
}

.hero-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 1rem;
}

.hero-stats .stat-number {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 0.1rem;
}

.hero-stats .stat-label {
	color: #6b7280;
	margin-bottom: 0;
	font-size: 0.9rem;
}

.section-modern {
	padding: 3rem 0;
}

.section-muted {
	background: #ffffff;
	border-top: 1px solid #e7e9f1;
	border-bottom: 1px solid #e7e9f1;
}

.section-title {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.info-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 1.5rem;
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.info-card__title {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 0.75rem;
}

.sample-card {
	border: none;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sample-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.15);
}

.sample-card img {
	object-fit: cover;
	height: 90px;
}

@media (max-width: 767px) {
	.hero-modern {
		padding-top: 2.5rem;
	}
}

.product-home-header {
	position: sticky;
	top: 0;
	z-index: 1020;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.product-home-header .nav-pills .nav-link {
	color: #495057;
	border-radius: 50rem;
	padding: 0.5rem 1rem;
	font-weight: 500;
	font-size: 0.95rem;
	white-space: nowrap;
}

.product-home-header .nav-pills .nav-link:hover {
	background-color: #e9ecef;
	color: #212529;
	text-decoration: none;
}

.product-home-header .nav-pills .nav-link.active {
	background-color: #0d6efd;
	color: #fff;
}

.product-home-header h1 {
	transition: opacity 0.2s ease;
}

.product-home-header a:hover h1 {
	opacity: 0.7;
}

.home-footer {
	border-top: 1px solid #dee2e6;
	padding: 3rem 0 2rem;
	background-color: #f8f9fa;
}

.home-footer *,
.home-footer *::before,
.home-footer *::after {
  box-sizing: border-box;
}
}

.home-footer a {
	color: #6c757d;
	text-decoration: none;
	font-size: 0.9rem;
}

.home-footer a:hover {
	color: #0d6efd;
}

.home-footer .footer-bottom {
	border-top: 1px solid #dee2e6;
	padding-top: 1.5rem;
	margin-top: 2rem;
}

@media (max-width: 991px) {
	.product-home-header .nav-pills {
		overflow-x: auto;
		flex-wrap: nowrap !important;
		-webkit-overflow-scrolling: touch;
	}
}
