/* ==========================================================================
 * Component: 01 — Hero  (.imea-hero)
 * Theme vars used: --secondary-color, --text-color, --lime-glow
 * Neutrals hardcoded per Figma (no matching theme vars) — commented inline.
 * ========================================================================== */

.imea-hero {
	position: relative;
	overflow: hidden;
	padding: 65px 0 75px;
	 /* Figma hero base — darker than section surfaces */
	color: var(--text-color);
	background: linear-gradient(180deg, #000000 61.25%, #051b0f 100%);
}

/* --- decorative background ------------------------------------------------ */
.imea-hero__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}
.imea-hero__bg-glow {
	position: absolute;
	top: -120px;
	right: -80px;
	width: min(62vw, 940px);
	opacity: 0.9;
}
.imea-hero__bg-wave {
	position: absolute;
	left: 0;
	bottom: -40px;
	width: 100%;
	min-width: 900px;
	opacity: 0.8;
}

.imea-hero__inner {
	position: relative;
	z-index: 1; /* layout via Bootstrap .row/.col-lg-6 */
}

/* --- content ---------------------------------------------------------------- */
.imea-hero__badge {
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 5%;
	text-transform: uppercase;
	color: var(--base-color);
}

.imea-hero__title {
	margin: 0 0 20px;
	font-size: clamp(2.4rem, 4.4vw, 3.9rem);
	line-height: 1.06;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: #fff;
}
.imea-hero__title span { color: var(--secondary-color); }

.imea-hero__desc {
	max-width: 46ch;
	margin: 0 0 28px;
	font-size: 1.02rem;
	line-height: 1.55;
	color: #fff; /* Figma muted body — no theme var */
}

/* --- stat chips ------------------------------------------------------------- */
.imea-hero__chips {
	gap: 12px; /* display via .d-flex .flex-wrap */
	margin-bottom: 40px;
}
.imea-hero__chip {
	/* min-width: 180px; */
	padding: 20px;
	 /* accent border @ 25% */
	border-radius: 10px;
	flex: 1 0 0;
	border-radius: 12px;
	background: 
 linear-gradient(149.37deg, rgba(177, 177, 177, 0.013) 0%, rgba(32, 164, 93, 0.182) 70.23%);
	border: 1px solid;
	border-image-source: linear-gradient(213.6deg, #DDFFCA 18.12%, rgba(255, 255, 255, 0) 80.04%);
	box-shadow: 0px 4px 16px 0px rgba(32, 164, 93, 0.3) inset;
}

.imea-hero__slide-inner .imea-hero__chip-value {
    font-size: 28px;
}

.imea-hero__chip-value {
	display: block;
	font-size: 26px;
	font-weight: 400;
	color: var(--base-color);
	margin-bottom: 15px;
	line-height: normal;
}
.imea-hero__chip-label {
	display: block;
	margin-top: 2px;
	font-size: 16px;
	color: #fff; /* muted label */
	line-height: 18px;
	font-weight: 300;
}

/* --- tag pills --------------------------------------------------------------- */
.imea-hero__pills {
	gap: 8px; /* display via .d-flex .flex-wrap */
	margin-bottom: 32px;
}
.imea-hero__pill {
	padding: 5px 12px;
	border: 1px solid rgba(255, 255, 255, 0.14); /* hairline — no theme var */
	border-radius: 999px;
	font-size: 0.72rem;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.62);
	background: rgba(255, 255, 255, 0.02);
}

/* --- CTAs ---------------------------------------------------------------------- */
.imea-hero__actions {
	gap: 14px; /* display via .d-flex .flex-wrap */
}
.imea-hero__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 13px 26px;
	border-radius: 8px;
	font-size: 0.92rem;
	font-weight: 400;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
.imea-hero__cta--primary {
	background: var(--secondary-color);
	color: #0a0d05; /* on-accent ink — Figma near-black */
}
.imea-hero__cta--primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 28px -8px var(--lime-glow);
	color: #0a0d05;
}
.imea-hero__cta--ghost {
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	background: transparent;
}
.imea-hero__cta--ghost:hover {
	background: rgba(214, 255, 65, 0.08);
	color: var(--secondary-color);
}

/* --- dashboard visual ------------------------------------------------------------ */
.imea-hero__visual { position: relative; }
.imea-hero__visual img,
.imea-hero__visual svg {
	display: block;
	width: 100%;
	height: auto;
}

img.imea-hero__bg-wrp {
    width: 100%;
}

/* --- responsive -------------------------------------------------------------------- */
@media (max-width: 991.98px) {
	.imea-hero { padding: 64px 0 48px; }
	.imea-hero__visual { max-width: 560px; }
}
@media (max-width: 575.98px) {
	.imea-hero__chips {gap: 8px;display: unset !important;}
	.imea-hero__chip {min-width: 100%;flex: 1 1 auto;margin-bottom: 10px;padding: 20px 20px;}
	.imea-hero__cta { width: 100%; justify-content: center; }
}

@media(max-width:768px){
	.imea-hero__title, .imea-hero--video .imea-hero__title{
		font-size: 28px !important;
		line-height: normal;
	}
	.imea-hero--video .imea-hero__title br{
		display:none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.imea-hero__cta { transition: none; }
}
/* ==========================================================================
 * BAS daily-run card (.imea-bas) — extends the existing .imea-dash panel.
 * APPEND to your dashboard CSS (or add as IMEA/assets/css/bas-card.css).
 * Reuses .imea-dash for the glass panel, head, title and LIVE/Today pill;
 * only the coverage bar, legend and stat rows are new. Tokens match the
 * project: primary/green, secondary (lime), plus the red used in the SVG.
 * ========================================================================== */

.imea-bas { max-width: 560px; }

/* re-tint the pill to the "Today" red state (base .imea-dash__live styles it) */
.imea-bas__today {
	color: #ffd7d7;
	border-color: rgba(255, 107, 107, 0.45);
	background: rgba(255, 107, 107, 0.16);
}
.imea-bas__today i { background: #FF6B6B; }

/* --- coverage bar --- */
.imea-bas__bar {
	position: relative;
	display: flex;
	height: 32px;
	margin: 4px 0 14px;
	border-radius: 8px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.05);
}
.imea-bas__seg {
	display: block;
	width: 0; /* JS animates to data-dash-bar% */
	height: 100%;
}
.imea-bas__seg--green { background: rgba(33, 165, 94, 0.85); }
.imea-bas__seg--lime  { background: var(--secondary-color); animation: imea-bas-glow 3s ease-in-out infinite; }
.imea-bas__seg--red   { background: rgba(255, 107, 107, 0.85); }
@keyframes imea-bas-glow {
	0%, 100% { box-shadow: 0 0 0 0 rgba(204, 252, 0, 0); }
	50% { box-shadow: 0 0 18px 1px rgba(204, 252, 0, 0.55); }
}

/* sheen sweep (always on, CSS-only) */
.imea-bas__scan {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 45%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
	transform: translateX(-120%);
	animation: imea-bas-scan 3.2s ease-in-out infinite;
	pointer-events: none;
}
@keyframes imea-bas-scan {
	0% { transform: translateX(-120%); }
	60%, 100% { transform: translateX(320%); }
}

/* --- legend --- */
.imea-bas__legend {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin: 0 0 20px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.72);
}
.imea-bas__legend li { display: inline-flex; align-items: center; gap: 7px; }
.imea-bas__legend b { font-weight: 600; color: #fff; font-variant-numeric: tabular-nums; }
.imea-bas__key { width: 9px; height: 9px; border-radius: 2px; }
.imea-bas__key--green { background: #73D78F; }
.imea-bas__key--lime { background: var(--secondary-color); }
.imea-bas__key--red { background: #FF6B6B; }

/* --- stat rows --- */
.imea-bas__rows { display: flex; flex-direction: column; }
.imea-bas__row {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 16px;
	padding: 10px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	font-size: 15px;
}
.imea-bas__row:first-child { border-top: 0; }
.imea-bas__row-key { color: rgba(255, 255, 255, 0.82); }
.imea-bas__row-val {
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	font-variant-numeric: tabular-nums;
	text-align: right;
}
.imea-bas__row-val--green { color: #73D78F; }
.imea-bas__row-note {
	min-width: 64px;
	text-align: right;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
}
.imea-bas__row--miss .imea-bas__row-key,
.imea-bas__row--miss .imea-bas__row-val,
.imea-bas__row--miss .imea-bas__row-note { color: #FF6B6B; }

/* --- footer --- */
.imea-bas__foot {
	margin: 16px 0 0;
	font-size: 13px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 575.98px) {
	.imea-bas__row { grid-template-columns: 1fr auto auto; gap: 10px; font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
	.imea-bas__seg--lime,
	.imea-bas__scan { animation: none; }
}
/* ==========================================================================
 * ADDITIVE — HTML dashboard (.imea-dash), the SVG replacement. Your color
 * pass above is untouched; the dashboard maps to the same token language:
 * --primary-color (green) for keys, --secondary-color (lime) for the LIVE
 * pill / FOR YOU tile / final bar, #20A45D mint ramp matching your chips.
 * All animation values come from hero.js via inline styles.
 * ========================================================================== */
.imea-dash {
	padding: 25px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 14px;
	/* background: rgba(10, 14, 11, 0.72); */ /* semi-transparent — glow reads through */
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0px 1px 0px 0px #FFFFFF24 inset;
	backdrop-filter: blur(14px);
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
	border: 1px solid #FFFFFF24;
}

.imea-dash__head { margin-bottom: 14px; }
.imea-dash__title {font-size: 16px;font-weight: 400;color: #fff;}
.imea-dash__live {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 3px 10px;
	border: 1px solid #21a55e;
	border-radius: 999px;
	font-size: 0.56rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #21a55e;
	background: rgba(204, 252, 0, 0.08);
}
.imea-dash__live i {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #21a55e;
	animation: imea-dash-pulse 1.6s ease-in-out infinite;
}
@keyframes imea-dash-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.25; }
}

.imea-dash__tiles {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	margin: 0 0 15px;
}
.imea-dash__tile {padding: 9px 10px;border-radius: 9px;border: 1px solid #FFFFFF1A;background: #FFFFFF0D;}
.imea-dash__tile--accent { background: rgba(204, 252, 0, 0.12); border: 1px solid rgba(204, 252, 0, 0.35); }
.imea-dash__tile-value {
	display: block;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	font-variant-numeric: tabular-nums;
	margin-bottom: 10px;
}
.imea-dash__tile--accent .imea-dash__tile-value { color: var(--secondary-color); }
.imea-dash__tile-label {
	display: block;
	margin-top: 2px;
	font-size: 14px;
	/* letter-spacing: 0.06em; */
	/* text-transform: uppercase; */
	color: rgba(255, 255, 255, 0.45);
	font-weight: 300;
}
.imea-dash__tile--accent .imea-dash__tile-label { color: var(--secondary-color); }

.imea-dash__bar-row {
	display: grid;
	grid-template-columns: 150px 1fr 36px;
	gap: 10px;
	align-items: center;
	margin-bottom: 15px;
}
.imea-dash__bar-key {font-size: 14px;color: rgba(255, 255, 255, 0.62);}
.imea-dash__bar-val { font-size: 0.66rem; color: rgba(255, 255, 255, 0.62); text-align: right; }
.imea-dash__bar-track {
	display: block;
	height: 5px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.08);
	overflow: hidden;
}
.imea-dash__bar-fill {
	display: block;
	width: 0; /* hero.js animates to data-dash-bar% */
	height: 100%;
	border-radius: 3px;
	background: linear-gradient(90deg, #20A45D, #73D78F); /* matches your chip mint */
}
.imea-dash__bar-fill--lime { background: var(--secondary-color); }

.imea-dash__feed {
	margin-top: 12px;
	padding-top: 11px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	overflow: hidden;
}
.imea-dash__ev {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 4px 0 8px;
	font-size: 12px;
	white-space: nowrap;
}
.imea-dash__dot { flex: 0 0 auto; width: 5px; height: 5px; border-radius: 50%; }
.imea-dash__ag {font-weight: 400;color: var(--base-color);}
.imea-dash__act { color: rgba(255, 255, 255, 0.62); overflow: hidden; text-overflow: ellipsis; }
.imea-dash__tm {
	margin-left: auto;
	font-size: 0.6rem;
	color: #4E5952;
	font-variant-numeric: tabular-nums;
}
.imea-dash__sev {
	padding: 1px 7px;
	border-radius: 999px;
	font-size: 0.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #0a0d05;
	background: var(--secondary-color);
}

.imea-hero__bg img {
    height: 100%;
    width: 100%;
}

@media (max-width: 575.98px) {
	.imea-dash__tiles { grid-template-columns: repeat(2, 1fr); }
	.imea-dash__bar-row { grid-template-columns: 80px 1fr 34px; }
}

/* ==========================================================================
 * Findings triage card — CHANGED / NEW CSS ONLY
 * Replace the old .imea-bas findings-log block with this. The bar, legend,
 * scan, glow and footer rules are UNCHANGED from your current .imea-bas —
 * not repeated here. Only the log rows changed (BAS stat-rows → findings
 * log) plus one widened max-width.
 * ========================================================================== */

/* CHANGED: was 560px */
.imea-bas { max-width: 620px; }

/* REMOVE these old stat-row rules from your current CSS:
 *   .imea-bas__rows
 *   .imea-bas__row  (the flex/stat version)
 *   .imea-bas__row:first-child
 *   .imea-bas__row-key
 *   .imea-bas__row-val
 *   .imea-bas__row-val--green
 *   .imea-bas__row-note
 *   .imea-bas__row--miss .imea-bas__row-key,
 *   .imea-bas__row--miss .imea-bas__row-val,
 *   .imea-bas__row--miss .imea-bas__row-note
 * and the old  @media (max-width:575.98px){ .imea-bas__row{...} }
 * Then add everything below. */

/* NEW: findings log */
.imea-bas__log {
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	padding-top: 8px;
}
.imea-bas__row {
	display: grid;
	grid-template-columns: 82px 1fr auto auto;
	align-items: center;
	gap: 14px;
	padding: 8px 0;
	font-size: 14px;
}
.imea-bas__tag {
	justify-self: start;
	padding: 3px 8px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.12);
	white-space: nowrap;
}
.imea-bas__name {
	color: rgba(255, 255, 255, 0.86);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.imea-bas__score {
	font-size: 14px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.7);
	font-variant-numeric: tabular-nums;
	min-width: 30px;
	text-align: right;
}
.imea-bas__status {
	justify-self: end;
	min-width: 108px;
	text-align: center;
	padding: 3px 10px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
}
.imea-bas__status--exploit { color: #FF6B6B; background: rgba(255, 107, 107, 0.12); }
.imea-bas__status--fix     { color: #CCFC00; background: rgba(204, 252, 0, 0.12); }
.imea-bas__status--fp      { color: #73D78F; background: rgba(115, 215, 143, 0.14); }

/* NEW: responsive for the log rows (replaces the old __row mobile rule) */
@media (max-width: 575.98px) {
	.imea-bas__row { grid-template-columns: 66px 1fr auto auto; gap: 8px; font-size: 12px; }
	.imea-bas__status { min-width: 92px; font-size: 9px; }
}

@media(max-width:1366px) and (min-width: 1023px){
	.imea-hero--slider {
		height:80vh;
	}
	.imea-hero__split-content .imea-hero__title{
		font-size: 36px !important;
	}
}

.imea-hero--slider {
	display: flex;
	flex-direction: column;
	min-height: min(95vh, 100vh);
	padding: 0; /* slides own the spacing */
	background: linear-gradient(359.1deg, rgba(0, 0, 0, 0) 23.53%, #000000 99.18%);
}

/* --- slide stack ------------------------------------------------------------ */
.imea-hero--slider .imea-hero__slides {
	position: relative;
	flex: 1 1 auto;
	min-height: 100%;
}
.imea-hero--slider .imea-hero__slide {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 24px 0px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.9s ease, visibility 0s linear 0.9s;
	pointer-events: none;
}
.imea-hero--slider .imea-hero__slide.is-active {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.9s ease;
	pointer-events: auto;
}

/* --- slide background + legibility scrim ------------------------------------ */
.imea-hero--slider .imea-hero__slide-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.imea-hero--slider .imea-hero__slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.72) 100%);
	pointer-events: none;
}

/* --- slide content ------------------------------------------------------------ */
.imea-hero--slider .imea-hero__slide-inner {
	position: relative;
	z-index: 1;
	max-width: 880px;
	text-align: center;
	top: -60px;
}
.imea-hero--slider .imea-hero__slide-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 15px;
	/* padding: 9px 18px; */
	border-radius: 999px;
	font-size: 12px;
	font-weight: 500;
	color: var(--secondary-color);
	/* background: rgba(10, 13, 5, 0.72); */
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	text-transform: uppercase;
	letter-spacing: 1px;
}
.imea-hero--slider .imea-hero__slide-badge i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--secondary-color);
}
.imea-hero--slider .imea-hero__slide-title {
	margin: 0 0 30px;
	font-size: 48px;
	line-height: 54px;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.92);
}
.imea-hero--slider .imea-hero__slide-title span { color: var(--secondary-color); }
.imea-hero--slider .imea-hero__slide-desc {
	max-width: 60ch;
	margin: 0 auto 32px;
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.88);
}

/* CTAs reuse .imea-hero__cta / --primary from above; slider is pill-shaped */
.imea-hero--slider .imea-hero__actions { justify-content: center; gap: 14px; }
.imea-hero--slider .imea-hero__cta {/* border-radius: 999px; */}
.imea-hero--slider .imea-hero__cta--glass {
	color: #fff;
	background: rgba(255, 255, 255, 0.14);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}
.imea-hero--slider .imea-hero__cta--glass:hover {
	background: rgba(255, 255, 255, 0.22);
	color: #fff;
	transform: translateY(-1px);
}

/* --- dots ----------------------------------------------------------------------- */
.imea-hero--slider .imea-hero__dots {
	position: absolute;
	left: 50%;
	bottom: 30%;
	z-index: 2;
	display: flex;
	gap: 10px;
	transform: translateX(-50%);
}
.imea-hero--slider .imea-hero__dot {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.32);
	cursor: pointer;
	transition: background-color 0.25s ease, transform 0.25s ease;
}
.imea-hero--slider .imea-hero__dot.is-active {
	background: var(--secondary-color);
	transform: scale(1.15);
}

/* --- logo strip -------------------------------------------------------------------- */
.imea-hero--slider .imea-hero__logos {
	position: absolute;
	z-index: 2;
	padding: 15px 0;
	background: #050807;
	bottom: 0;
	width: 100%;
}
.imea-hero--slider .imea-hero__logo-list {
	margin: 0;
	padding: 0;
	gap: 10px;
}
.imea-hero--slider .imea-hero__logo img {
	display: block;
	width: 100%;
	opacity: 0.92;
}

.imea-hero--slider .imea-hero__logos::before {
	/* content: ""; */
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 25%;
	height: 2px;
	background: radial-gradient(50% 50% at 50% 50%, var(--secondary-color) 0%, rgba(204, 252, 0, 0) 100%);
	box-shadow: 0 0 18px 2px rgba(204, 252, 0, 0.45);
	pointer-events: none;
}

/* --- responsive ------------------------------------------------------------------------ */
@media (max-width: 991.98px) {
	.imea-hero--slider {min-height: 100vh;padding: 0;}
	.imea-hero--slider .imea-hero__slides {min-height: 100vh;}
	.imea-hero--slider .imea-hero__slide { padding: 72px 20px 104px; }
	.imea-hero--slider .imea-hero__logo-list { justify-content: center !important; }
	.imea-hero--slider .imea-hero__slide-title {
	    font-size: 26px;
	    margin: 0 0 15px;
	    line-height: normal;
	}
	.imea-hero--slider .imea-hero__slide-badge {
	    margin-bottom: 0px;
	}
}
@media (max-width: 575.98px) {
	.imea-hero--slider .imea-hero__slide-desc { font-size: 0.98rem; }
	.imea-hero--slider .imea-hero__cta { width: 100%; justify-content: center; }
	.imea-hero--slider .imea-hero__logo img { max-height: 26px; }
}
@media (prefers-reduced-motion: reduce) {
	.imea-hero--slider .imea-hero__slide { transition: none; }
	.imea-hero--slider .imea-hero__dot { transition: none; }
}

.imea-easm__viz {
	position: relative;
	height: 200px;
	margin: 4px 0 14px;
	border-radius: 10px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.02);
}
 
/* green "known & monitored" tile grid (plaid of two semi-transparent bands
   — the opaque intersections read as tiles) */
.imea-easm__grid {
	position: absolute;
	inset: 0;
	background-image:
		repeating-linear-gradient(90deg, rgba(33, 165, 94, 0.22) 0 20px, transparent 20px 27px),
		repeating-linear-gradient(0deg, rgba(33, 165, 94, 0.22) 0 12px, transparent 12px 19px);
}
 
/* lime "shadow IT found" bars, evenly spread, grow from the bottom */
.imea-easm__bars {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: space-between;
	padding: 0 22px;
}
.imea-easm__bar {
	width: 26px;
	align-self: stretch;
	background: var(--secondary-color);
	border-radius: 2px;
	transform: scaleY(1);
	transform-origin: bottom;
	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: calc(var(--d, 0) * 90ms);
}
/* live loop: JS toggles .is-scanning to replay the grow */
.imea-easm.is-scanning .imea-easm__bar { transform: scaleY(0); }
 
/* scan sweep */
.imea-easm__scan {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 90px;
	background: linear-gradient(90deg, transparent, rgba(204, 252, 0, 0.18), transparent);
	transform: translateX(-120%);
	animation: imea-easm-scan 4s linear infinite;
	pointer-events: none;
}
@keyframes imea-easm-scan {
	0% { transform: translateX(-120%); }
	100% { transform: translateX(760%); }
}
 
/* --- legend + counter --- */
.imea-easm__legend {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 18px;
	margin-bottom: 16px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.72);
}
.imea-easm__leg { display: inline-flex; align-items: center; gap: 7px; }
.imea-easm__key { width: 10px; height: 10px; border-radius: 2px; }
.imea-easm__key--green { background: #21A55E; }
.imea-easm__key--lime { background: var(--secondary-color); }
.imea-easm__stat {
	margin-left: auto;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	font-variant-numeric: tabular-nums;
}
.imea-easm__stat b { color: var(--secondary-color); font-weight: 700; }
 
/* --- discovery log --- */
.imea-easm__log {
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	padding-top: 10px;
	overflow: hidden;
}
.imea-easm__row {
	display: grid;
	grid-template-columns: 96px 1fr auto;
	align-items: center;
	gap: 12px;
	padding: 7px 0;
	font-size: 13px;
}
.imea-easm__tag {
	justify-self: start;
	padding: 3px 8px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.12);
	white-space: nowrap;
}
.imea-easm__desc {
	color: rgba(255, 255, 255, 0.82);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.imea-easm__status {
	justify-self: end;
	min-width: 78px;
	text-align: center;
	padding: 3px 10px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
}
.imea-easm__status--new     { color: #CCFC00; background: rgba(204, 252, 0, 0.12); }
.imea-easm__status--exposed { color: #FF6B6B; background: rgba(255, 107, 107, 0.12); }
.imea-easm__status--review  { color: #FEB959; background: rgba(254, 185, 89, 0.12); }
 
/* --- responsive --- */
@media (max-width: 575.98px) {
	.imea-easm__viz { height: 150px; }
	.imea-easm__bar { width: 16px; }
	.imea-easm__row { grid-template-columns: 76px 1fr auto; gap: 8px; font-size: 12px; }
	.imea-easm__stat { margin-left: 0; flex: 1 1 100%; }
}
@media (prefers-reduced-motion: reduce) {
	.imea-easm__scan { animation: none; }
	.imea-easm .imea-easm__bar { transition: none; }
}

/* ==========================================================================
 * LAYOUT 4 — Fullscreen background video (.imea-hero--video)
 * APPEND to IMEA/assets/css/hero.css. Additive: reuses the .imea-hero base,
 * .imea-hero__cta / --primary / --glass, and the .imea-hero__chip* content
 * elements. The continuous loop is native (<video autoplay muted loop
 * playsinline>); nothing here drives it. Tokens: --secondary-color (lime),
 * --base-color, --text-color.
 * ========================================================================== */
section.imea-hero--video .imea-hero__logos::before {
    display: none;
}

.imea-hero--video {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: min(92vh, 848px);
	padding: 96px 0 120px;
	background: #000; /* shows behind the video while it loads */
}

/* --- video / poster layer -------------------------------------------------- */
.imea-hero--video .imea-hero__video-wrap {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}
.imea-hero--video .imea-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
/* legibility scrim over the video (radial keeps edges dark, centre readable) */
.imea-hero--video .imea-hero__video-scrim {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(120% 90% at 50% 42%, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.55) 58%, rgba(0, 0, 0, 0.82) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.55) 100%);
}

/* --- centered content ------------------------------------------------------ */
.imea-hero--video .imea-hero__video-inner {
	position: relative;
	z-index: 1;
	max-width: 980px;
	text-align: center;
}
.imea-hero--video .imea-hero__badge {
	color: var(--secondary-color);
	letter-spacing: 0.14em;
}
.imea-hero--video .imea-hero__title {
	line-height: 1.05;
	color: #fff;
	margin-bottom: 55px;
	font-size: 58px;
}
.imea-hero--video .imea-hero__title span { color: var(--secondary-color); }
.imea-hero--video .imea-hero__desc {
	max-width: 60ch;
	margin: 0 auto 28px;
	color: rgba(255, 255, 255, 0.88);
}
.imea-hero--video .imea-hero__actions {
	justify-content: center;
	margin: 8px 0 40px;
}
.imea-hero--video .imea-hero__cta { border-radius: 8px; }
.imea-hero--video .imea-hero__cta--glass {
	color: #fff;
	background: rgba(255, 255, 255, 0.14);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}
.imea-hero--video .imea-hero__cta--glass:hover {
	background: rgba(255, 255, 255, 0.22);
	color: #fff;
	transform: translateY(-1px);
}

/* --- centered stat chips (reuse .imea-hero__chip visual) ------------------- */
.imea-hero--video .imea-hero__chips {
	gap: 16px;
	max-width: 720px;
	margin: 0 auto;
}
.imea-hero--video .imea-hero__chip {
	flex: 0 1 200px;
	text-align: center;
}

/* --- logo strip pinned to the bottom --------------------------------------- */
.imea-hero--video .imea-hero__logos {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 22px 0;
}
.imea-hero--video .imea-hero__logo-list {
	margin: 0;
	padding: 0;
	gap: 10px;
}
.imea-hero--video .imea-hero__logo img {
	display: block;
	width: 100%;
	opacity: 0.85;
}
.imea-hero--video .imea-hero__logos::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 25%;
	height: 2px;
	background: radial-gradient(50% 50% at 50% 50%, var(--secondary-color) 0%, rgba(204, 252, 0, 0) 100%);
	box-shadow: 0 0 18px 2px rgba(204, 252, 0, 0.45);
	pointer-events: none;
}

/* --- responsive ------------------------------------------------------------ */
@media (max-width: 991.98px) {
	.imea-hero--video { min-height: 0; padding: 88px 0 96px; }
}
@media (max-width: 575.98px) {
	.imea-hero--video .imea-hero__chips { display: flex !important; }
	.imea-hero--video .imea-hero__chip { flex: 1 1 calc(50% - 8px); }
	.imea-hero--video .imea-hero__cta { width: 100%; justify-content: center; }
	.imea-hero--video .imea-hero__logo img { max-height: 26px; width: auto; }
}

/* =========================================================================
 * 01 — Hero · LAYOUT 5 (Split): media / text left, content right
 * APPEND THIS BLOCK to IMEA/assets/css/hero.css
 * Fully scoped to .imea-hero--split — inert for layouts 1–4.
 * ========================================================================= */

.imea-hero--split {
	position: relative;
	overflow: hidden;
	background: #000;
	padding: 60px 0px;
}

/* soft brand glow behind the block (decorative, non-interactive) */
.imea-hero--split::before {
	/* content: ""; */
	/* position: absolute; */
	/* inset: 0; */
	/* pointer-events: none; */
	/* z-index: 0; */
	/* background: linear-gradient(to bottom right, #21A55E 0%, rgba(33, 165, 94, 0.00) 15%, rgba(33, 165, 94, 0.00) 50%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, #21A55E 0%, rgba(33, 165, 94, 0.00) 15%, rgba(33, 165, 94, 0.00) 50%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, #21A55E 0%, rgba(33, 165, 94, 0.00) 15%, rgba(33, 165, 94, 0.00) 50%) top left / 50% 50% no-repeat, linear-gradient(to top right, #21A55E 0%, rgba(33, 165, 94, 0.00) 15%, rgba(33, 165, 94, 0.00) 50%) top right / 50% 50% no-repeat; */
	/* position: absolute; */
	/* left: 0; */
	/* top: 0; */
	/* height: 500px; */
}

.imea-hero__split-inner {
	position: relative;
	z-index: 1;
}

/* ---- right-hand content column ---------------------------------------- */
.imea-hero__split-content .imea-hero__badge {
	display: inline-block;
	margin-bottom: 1rem;
	padding: .35rem .85rem;
	border: 1px solid color-mix(in srgb, var(--primary-color, #21A55E) 45%, transparent);
	border-radius: 999px;
	font-size: .78rem;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--secondary-color, #CCFC00);
	background: color-mix(in srgb, var(--primary-color, #21A55E) 12%, transparent);
}

.imea-hero__split-content .imea-hero__title {
	margin: 0 0 2.1rem;
	font-size: 56px;
	line-height: normal;
	font-weight: 400;
	/* letter-spacing: -1.44px; */
	background: linear-gradient(195deg, #FFF -3.9%, #999 114.29%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.imea-hero__split-content .imea-hero__title span {
	color: var(--primary-color, #21A55E);
}

.imea-hero__split-content .imea-hero__desc {
	margin: 0 0 1.6rem;
	max-width: 100ch;
	line-height: 1.6;
	color: #fff;
	font-size: 20px;
}

.imea-hero__split-content .imea-hero__chips {
	gap: 1.75rem;
	margin: 0 0 1.4rem;
}

.imea-hero__split-content .imea-hero__chip-value {
	display: block;
	font-size: clamp(1.4rem, 2.4vw, 1.9rem);
	font-weight: 700;
	line-height: 1;
	color: var(--secondary-color, #CCFC00);
}

.imea-hero__split-content .imea-hero__chip-label {
	display: block;
	margin-top: .3rem;
	font-size: .82rem;
	color: var(--text-muted, #9aa7b2);
}

.imea-hero__split-content .imea-hero__pills {
	gap: .5rem;
	margin: 0 0 1.9rem;
}

.imea-hero__split-content .imea-hero__pill {
	padding: .32rem .8rem;
	border: 1px solid color-mix(in srgb, var(--text-light, #ffffff) 14%, transparent);
	border-radius: 999px;
	font-size: .8rem;
	color: var(--text-light, #ffffff);
	background: color-mix(in srgb, var(--text-light, #ffffff) 5%, transparent);
}

.imea-hero__split-content .imea-hero__actions {
	gap: .75rem;
}

/* =========================================================================
 * 01 — Hero · LAYOUT 6 (Split Slider): background image + LEFT content
 *      + MOVING logo marquee
 * APPEND THIS BLOCK to IMEA/assets/css/hero.css
 *
 * Reuses the layout-3 slider mechanics (.imea-hero--slider fade/positioning,
 * dots, logo strip position) AND the layout-5 content design
 * (.imea-hero__split-content typography). This block re-anchors the slide
 * content to the LEFT over a full-bleed background image, adds a left-weighted
 * scrim, and turns the logo strip into a continuous CSS marquee.
 * Fully scoped to .imea-hero--slider-split — inert for layouts 1–5.
 * ========================================================================= */

/* left-anchor the slide content (overrides the centered slider inner) */
.imea-hero--slider-split .imea-hero__slide {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
}

.imea-hero--slider-split .imea-hero__slide > .container {
	width: 100%;              /* fill so Bootstrap max-width + auto gutters apply */
	    /* clear the pinned logo strip */
}

.imea-hero--slider-split .imea-hero__slide-inner {
	/* max-width: 640px; */
	margin: 0;
	top: auto;                /* undo the -60px lift used by the centered slider */
	text-align: left;
}

/* left-weighted scrim so left content stays legible over any image */
.imea-hero--slider-split .imea-hero__slide::after {
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0.82) 0%,
		rgba(0, 0, 0, 0.55) 42%,
		rgba(0, 0, 0, 0.18) 100%
	);
}

/* content design comes from .imea-hero__split-content (layout-5) — small tweaks */
.imea-hero--slider-split .imea-hero__split-content .imea-hero__title { margin-bottom: 1.4rem; }
.imea-hero--slider-split .imea-hero__split-content .imea-hero__desc {max-width: 52ch;margin-bottom: 1.6rem;font-weight: 300;}
.imea-hero--slider-split .imea-hero__actions {gap: 14px;justify-content: flex-start;}

/* dots pulled to the content's left edge */
.imea-hero--slider-split .imea-hero__dots {
	left: 5%;
	transform: none;
	bottom: 2%;
}
@media (max-width: 1399.98px) {
	.imea-hero--slider-split .imea-hero__dots { left: 24px; }
}

/* =========================================================================
 * MOVING LOGO MARQUEE
 * The logo set is output twice inside .imea-hero__marquee (2nd copy is
 * aria-hidden). The track scrolls to translateX(-50%) on a loop, which lands
 * the 2nd copy exactly where the 1st started → seamless. Each list carries a
 * trailing gap (padding-inline-end) equal to its internal gap so the seam
 * spacing matches the rhythm. Pauses on hover; disabled for reduced motion.
 * --imea-logo-gap keeps the internal gap and the seam gap identical.
 * ========================================================================= */
.imea-hero--slider-split .imea-hero__logos--marquee {
	overflow: hidden;
	--imea-logo-gap: clamp(36px, 5vw, 76px);
	/* -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%); */
	/* mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%); */
	background: #000000;
}

.imea-hero--slider-split .imea-hero__marquee {
	display: flex;
	width: max-content;
	animation: imea-hero-logos-scroll 32s linear infinite;
	will-change: transform;
}

.imea-hero--slider-split .imea-hero__marquee .imea-hero__logo-list {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: var(--imea-logo-gap);
	padding-inline-end: var(--imea-logo-gap); /* seam gap == internal gap */
	margin: 0;
}

.imea-hero--slider-split .imea-hero__marquee .imea-hero__logo { flex: 0 0 auto; }

.imea-hero--slider-split .imea-hero__marquee .imea-hero__logo img {
	display: block;
	width: auto;
	height: 55px;             /* natural-width logos, uniform height */
	opacity: 0.85;
}

@keyframes imea-hero-logos-scroll {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}

/* pause when the user hovers the strip */
.imea-hero--slider-split .imea-hero__logos--marquee:hover .imea-hero__marquee {
	animation-play-state: paused;
}

/* responsive */
@media (max-width: 991.98px) {
	.imea-hero--slider-split .imea-hero__slide > .container {
		padding-top: 96px;
		padding-bottom: 130px;
	}
	.imea-hero--slider-split .imea-hero__split-content .imea-hero__title {
		font-size: clamp(2.2rem, 7vw, 3.4rem);
		letter-spacing: -0.02em;
	}
	.imea-hero--slider-split .imea-hero__split-content .imea-hero__desc br{
		display:none;
	}
	.imea-hero--slider-split .imea-hero__split-content .imea-hero__desc {font-size: 1.05rem;max-width: 100%;}
	.imea-hero--slider-split .imea-hero__marquee { animation-duration: 22s; }
	.imea-hero--slider-split .imea-hero__marquee .imea-hero__logo img { height: 26px; }
}

@media (max-width: 575.98px) {
	.imea-hero--slider-split .imea-hero__slide-inner { max-width: 100%; }
	.imea-hero--slider-split .imea-hero__cta { width: 100%; justify-content: center; }
}

@media(max-width: 768px){
	.imea-hero--slider-split .imea-hero__split-content .imea-hero__title br{
		display:none;
	}
}

/* accessibility: hold the strip still for reduced-motion users */
@media (prefers-reduced-motion: reduce) {
	.imea-hero--slider-split .imea-hero__marquee { animation: none; }
}

/* Buttons inherit the shared .imea-hero__cta styles already in hero.css.
   Only add layout-specific spacing/wrap here if needed. */
.imea-hero--split::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("https://stg-gruveai-staging.kinsta.cloud/en-in/wp-content/uploads/sites/3/2026/07/Vector-2751.svg") no-repeat center top;
	background-size: cover;
	pointer-events: none;
	z-index: 0;
}
.imea-hero--split .imea-hero__cta {
	white-space: nowrap;
}

/* ---- left-hand media / text panel ------------------------------------- */
.imea-hero__split-panel {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	/* border: 1px solid color-mix(in srgb, var(--primary-color, #21A55E) 30%, transparent); */
	/* background: var(--bg-mid, #0b1016); */
	/* box-shadow:
		0 24px 60px -30px rgba(0, 0, 0, .8),
		0 0 0 1px color-mix(in srgb, var(--secondary-color, #CCFC00) 6%, transparent); */
	aspect-ratio: 3 / 3;
}

/* text mode has no fixed ratio — it grows with its content */
.imea-hero__split-panel--text {
	aspect-ratio: auto;
}

.imea-hero__split-img,
.imea-hero__split-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.imea-hero__split-text {
	padding: clamp(1.5rem, 3vw, 2.4rem);
	font-size: clamp(1rem, 1.2vw, 1.1rem);
	line-height: 1.65;
	color: var(--text-color, #e8edf2);
}

.imea-hero__split-text span {
	color: var(--secondary-color, #CCFC00);
}

.imea-hero__split-text a {
	color: var(--primary-color, #21A55E);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.imea-hero__split-text strong {
	color: var(--text-light, #ffffff);
}

section.imea-hero--slider-split .imea-hero__logos {
    position: unset;
    padding: 20px 0px;
}
section.imea-hero--slider-split .imea-hero__logos img {
    filter: grayscale(0) invert(1);
}

/* =========================================================================
 * LAYOUT 3 — moving logo marquee (.imea-hero--slider, NOT slider-split)
 * The logo set is output twice inside .imea-hero__marquee and scrolled -50%
 * on a loop → seamless. Desktop scrolls at natural widths; mobile sizes each
 * logo to half the viewport so exactly 2 show at a time. Pauses on hover;
 * disabled for reduced motion.
 * ========================================================================= */
.imea-hero--slider:not(.imea-hero--slider-split) .imea-hero__logos--marquee {
	overflow: hidden;
	--imea-logo-gap: clamp(28px, 5vw, 64px);
}

.imea-hero--slider:not(.imea-hero--slider-split) .imea-hero__marquee {
	display: flex;
	width: max-content;
	animation: imea-hero-logos-scroll 32s linear infinite;
	will-change: transform;
}

.imea-hero--slider:not(.imea-hero--slider-split) .imea-hero__marquee .imea-hero__logo-list {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 70px;
	padding-inline-end: var(--imea-logo-gap); /* seam gap == internal gap */
	margin: 0;
}

.imea-hero--slider:not(.imea-hero--slider-split) .imea-hero__marquee .imea-hero__logo {
	flex: 0 0 auto;
}

.imea-hero--slider:not(.imea-hero--slider-split) .imea-hero__marquee .imea-hero__logo img {
	display: block;
	width: auto;
	height: 70px;             /* uniform height, natural width */
	opacity: 0.92;
}

/* pause on hover */
.imea-hero--slider:not(.imea-hero--slider-split) .imea-hero__logos--marquee:hover .imea-hero__marquee {
	animation-play-state: paused;
}

/* ==========================================================================
 * HERO LOGO MARQUEE — seamless loop fix
 * Two identical copies of the set live inside .imea-hero__marquee (see PHP),
 * so one full copy = 50% of the strip width → translateX(-50%) is exactly
 * one copy and loops with no blank/jump. The trailing padding on each list
 * equals the inter-logo gap so the seam spacing matches the internal spacing.
 * ========================================================================== */
.imea-hero__logos--marquee { overflow: hidden; }

.imea-hero__marquee {
	display: flex;
	flex-wrap: nowrap;
	width: max-content;              /* strip stays 2× a copy — never clamped */
	animation: imea-marquee-scroll 32s linear infinite;
}
.imea-hero__marquee:hover { animation-play-state: paused; }

.imea-hero__logo-list {
	display: flex;
	flex: 0 0 auto;                  /* copies never shrink */
	align-items: center;
	gap: 48px;                       /* space between logos */
	margin: 0;
	padding: 0 48px 0 0;             /* trailing gap == internal gap → seamless */
	list-style: none;
}
.imea-hero__logo { flex: 0 0 auto; }

@keyframes imea-marquee-scroll {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }   /* one copy — NOT -100% */
}

@media (prefers-reduced-motion: reduce) {
	.imea-hero__marquee { animation: none; }
}

/* ==========================================================================
 * HERO LOGO STRIPS — OWL CAROUSEL  (layout-3 & layout-6)
 * APPEND to IMEA/assets/css/hero.css.
 *
 * REMOVE the old CSS-marquee blocks first (they target markup that no longer
 * exists, so they're dead, but delete them to avoid confusion):
 *   • "LAYOUT 6 … MOVING LOGO MARQUEE"  → .imea-hero--slider-split .imea-hero__marquee { … }
 *   • "LAYOUT 3 — moving logo marquee"  → .imea-hero--slider:not(.imea-hero--slider-split) .imea-hero__marquee { … }
 *   • "HERO LOGO MARQUEE — seamless loop fix" → .imea-hero__marquee / .imea-hero__logo-list / @keyframes imea-marquee-scroll
 *   • the two @keyframes imea-hero-logos-scroll and imea-marquee-scroll
 *   • the mobile "2 logos per screen" .imea-hero__marquee override block
 * Keep the .imea-hero__logos container rules (position/background/::before)
 * for both layouts — only the inner track markup changed.
 * ========================================================================== */

/* container clips the Owl stage overflow */
.imea-hero__logos--owl { overflow: hidden; }

/* Owl wipes most inline styling; keep the track full-width and centered */
.imea-hero__logos-track.owl-carousel {
	width: 100%;
	margin: 0;
}

/* vertically centre logos of differing heights within the stage */
.imea-hero__logos-track.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}
.imea-hero__logos-track.owl-carousel .owl-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* each logo cell */
.imea-hero__logos-track .imea-hero__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.imea-hero__logos-track .imea-hero__logo img {
	display: block;
	width: auto;
	max-width: 100%;
	height: 70px;            /* layout-3 default — uniform height, natural width */
	margin: 0 auto;
	opacity: 0.92;
	filter: grayscale(0) invert(1);
}

/* layout-6 (slider-split): smaller, inverted logos on black */
.imea-hero--slider-split .imea-hero__logos-track .imea-hero__logo img {
	height: 70px;
	opacity: 0.85;
	filter: grayscale(0) invert(1);
}

/* ---- responsive ---------------------------------------------------------- */
@media (max-width: 991.98px) {
	.imea-hero__logos-track .imea-hero__logo img { height: 42px; }
	.imea-hero--slider-split .imea-hero__logos-track .imea-hero__logo img { height: 34px; }
}
@media (max-width: 575.98px) {
	.imea-hero__logos-track .imea-hero__logo img { height: 34px; max-height: 34px; }
}

/* reduced motion: Owl autoplay is disabled from JS; nothing to animate here */

/* Mobile: exactly 2 logos per screen while it scrolls.
   list width stays n × 50vw, so translateX(-50%) is still seamless. */
@media (max-width: 991.98px) {
	.imea-hero--slider:not(.imea-hero--slider-split) .imea-hero__logos--marquee {
		--imea-logo-gap: 24px;
	}
	.imea-hero--slider:not(.imea-hero--slider-split) .imea-hero__marquee .imea-hero__logo {
		flex: 0 0 calc(50vw - var(--imea-logo-gap));
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.imea-hero--slider:not(.imea-hero--slider-split) .imea-hero__marquee .imea-hero__logo img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 34px;
		margin: 0 auto;
	}
	.imea-hero--slider:not(.imea-hero--slider-split) .imea-hero__marquee {
		animation-duration: 22s;
	}
}

@media (prefers-reduced-motion: reduce) {
	.imea-hero--slider:not(.imea-hero--slider-split) .imea-hero__marquee { animation: none; }
}

/* ---- responsive -------------------------------------------------------- */
@media (max-width: 991.98px) {
	.imea-hero__split-media {
		margin-top: .5rem;
	}
	.imea-hero__split-panel {
		aspect-ratio: 16 / 10;
	}
}

@media(max-width:786px){
	.imea-hero__slide-inner .imea-hero__chip-value {
		font-size: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.imea-hero__split-video {
		/* JS also pauses/removes autoplay; this keeps the still crisp */
		animation: none !important;
	}
}