/**
 * Home — Empower / cloud contact center
 */

/* Empowering ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â clean aligned split */
.l1-empower-section {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	overflow: hidden;
	background: var(--l1-white);
}
.l1-empower-copy {
	max-width: 34rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.l1-empower-copy .l1-section-title {
	margin-bottom: 0.75rem;
}
.l1-empower-copy .l1-section-sub {
	margin: 0 0 1.5rem;
	max-width: 42ch;
}
.l1-empower-points {
	list-style: none;
	margin: 0 0 1.75rem;
	padding: 0;
	width: 100%;
	max-width: 28rem;
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}
.l1-empower-points li {
	display: grid;
	grid-template-columns: 1.25rem 1fr;
	align-items: start;
	column-gap: 0.7rem;
	margin: 0;
	font-size: 0.94rem;
	font-weight: 500;
	line-height: 1.45;
	color: #334155;
}
.l1-empower-points i {
	width: 1.25rem;
	height: 1.25rem;
	margin-top: 0.1rem;
	display: grid;
	place-items: center;
	font-size: 1rem;
	color: var(--l1-mid);
}
.l1-empower-points span {
	min-width: 0;
}
/* Empower CTA uses shared .l1-btn.l1-btn-gradient */
.l1-empower-visual {
	min-width: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.l1-empower-art {
	margin: 0;
	padding: 1.35rem 1.15rem 1.25rem;
	width: 100%;
	max-width: 560px;
	border-radius: 28px;
	background:
		radial-gradient(circle at 18% 22%, rgba(38, 63, 216, 0.14), transparent 46%),
		radial-gradient(circle at 88% 78%, rgba(121, 149, 255, 0.16), transparent 44%),
		linear-gradient(165deg, #f6f3ff 0%, #eaf7ff 100%);
	border: 1px solid var(--l1-line);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	box-shadow: var(--l1-shadow);
	min-height: 340px;
}
.l1-empower-stage {
	width: 100%;
	min-height: 220px;
	display: grid;
	place-items: center;
}
.l1-empower-stage svg {
	width: min(94%, 380px);
	height: auto;
	max-height: 260px;
	display: block;
	overflow: visible;
}
.l1-empower-chips {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.45rem;
}
.l1-empower-chips li {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.4rem 0.75rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(38, 63, 216, 0.1);
	font-size: 0.74rem;
	font-weight: 650;
	color: var(--l1-ink);
	box-shadow: var(--l1-shadow-sm);
}
.l1-empower-chips .bi {
	background: var(--gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 0.9rem;
}
@media (max-width: 991.98px) {
	.l1-empower-section {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
	.l1-empower-copy {
		max-width: none;
	}
	.l1-empower-points {
		max-width: none;
	}
	.l1-empower-art {
		max-width: 420px;
		margin-inline: auto;
		min-height: 300px;
		padding: 1.1rem 0.95rem 1.05rem;
		border-radius: 22px;
	}
	.l1-empower-stage { min-height: 180px; }
	.l1-empower-stage svg { max-height: 200px; }
}
