.mm-seo-industry-carousel {
	padding-block: clamp(3rem, 6vw, 5rem);
}

.mm-seo-industry-carousel__header {
	max-width: 46rem;
	margin-bottom: 2rem;
}

.mm-seo-industry-carousel__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2f6bff;
}

.mm-seo-industry-carousel__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	line-height: 1.15;
}

.mm-seo-industry-carousel__lead {
	margin: 0;
	color: rgba(15, 23, 42, 0.78);
	font-size: 1.05rem;
	line-height: 1.6;
}

.mm-seo-industry-carousel__viewer {
	position: relative;
}

.mm-seo-industry-carousel__track {
	position: relative;
	min-height: clamp(320px, 42vw, 520px);
}

.mm-seo-industry-hero {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.45s ease, visibility 0.45s ease;
}

.mm-seo-industry-hero.is-active {
	position: relative;
	opacity: 1;
	visibility: visible;
}

.mm-seo-industry-hero__link {
	display: block;
	color: #fff;
	text-decoration: none;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}

.mm-seo-industry-hero__link:hover,
.mm-seo-industry-hero__link:focus {
	color: #fff;
}

.mm-seo-industry-hero__media {
	position: relative;
	min-height: clamp(320px, 42vw, 520px);
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 100%),
		var(--mm-seo-hero-image, radial-gradient(circle at 50% 40%, #0b1f4a 0%, #020617 70%));
	background-size: cover;
	background-position: center;
}

.mm-seo-industry-hero__grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(47, 107, 255, 0.12) 1px, transparent 1px),
		linear-gradient(90deg, rgba(47, 107, 255, 0.12) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.35));
}

.mm-seo-industry-hero__bubbles {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.mm-seo-industry-hero__bubble {
	position: absolute;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.35rem 0.7rem 0.35rem 0.35rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: #0f172a;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.2;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	white-space: nowrap;
}

.mm-seo-industry-hero__bubble-icon {
	display: inline-grid;
	place-items: center;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 999px;
	background: #16a34a;
	color: #fff;
	font-size: 0.7rem;
	font-weight: 800;
}

.mm-seo-industry-hero__bubble--1 { top: 12%; left: 6%; }
.mm-seo-industry-hero__bubble--2 { top: 18%; right: 8%; }
.mm-seo-industry-hero__bubble--3 { top: 34%; left: 12%; }
.mm-seo-industry-hero__bubble--4 { top: 28%; right: 16%; }
.mm-seo-industry-hero__bubble--5 { top: 52%; left: 5%; }
.mm-seo-industry-hero__bubble--6 { top: 48%; right: 6%; }
.mm-seo-industry-hero__bubble--7 { bottom: 22%; left: 18%; }
.mm-seo-industry-hero__bubble--8 { bottom: 18%; right: 14%; }

.mm-seo-industry-hero__overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at center, rgba(2, 6, 23, 0.15) 0%, rgba(2, 6, 23, 0.72) 72%);
}

.mm-seo-industry-hero__copy {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2rem clamp(1rem, 4vw, 3rem);
}

.mm-seo-industry-hero__industry {
	margin: 0 0 0.5rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.mm-seo-industry-hero__slogan {
	margin: 0 0 0.65rem;
	max-width: 16ch;
	font-size: clamp(1.9rem, 4.5vw, 3.4rem);
	line-height: 1.05;
	font-weight: 800;
	text-wrap: balance;
	color: #fff;
}

.mm-seo-industry-hero--no-slogan .mm-seo-industry-hero__subtitle {
	margin-top: 0.25rem;
}

.mm-seo-industry-hero__subtitle {
	margin: 0 0 1.25rem;
	max-width: 28ch;
	font-size: clamp(1rem, 2vw, 1.35rem);
	line-height: 1.35;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
}

.mm-seo-industry-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 9rem;
	padding: 0.8rem 1.5rem;
	border-radius: 999px;
	background: #2f6bff;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	transition: transform 0.2s ease, background 0.2s ease;
}

.mm-seo-industry-hero__link:hover .mm-seo-industry-hero__cta,
.mm-seo-industry-hero__link:focus .mm-seo-industry-hero__cta {
	background: #1d4ed8;
	transform: translateY(-1px);
}

.mm-seo-industry-carousel__nav {
	position: absolute;
	top: 50%;
	z-index: 3;
	transform: translateY(-50%);
	width: 2.75rem;
	height: 2.75rem;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #0f172a;
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
}

.mm-seo-industry-carousel__nav--prev {
	left: -0.5rem;
}

.mm-seo-industry-carousel__nav--next {
	right: -0.5rem;
}

.mm-seo-industry-carousel__dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1rem;
}

.mm-seo-industry-carousel__dots button {
	width: 0.65rem;
	height: 0.65rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.2);
	cursor: pointer;
}

.mm-seo-industry-carousel__dots button.is-active {
	background: #2f6bff;
}

@media (max-width: 767px) {
	.mm-seo-industry-hero[data-mm-hide-mobile] {
		display: none !important;
	}

	.mm-seo-industry-hero__bubble {
		display: none;
	}

	.mm-seo-industry-carousel__nav {
		width: 2.25rem;
		height: 2.25rem;
		font-size: 1.4rem;
	}

	.mm-seo-industry-carousel__nav--prev {
		left: 0.35rem;
	}

	.mm-seo-industry-carousel__nav--next {
		right: 0.35rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mm-seo-industry-hero {
		transition: none;
	}
}
