.sm-interface-about {
	padding: 60px 0;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	overflow: hidden;
}

/* LEFT VISUAL */
.sm-interface-visual {
	position: relative;
	max-width: 520px;
	margin: auto;
}

.sm-interface-main {
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 40px 80px rgba(15, 23, 42, 0.15);
	transform: translateY(40px);
	opacity: 0;
	transition: all 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.sm-interface-float {
	position: absolute;
	right: -40px;
	bottom: -30px;
	width: 55%;
	border-radius: 16px;
	box-shadow: 0 30px 60px rgba(15, 23, 42, 0.2);
	transform: translateY(60px) scale(0.95);
	opacity: 0;
	transition: all 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* PLAY BUTTON */
.sm-interface-play {
	position: absolute;
	top: 20px;
	left: 20px;
}

.sm-interface-play a {
	width: 56px;
	height: 56px;
	background: #22c55e;
	color: #022c22;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 30px rgba(34, 197, 94, 0.45);
	transition: transform 0.3s ease;
}

.sm-interface-play a:hover {
	transform: scale(1.1);
}

/* CONTENT */
.sm-interface-content {
	transform: translateY(40px);
	opacity: 0;
	transition: all 0.9s ease;
}

.sm-badge {
	display: inline-block;
	padding: 6px 14px;
	border-left: 5px solid #3577bc;
	color: #3577bc;
	/* border-radius: 999px; */
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-bottom: 14px;
}

.sm-interface-content h2 {
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 18px;
	color: #0f172a;
}

.sm-lead {
	font-size: 1rem;
	line-height: 1.7;
	color: #475569;
	margin-bottom: 22px;
}

.sm-feature-list {
	list-style: none;
	padding: 0;
	margin-bottom: 28px;
}

.sm-feature-list li {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
	font-size: 0.95rem;
	color: #0f172a;
}

.sm-feature-list i {
	color: Var(--primary);
	margin-top: 4px;
}

/* CTA */
.sm-btn {
	display: inline-block;
	padding: 12px 28px;
	background: linear-gradient(135deg, #0255f5, #3577bc);
	color: #ffffff;
	border-radius: 999px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 12px 30px rgba(34, 197, 94, 0.4);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.sm-btn:hover {
	transform: translateY(-2px);
	color: #ffffff;
	box-shadow: 0 18px 40px rgba(34, 197, 94, 0.55);
}

/* SHOW STATE */
.sm-interface-about.show .sm-interface-main,
.sm-interface-about.show .sm-interface-float,
.sm-interface-about.show .sm-interface-content {
	opacity: 1;
	transform: translateY(0) scale(1);
}

/* RESPONSIVE */
@media (max-width: 991px) {
	.sm-interface-float {
		display: none;
	}
	.sm-interface-content {
		text-align: center;
	}
}
.services__item {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-bottom: 0px;
}

.services__item_content {
	flex-grow: 1;
	padding-bottom: 0px;
}
