/**
 * Network Tools — compact symmetric teaser · v6.5.6
 */

.network-tools-teaser-section {
	padding: 24px 0;
}

.network-tools-teaser {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 16px 24px;
	align-items: center;
	padding: 16px 20px;
	border-radius: var(--radius-lg, 16px);
	background: linear-gradient(135deg, #0f172a 0%, #0b1120 100%);
	border: 1px solid rgba(255, 255, 255, 0.09);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
	overflow: hidden;
	position: relative;
	max-width: 920px;
	margin-inline: auto;
}

.network-tools-teaser::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 70% 80% at 85% 50%, rgba(0, 229, 255, 0.08) 0%, transparent 65%);
	pointer-events: none;
}

.network-tools-teaser__content {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.network-tools-teaser__badge {
	display: inline-block;
	margin-bottom: 8px;
	padding: 3px 10px;
	border-radius: 999px;
	font-size: 0.6875rem;
	font-weight: 700;
	color: #67e8f9;
	background: rgba(0, 229, 255, 0.1);
	border: 1px solid rgba(0, 229, 255, 0.28);
}

.network-tools-teaser__title {
	margin: 0 0 6px;
	font-size: clamp(1rem, 1.8vw, 1.25rem);
	font-weight: 800;
	line-height: 1.45;
	color: #fff;
}

.network-tools-teaser__desc {
	margin: 0 0 14px;
	font-size: 0.8125rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.62);
	max-width: 48ch;
}

.network-tools-teaser__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	font-size: 0.875rem;
}

.network-tools-teaser__cta svg {
	width: 16px;
	height: 16px;
}

.network-tools-teaser__viz {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 100px;
}

.services-schematic--tools-teaser {
	display: block;
	width: 100%;
	height: auto;
	max-height: 112px;
}

.services-schematic--tools-teaser text {
	font-family: ui-monospace, Consolas, monospace;
}

.services-schematic--tools-teaser .ntt-lcd-screen {
	display: block;
	overflow: hidden;
}

.services-schematic--tools-teaser .ntt-lcd-slot {
	pointer-events: none;
}

.services-schematic--tools-teaser .ntt-calc {
	filter: drop-shadow(0 4px 12px rgba(0, 229, 255, 0.08));
}

@media (max-width: 768px) {
	.network-tools-teaser-section {
		padding: 24px 0;
	}

	.network-tools-teaser {
		grid-template-columns: 1fr;
		padding: 16px 18px;
		gap: 14px;
	}

	.network-tools-teaser__viz {
		order: -1;
		max-width: 100%;
	}

	.services-schematic--tools-teaser {
		max-height: 110px;
	}
}
