.bvmi-front-page-template {
	--bg: var(--bvmi-background, hsl(220, 20%, 97%));
	--bg-light: var(--bvmi-surface-soft, hsl(210, 40%, 98%));
	--fg: var(--bvmi-text-primary, hsl(222, 47%, 11%));
	--card: var(--bvmi-surface, hsl(0, 0%, 100%));
	--muted-fg: var(--bvmi-text-secondary, hsl(220, 10%, 46%));
	--border: var(--bvmi-border, hsl(215, 18%, 76%));
	--control-border: hsl(214, 16%, 50%);
	--brand-navy: var(--bvmi-navy, hsl(230, 65%, 16%));
	--brand-navy-light: hsl(225, 50%, 25%);
	--brand-gold: hsl(42, 62%, 31%);
	--brand-gold-light: hsl(42, 62%, 39%);
	--brand-green: hsl(100, 75%, 37%);
	--brand-blue: var(--bvmi-blue, hsl(224, 62%, 42%));
	--brand-red: hsl(0, 100%, 35%);
	--brand-red-light: hsl(0, 80%, 50%);
	--gradient-hero: linear-gradient(135deg, hsl(230, 65%, 12%) 0%, hsl(225, 50%, 20%) 50%, hsl(230, 65%, 16%) 100%);
	--gradient-section: linear-gradient(180deg, hsl(220, 20%, 97%) 0%, hsl(0, 0%, 100%) 100%);
	--radius: var(--bvmi-radius-card, 12px);
	--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
	--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
	--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.bvmi-front-page-template .indux-modern-wrapper,
.bvmi-front-page-template .indux-modern-wrapper *,
.bvmi-front-page-template .indux-modern-wrapper *::before,
.bvmi-front-page-template .indux-modern-wrapper *::after {
	box-sizing: border-box;
}

.bvmi-front-page-template .indux-modern-wrapper {
	background: #fff;
	color: var(--fg);
	font-family: var(--wp--preset--font-family--bvmi-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-feature-settings: "cv11", "ss01";
	font-size: 16px;
	line-height: 1.6;
	max-width: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.bvmi-front-page-template .indux-modern-wrapper :where(h1, h2, h3, h4, h5, h6) {
	font-family: inherit;
	line-height: 1.2;
	margin-top: 0;
}

.bvmi-front-page-template .indux-modern-wrapper :where(img, svg) {
	display: block;
}

.bvmi-front-page-template .indux-modern-wrapper img {
	height: auto;
	max-width: 100%;
}

.bvmi-front-page-template .indux-modern-wrapper a {
	color: inherit;
	text-decoration: none;
}

.bvmi-front-page-template .indux-modern-wrapper p a:not(.btn-indux):not(.bvmi-read-more) {
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.16em;
}

.bvmi-front-page-template .indux-modern-wrapper :where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid var(--brand-blue);
	outline-offset: 3px;
}

.bvmi-front-page-template .indux-modern-wrapper .container {
	margin: 0 auto;
	max-width: var(--bvmi-container, 1180px);
	min-width: 0;
	padding: 0 var(--wp--custom--bvmi--container-padding, clamp(16px, 3vw, 32px));
	width: 100%;
}

.bvmi-front-page-template .indux-modern-wrapper .text-center {
	text-align: center;
}

.bvmi-front-page-template .indux-modern-wrapper .section-padding {
	padding: clamp(30px, 6vw, 40px) 0;
}

.bvmi-front-page-template .indux-modern-wrapper .bg-light {
	background-color: var(--bg-light);
}

.bvmi-front-page-template .indux-modern-wrapper .section-title {
	color: var(--brand-navy);
	font-size: var(--wp--preset--font-size--section-title, 1.75rem);
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}

.bvmi-front-page-template .indux-modern-wrapper .section-subtitle {
	color: var(--muted-fg);
	font-size: var(--wp--preset--font-size--body, 1rem);
	margin: 0 auto 15px;
	max-width: 760px;
	text-align: center;
}

.bvmi-front-page-template .indux-modern-wrapper .section-header {
	margin-bottom: 20px;
	text-align: center;
}

.bvmi-front-page-template .indux-modern-wrapper .section-header h2 {
	color: var(--fg);
	font-size: var(--wp--preset--font-size--section-title, 1.75rem);
	font-weight: 700;
	margin-bottom: 10px;
}

.bvmi-front-page-template .indux-modern-wrapper .section-divider {
	background: var(--brand-red);
	border-radius: 9999px;
	height: 4px;
	margin: 0 auto 20px;
	width: 80px;
}

.bvmi-front-page-template .indux-modern-wrapper .text-gradient-navy {
	background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-blue) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bvmi-front-page-template .indux-modern-wrapper .badge-pill {
	background-color: hsla(224, 62%, 42%, 0.1);
	border: 1px solid hsla(224, 62%, 42%, 0.2);
	border-radius: 50px;
	color: var(--brand-blue);
	display: inline-flex;
	font-size: var(--wp--preset--font-size--label, 0.8125rem);
	font-weight: 600;
	line-height: 1.2;
	max-width: 100%;
	padding: 4px 8px;
	white-space: normal;
}

.bvmi-front-page-template .indux-modern-wrapper .btn-indux {
	align-items: center;
	background-color: var(--brand-red);
	border: 0;
	border-radius: var(--radius);
	color: #fff;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	padding: 9px 14px;
	transition: background-color 160ms ease, transform 160ms ease;
}

.bvmi-front-page-template .indux-modern-wrapper .btn-indux:hover,
.bvmi-front-page-template .indux-modern-wrapper .btn-indux:focus-visible {
	background-color: var(--brand-red-light);
	color: #fff;
	transform: translateY(-1px);
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-icon-20 {
	height: 20px;
	width: 20px;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-icon-22 {
	height: 22px;
	width: 22px;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-icon-28 {
	height: 28px;
	width: 28px;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-icon-32 {
	height: 32px;
	width: 32px;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-icon-48 {
	height: 48px;
	width: 48px;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-icon-blue {
	color: var(--brand-blue);
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-icon-gold {
	color: var(--brand-gold);
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-icon-red {
	color: var(--brand-red);
}

.bvmi-front-page-template .indux-modern-wrapper .hero-modern {
	background: linear-gradient(to bottom, #fff 0%, var(--bg-light) 100%);
	padding: clamp(20px, 5vw, 35px) 0 clamp(25px, 5vw, 40px);
}

.bvmi-front-page-template .indux-modern-wrapper .hero-grid {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

.bvmi-front-page-template .indux-modern-wrapper :where(.hero-grid, .features-grid, .stats-grid, .sub-cards-grid)>* {
	min-width: 0;
}

.bvmi-front-page-template .indux-modern-wrapper .hero-brand-header {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
}

.bvmi-front-page-template .indux-modern-wrapper .hero-software-icon {
	animation: bvmi-home-float 6s ease-in-out infinite;
	filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.08));
	width: 64px;
}

.bvmi-front-page-template .indux-modern-wrapper .hero-title {
	color: var(--brand-navy);
	font-size: var(--wp--preset--font-size--hero-title, 2.25rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	margin-bottom: 10px;
	max-width: 760px;
}

.bvmi-front-page-template .indux-modern-wrapper .hero-lead {
	color: var(--muted-fg);
	font-size: var(--wp--preset--font-size--body-large, 1.125rem);
	margin: 0 0 15px;
	max-width: 650px;
}

.bvmi-front-page-template .indux-modern-wrapper .hero-lead strong {
	color: var(--brand-navy);
	font-weight: 800;
}

.bvmi-front-page-template .indux-modern-wrapper .cta-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.bvmi-front-page-template .indux-modern-wrapper .cards-float-grid {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.bvmi-front-page-template .indux-modern-wrapper .hero-feature-card {
	align-items: center;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow-md);
	display: flex;
	gap: 10px;
	padding: 10px;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	-webkit-tap-highlight-color: transparent;
}

.bvmi-front-page-template .indux-modern-wrapper .hero-feature-card:hover,
.bvmi-front-page-template .indux-modern-wrapper .hero-feature-card:focus-visible {
	border-color: var(--brand-blue);
	box-shadow: var(--shadow-lg);
	transform: translateX(-5px);
}

.bvmi-front-page-template .indux-modern-wrapper .feature-icon-box {
	align-items: center;
	display: flex;
	flex: 0 0 55px;
	height: 55px;
	justify-content: center;
	width: 55px;
}

.bvmi-front-page-template .indux-modern-wrapper .feature-text h3 {
	color: var(--brand-navy);
	font-size: var(--wp--preset--font-size--card-title, 1.125rem);
	font-weight: 700;
	margin: 0;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel {
	--bvmi-home-carousel-gap: 14px;
	margin-top: 15px;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	position: relative;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel__viewport {
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel__viewport::-webkit-scrollbar {
	display: none;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel__viewport:focus-visible {
	border-radius: var(--radius);
	box-shadow: none;
	outline: 3px solid var(--brand-blue);
	outline-offset: 3px;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel .bvmi-home-news-list {
	align-items: stretch;
	display: flex !important;
	gap: var(--bvmi-home-carousel-gap);
	grid-auto-rows: auto !important;
	grid-template-columns: none !important;
	list-style: none;
	margin: 0;
	padding: 2px 0 6px;
	width: 100%;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel .bvmi-home-news-list>li {
	display: block !important;
	flex: 0 0 calc((100% - var(--bvmi-home-carousel-gap)) / 2);
	min-width: 0;
	scroll-snap-align: start;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel .bvmi-card-news {
	box-shadow: var(--shadow-md);
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	height: 100%;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel .bvmi-card-media {
	align-self: stretch;
	aspect-ratio: auto;
	height: 100% !important;
	min-height: 200px;
	width: 200px;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel .bvmi-card-body {
	gap: 8px;
	justify-content: center;
	padding: 14px;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel .wp-block-post-excerpt__excerpt {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel__controls {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 13px;
	max-width: 100%;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel__controls.is-hidden {
	display: none;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel__button {
	align-items: center;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 999px;
	box-shadow: var(--shadow-sm);
	color: var(--brand-navy);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 700;
	height: 44px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease;
	width: 44px;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel__button:hover,
.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel__button:focus-visible {
	background: var(--brand-navy);
	border-color: var(--brand-navy);
	color: #fff;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel__button:disabled {
	cursor: default;
	opacity: 0.4;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel__button:disabled:hover {
	background: #fff;
	border-color: var(--border);
	color: var(--brand-navy);
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel__dots {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: center;
	max-width: min(420px, 100%);
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel__dot {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	height: 32px;
	justify-content: center;
	padding: 0;
	width: 32px;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel__dot::before {
	background: hsla(224, 62%, 42%, 0.42);
	border-radius: 999px;
	content: "";
	height: 8px;
	transition: background-color 160ms ease, width 160ms ease;
	width: 8px;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel__dot.is-active::before,
.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel__dot:focus-visible::before {
	background: var(--brand-red);
	width: 20px;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-empty {
	margin: 15px auto 0;
	max-width: 720px;
	padding: 18px;
	text-align: center;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-empty p {
	color: var(--muted-fg);
	margin: 0;
}

.bvmi-front-page-template .indux-modern-wrapper .features-section,
.bvmi-front-page-template .indux-modern-wrapper .stats-section {
	background: var(--gradient-section);
	padding: clamp(30px, 6vw, 40px) 0;
}

.bvmi-front-page-template .indux-modern-wrapper .features-grid {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bvmi-front-page-template .indux-modern-wrapper .feature-card {
	border: 1px solid;
	border-radius: 14px;
	padding: 13px;
	transition: box-shadow 160ms ease, transform 160ms ease;
}

.bvmi-front-page-template .indux-modern-wrapper .feature-card:hover,
.bvmi-front-page-template .indux-modern-wrapper .feature-card:focus-within {
	box-shadow: var(--shadow-xl);
	transform: translateY(-4px);
}

.bvmi-front-page-template .indux-modern-wrapper .feature-card--blue {
	background: hsla(224, 62%, 42%, 0.05);
	border-color: hsla(224, 62%, 42%, 0.2);
}

.bvmi-front-page-template .indux-modern-wrapper .feature-card--navy {
	background: hsla(230, 65%, 16%, 0.05);
	border-color: hsla(230, 65%, 16%, 0.2);
}

.bvmi-front-page-template .indux-modern-wrapper .feature-card--green {
	background: hsla(100, 75%, 37%, 0.05);
	border-color: hsla(100, 75%, 37%, 0.2);
}

.bvmi-front-page-template .indux-modern-wrapper .feature-card--gold {
	background: hsla(42, 90%, 49%, 0.05);
	border-color: hsla(42, 90%, 49%, 0.2);
}

.bvmi-front-page-template .indux-modern-wrapper .feature-icon {
	align-items: center;
	border-radius: var(--radius);
	display: flex;
	height: 45px;
	justify-content: center;
	margin-bottom: 15px;
	transition: transform 160ms ease;
	width: 45px;
}

.bvmi-front-page-template .indux-modern-wrapper .feature-card:hover .feature-icon,
.bvmi-front-page-template .indux-modern-wrapper .feature-card:focus-within .feature-icon {
	transform: scale(1.08);
}

.bvmi-front-page-template .indux-modern-wrapper .feature-icon--blue {
	background: hsla(224, 62%, 42%, 0.1);
	color: var(--brand-blue);
}

.bvmi-front-page-template .indux-modern-wrapper .feature-icon--navy {
	background: hsla(230, 65%, 16%, 0.1);
	color: var(--brand-navy);
}

.bvmi-front-page-template .indux-modern-wrapper .feature-icon--green {
	background: hsla(100, 75%, 37%, 0.1);
	color: var(--brand-green);
}

.bvmi-front-page-template .indux-modern-wrapper .feature-icon--gold {
	background: hsla(42, 90%, 49%, 0.1);
	color: var(--brand-gold);
}

.bvmi-front-page-template .indux-modern-wrapper .feature-card h3 {
	color: var(--fg);
	font-size: var(--wp--preset--font-size--card-title, 1.125rem);
	font-weight: 700;
	margin-bottom: 8px;
}

.bvmi-front-page-template .indux-modern-wrapper .feature-card p {
	color: var(--muted-fg);
	font-size: var(--wp--preset--font-size--body, 1rem);
	line-height: 1.7;
	margin: 0;
}

.bvmi-front-page-template .indux-modern-wrapper .differentials-section {
	background: var(--card);
	padding: clamp(30px, 6vw, 40px) 0;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-differentials-lead {
	color: var(--muted-fg);
	font-size: var(--wp--preset--font-size--body-large, 1.125rem);
	margin: 0 auto;
	max-width: 600px;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-differentials-lead strong {
	color: var(--brand-navy);
}

.bvmi-front-page-template .indux-modern-wrapper .differential-block {
	display: flex;
	gap: clamp(15px, 4vw, 30px);
	margin-bottom: 30px;
}

.bvmi-front-page-template .indux-modern-wrapper .differential-block:last-child {
	margin-bottom: 0;
}

.bvmi-front-page-template .indux-modern-wrapper .differential-icon-box {
	align-items: center;
	border-radius: 14px;
	display: flex;
	flex: 0 0 60px;
	height: 60px;
	justify-content: center;
	width: 60px;
}

.bvmi-front-page-template .indux-modern-wrapper .differential-icon-box--green {
	background: hsla(100, 75%, 37%, 0.1);
	color: var(--brand-green);
}

.bvmi-front-page-template .indux-modern-wrapper .differential-icon-box--blue {
	background: hsla(224, 62%, 42%, 0.1);
	color: var(--brand-blue);
}

.bvmi-front-page-template .indux-modern-wrapper .differential-content {
	flex: 1 1 auto;
	min-width: 0;
}

.bvmi-front-page-template .indux-modern-wrapper .differential-content h3 {
	color: var(--fg);
	font-size: var(--wp--preset--font-size--section-title, 1.75rem);
	font-weight: 700;
	margin-bottom: 4px;
}

.bvmi-front-page-template .indux-modern-wrapper .differential-bar {
	border-radius: 9999px;
	height: 4px;
	margin-bottom: 15px;
	width: 40px;
}

.bvmi-front-page-template .indux-modern-wrapper .differential-bar--green {
	background: var(--brand-green);
}

.bvmi-front-page-template .indux-modern-wrapper .differential-bar--blue {
	background: var(--brand-blue);
}

.bvmi-front-page-template .indux-modern-wrapper .differential-content p {
	color: var(--muted-fg);
	font-size: var(--wp--preset--font-size--body-large, 1.125rem);
	line-height: 1.7;
	margin: 0 0 10px;
}

.bvmi-front-page-template .indux-modern-wrapper .differential-content p strong {
	color: var(--brand-navy);
	font-weight: 700;
}

.bvmi-front-page-template .indux-modern-wrapper .sub-cards-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 15px;
}

.bvmi-front-page-template .indux-modern-wrapper .sub-card.full-width {
	grid-column: span 2;
}

.bvmi-front-page-template .indux-modern-wrapper .sub-card {
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 10px;
	transition: box-shadow 160ms ease;
}

.bvmi-front-page-template .indux-modern-wrapper .sub-card:hover,
.bvmi-front-page-template .indux-modern-wrapper .sub-card:focus-within {
	box-shadow: var(--shadow-md);
}

.bvmi-front-page-template .indux-modern-wrapper .sub-card-header {
	align-items: center;
	display: flex;
	gap: 8px;
	margin-bottom: 8px;
}

.bvmi-front-page-template .indux-modern-wrapper .sub-card-header h4 {
	color: var(--fg);
	font-size: var(--wp--preset--font-size--body, 1rem);
	font-weight: 700;
	margin: 0;
}

.bvmi-front-page-template .indux-modern-wrapper .sub-card p {
	color: var(--muted-fg);
	font-size: var(--wp--preset--font-size--small, 0.875rem);
	line-height: 1.6;
	margin: 0;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-manageria-card {
	background-color: rgba(221, 49, 49, 0.03);
	border-color: rgba(221, 49, 49, 0.3);
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-manageria-badge {
	background: var(--brand-red);
	border-radius: 20px;
	color: #fff;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
	margin-left: 6px;
	padding: 2px 6px;
	vertical-align: middle;
}

.bvmi-front-page-template .indux-modern-wrapper .stats-grid {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bvmi-front-page-template .indux-modern-wrapper .stat-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: 14px;
	padding: 13px;
	text-align: center;
	transition: box-shadow 160ms ease, transform 160ms ease;
}

.bvmi-front-page-template .indux-modern-wrapper .stat-card:hover,
.bvmi-front-page-template .indux-modern-wrapper .stat-card:focus-within {
	box-shadow: var(--shadow-xl);
	transform: translateY(-4px);
}

.bvmi-front-page-template .indux-modern-wrapper .stat-icon-box {
	align-items: center;
	border-radius: 14px;
	display: flex;
	height: 45px;
	justify-content: center;
	margin: 0 auto 13px;
	width: 45px;
}

.bvmi-front-page-template .indux-modern-wrapper .stat-icon-box--gold {
	background: hsla(42, 90%, 49%, 0.1);
	color: var(--brand-gold);
}

.bvmi-front-page-template .indux-modern-wrapper .stat-icon-box--green {
	background: hsla(100, 75%, 37%, 0.1);
	color: var(--brand-green);
}

.bvmi-front-page-template .indux-modern-wrapper .stat-icon-box--blue {
	background: hsla(224, 62%, 42%, 0.1);
	color: var(--brand-blue);
}

.bvmi-front-page-template .indux-modern-wrapper .stat-value {
	margin-bottom: 10px;
}

.bvmi-front-page-template .indux-modern-wrapper .stat-prefix {
	color: var(--muted-fg);
	font-size: var(--wp--preset--font-size--small, 0.875rem);
	font-weight: 500;
}

.bvmi-front-page-template .indux-modern-wrapper .stat-number {
	font-family: inherit;
	font-size: var(--wp--preset--font-size--hero-title, 2.25rem);
	font-weight: 700;
	letter-spacing: -0.03em;
}

.bvmi-front-page-template .indux-modern-wrapper .stat-number--gold {
	color: var(--brand-gold);
}

.bvmi-front-page-template .indux-modern-wrapper .stat-number--green {
	color: var(--brand-green);
}

.bvmi-front-page-template .indux-modern-wrapper .stat-number--blue {
	color: var(--brand-blue);
}

.bvmi-front-page-template .indux-modern-wrapper .stat-suffix {
	color: var(--fg);
	font-size: var(--wp--preset--font-size--body, 1rem);
	font-weight: 600;
	margin-left: 3px;
}

.bvmi-front-page-template .indux-modern-wrapper .stat-description {
	color: var(--muted-fg);
	font-size: var(--wp--preset--font-size--body, 1rem);
	font-weight: 500;
	margin: 0;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-demo-header {
	margin-bottom: 20px;
}

.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-demo-subtitle {
	margin-bottom: 0;
}

.bvmi-front-page-template .indux-modern-wrapper .form-container {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 14px;
	box-shadow: var(--shadow-lg);
	margin: 0 auto;
	max-width: 780px;
	padding: clamp(13px, 3vw, 20px);
}

.bvmi-front-page-template .indux-modern-wrapper .form-container .wpcf7-form {
	display: grid;
	gap: 10px;
}

.bvmi-front-page-template .indux-modern-wrapper .form-container :where(p, label) {
	color: var(--fg);
	font-size: var(--wp--preset--font-size--body, 1rem);
	margin: 0;
}

.bvmi-front-page-template .indux-modern-wrapper .form-container .wpcf7-form-control-wrap {
	display: block;
	margin-top: 4px;
}

.bvmi-front-page-template .indux-modern-wrapper .form-container :where(input:not([type="submit"]), textarea, select) {
	background: var(--bg-light);
	border: 1px solid var(--control-border);
	border-radius: 8px;
	color: var(--fg);
	font: inherit;
	min-height: 46px;
	padding: 8px 9px;
	width: 100%;
}

.bvmi-front-page-template .indux-modern-wrapper .form-container textarea {
	min-height: 130px;
	resize: vertical;
}

.bvmi-front-page-template .indux-modern-wrapper .form-container :where(input:not([type="submit"]), textarea, select):focus {
	border-color: var(--brand-blue);
	box-shadow: 0 0 0 3px hsla(224, 62%, 42%, 0.22);
	outline: 2px solid transparent;
}

.bvmi-front-page-template .indux-modern-wrapper .form-container .wpcf7-submit {
	background: var(--brand-red);
	border: 0;
	border-radius: var(--radius);
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	justify-self: start;
	min-height: 46px;
	padding: 8px 13px;
	transition: background-color 160ms ease, transform 160ms ease;
}

.bvmi-front-page-template .indux-modern-wrapper .form-container .wpcf7-submit:hover,
.bvmi-front-page-template .indux-modern-wrapper .form-container .wpcf7-submit:focus-visible {
	background: var(--brand-red-light);
	transform: translateY(-1px);
}

.bvmi-front-page-template .indux-modern-wrapper .form-container .wpcf7-not-valid-tip,
.bvmi-front-page-template .indux-modern-wrapper .form-container .wpcf7-response-output {
	font-size: var(--wp--preset--font-size--small, 0.875rem);
}

@keyframes bvmi-home-float {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-6px);
	}
}

@keyframes bvmi-home-rise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes bvmi-home-slide-left {
	from {
		opacity: 0;
		transform: translateX(-18px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes bvmi-home-slide-right {
	from {
		opacity: 0;
		transform: translateX(18px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@media (prefers-reduced-motion: no-preference) {
	.bvmi-front-page-template .indux-modern-wrapper :where(.animate-on-scroll, .animate-scale) {
		animation: bvmi-home-rise 520ms ease both;
	}

	.bvmi-front-page-template .indux-modern-wrapper .animate-from-left {
		animation: bvmi-home-slide-left 520ms ease both;
	}

	.bvmi-front-page-template .indux-modern-wrapper .animate-from-right {
		animation: bvmi-home-slide-right 520ms ease both;
	}

	.bvmi-front-page-template .indux-modern-wrapper .delay-1 {
		animation-delay: 70ms;
	}

	.bvmi-front-page-template .indux-modern-wrapper .delay-2 {
		animation-delay: 140ms;
	}

	.bvmi-front-page-template .indux-modern-wrapper .delay-3 {
		animation-delay: 210ms;
	}

	.bvmi-front-page-template .indux-modern-wrapper .delay-4 {
		animation-delay: 280ms;
	}

	.bvmi-front-page-template .indux-modern-wrapper .delay-5 {
		animation-delay: 350ms;
	}
}

@media (max-width: 782px) {
	.bvmi-front-page-template .indux-modern-wrapper .hero-modern {
		background:
			radial-gradient(circle at 50% 0%, hsla(224, 62%, 42%, 0.12), transparent 38%),
			linear-gradient(to bottom, #fff 0%, var(--bg-light) 100%);
		padding: 24px 0 30px;
	}

	.bvmi-front-page-template .indux-modern-wrapper .hero-grid,
	.bvmi-front-page-template .indux-modern-wrapper .features-grid,
	.bvmi-front-page-template .indux-modern-wrapper .stats-grid,
	.bvmi-front-page-template .indux-modern-wrapper .sub-cards-grid {
		grid-template-columns: 1fr;
	}

	.bvmi-front-page-template .indux-modern-wrapper .hero-grid {
		gap: 18px;
		text-align: center;
	}

	.bvmi-front-page-template .indux-modern-wrapper .hero-text {
		align-items: center;
		display: flex;
		flex-direction: column;
	}

	.bvmi-front-page-template .indux-modern-wrapper .hero-title {
		font-size: clamp(28px, 7vw, 36px);
		line-height: 1.04;
	}

	.bvmi-front-page-template .indux-modern-wrapper .hero-brand-header,
	.bvmi-front-page-template .indux-modern-wrapper .cta-group {
		justify-content: center;
	}

	.bvmi-front-page-template .indux-modern-wrapper .hero-title,
	.bvmi-front-page-template .indux-modern-wrapper .hero-lead {
		margin-left: auto;
		margin-right: auto;
	}

	.bvmi-front-page-template .indux-modern-wrapper .cards-float-grid {
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin: 0 auto;
		max-width: none;
	}

	.bvmi-front-page-template .indux-modern-wrapper .hero-cards {
		background:
			linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72)),
			linear-gradient(135deg, hsla(224, 62%, 42%, 0.08), hsla(42, 90%, 49%, 0.1));
		border: 1px solid rgba(255, 255, 255, 0.82);
		border-radius: 18px;
		box-shadow: 0 18px 42px rgba(16, 28, 72, 0.14);
		isolation: isolate;
		margin: 0 auto;
		max-width: 440px;
		overflow: hidden;
		padding: 8px;
		position: relative;
		width: 100%;
	}

	.bvmi-front-page-template .indux-modern-wrapper .hero-cards::before {
		content: "";
		height: 160px;
		inset: -80px -70px auto auto;
		pointer-events: none;
		position: absolute;
		width: 160px;
		z-index: -1;
	}

	.bvmi-front-page-template .indux-modern-wrapper .hero-feature-card {
		align-items: center;
		background: rgba(255, 255, 255, 0.9);
		border-color: rgba(44, 108, 191, 0.14);
		border-radius: 14px;
		box-shadow: 0 8px 18px rgba(16, 28, 72, 0.08);
		flex-direction: column;
		gap: 6px;
		justify-content: center;
		min-height: 92px;
		padding: 8px 6px;
		text-align: center;
	}

	.bvmi-front-page-template .indux-modern-wrapper .hero-feature-card:nth-child(2) {
		transform: translateY(5px);
	}

	.bvmi-front-page-template .indux-modern-wrapper .hero-feature-card:hover,
	.bvmi-front-page-template .indux-modern-wrapper .hero-feature-card:focus-visible {
		transform: translateY(-2px);
	}

	.bvmi-front-page-template .indux-modern-wrapper .hero-feature-card:nth-child(2):hover,
	.bvmi-front-page-template .indux-modern-wrapper .hero-feature-card:nth-child(2):focus-visible {
		transform: translateY(2px);
	}

	.bvmi-front-page-template .indux-modern-wrapper .feature-icon-box {
		flex-basis: 42px;
		height: 42px;
		width: 42px;
	}

	.bvmi-front-page-template .indux-modern-wrapper .feature-icon-box img {
		height: 42px;
		object-fit: contain;
		width: 42px;
	}

	.bvmi-front-page-template .indux-modern-wrapper .feature-text h3 {
		font-size: 0.92rem;
		line-height: 1.12;
	}

	.bvmi-front-page-template .indux-modern-wrapper .sub-card.full-width {
		grid-column: auto;
	}

	.bvmi-front-page-template .indux-modern-wrapper .differential-block {
		flex-direction: column;
	}

	.bvmi-front-page-template .indux-modern-wrapper .differential-icon-box {
		margin: 0 auto;
	}

	.bvmi-front-page-template .indux-modern-wrapper .differential-content {
		text-align: center;
	}

	.bvmi-front-page-template .indux-modern-wrapper .differential-bar {
		margin-left: auto;
		margin-right: auto;
	}

	.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel .bvmi-home-news-list>li {
		flex-basis: calc((100% - var(--bvmi-home-carousel-gap)) / 2);
	}

	.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel .bvmi-card-news {
		grid-template-columns: 160px minmax(0, 1fr);
	}

	.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel .bvmi-card-media {
		height: 100% !important;
		min-height: 160px;
		width: 160px;
	}

	.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel .bvmi-card-body {
		padding: 12px;
	}

	.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel .wp-block-post-title {
		font-size: 0.9rem !important;
		line-height: 1.15;
	}

	.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel .wp-block-post-excerpt {
		display: none;
	}

	.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel .bvmi-read-more {
		align-self: flex-start;
		font-size: 12px;
		padding: 7px 10px;
		width: fit-content;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bvmi-front-page-template .indux-modern-wrapper *,
	.bvmi-front-page-template .indux-modern-wrapper *::before,
	.bvmi-front-page-template .indux-modern-wrapper *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 600px) {
	.bvmi-front-page-template .indux-modern-wrapper .bvmi-home-news-carousel .bvmi-home-news-list>li {
		flex-basis: 100%;
	}

	.bvmi-front-page-template .indux-modern-wrapper .hero-brand-header {
		flex-direction: column;
		gap: 8px;
	}

	.bvmi-front-page-template .indux-modern-wrapper .hero-software-icon {
		width: 56px;
	}

	.bvmi-front-page-template .indux-modern-wrapper .hero-feature-card {
		align-items: center;
	}

	.bvmi-front-page-template .indux-modern-wrapper .cards-float-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bvmi-front-page-template .indux-modern-wrapper .hero-feature-card:first-child {
		flex-direction: row;
		grid-column: 1 / -1;
		justify-content: flex-start;
		min-height: 64px;
		padding: 8px 12px;
		text-align: left;
	}

	.bvmi-front-page-template .indux-modern-wrapper .hero-feature-card:nth-child(2) {
		transform: none;
	}

	.bvmi-front-page-template .indux-modern-wrapper .hero-feature-card:nth-child(2):hover,
	.bvmi-front-page-template .indux-modern-wrapper .hero-feature-card:nth-child(2):focus-visible {
		transform: translateY(-2px);
	}

	.bvmi-front-page-template .indux-modern-wrapper .btn-indux,
	.bvmi-front-page-template .indux-modern-wrapper .form-container .wpcf7-submit {
		width: 100%;
	}

	.bvmi-front-page-template .indux-modern-wrapper .bvmi-manageria-badge {
		margin-left: 4px;
		margin-top: 3px;
	}
}
