.concept-intro-section .landing-section-title {
	margin-bottom: 1.25rem;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

.concept-intro-section .lead {
	max-width: 72rem;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.08rem;
	line-height: 1.85;
	color: #334155;
	text-align: center;
}

.concept-features-section .table-responsive {
	border-radius: 12px;
	overflow-x: auto;
	overflow-y: visible;
	box-shadow: 0 4px 24px rgba(48, 99, 227, 0.12);
}

.concept-features-table {
	margin-bottom: 0;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: #fff;
	border: none;
}

.concept-features-table.table td,
.concept-features-table.table th {
	border-left: none !important;
	border-right: none !important;
}

.concept-features-table thead {
	background: radial-gradient(900px 420px at 22% 28%, rgba(56, 189, 248, 0.22) 0%, rgba(56, 189, 248, 0) 60%),
		radial-gradient(720px 380px at 72% 18%, rgba(168, 85, 247, 0.18) 0%, rgba(168, 85, 247, 0) 55%),
		radial-gradient(520px 320px at 62% 62%, rgba(34, 197, 94, 0.12) 0%, rgba(34, 197, 94, 0) 60%),
		linear-gradient(180deg, #05070d 0%, #0b1020 45%, #0b1020 100%);
	color: #f8fafc;
}

.concept-features-table thead th {
	vertical-align: middle;
	font-weight: 600;
	padding: 1.1rem 1.35rem;
	color: #f8fafc;
	border: none;
	background: transparent;
	text-align: left;
	font-size: 0.82rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.concept-features-table tbody td {
	vertical-align: top;
	padding: 1.05rem 1.35rem;
	border: none;
	border-top: 1px solid #e8ecf4;
	background: #fff;
}

.concept-features-table tbody tr:nth-child(even) td {
	background: #f8fafc;
}

.concept-features-table .concept-feature-category {
	font-weight: 600;
	color: #111827;
	white-space: nowrap;
	width: 17rem;
}

.concept-feature-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0;
	color: #334155;
	font-size: 0.95rem;
	line-height: 1.55;
}

.concept-feature-list span:not(.concept-feature-dot) {
	white-space: normal;
}

.concept-feature-dot {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #94a3b8;
	margin: 0 0.55rem;
	flex-shrink: 0;
	vertical-align: middle;
}

.concept-conclusion-section {
	text-align: center;
}

.concept-conclusion-section .landing-section-title {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

.concept-conclusion-section p {
	max-width: 72rem;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.08rem;
	line-height: 1.85;
}

.concept-feature-row .screenshot {
	max-width: 560px !important;
}

@media (max-width: 991.98px) {
	.concept-intro-section.landing-section,
	.concept-features-section.landing-section,
	.concept-conclusion-section.landing-section {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
	}

	.concept-features-table .concept-feature-category {
		white-space: normal;
		width: 11rem;
		min-width: 10rem;
	}

	.concept-feature-list span:not(.concept-feature-dot) {
		white-space: normal;
	}
}

@media (max-width: 575.98px) {
	.concept-features-table thead th,
	.concept-features-table tbody td {
		padding: 0.8rem 0.75rem;
		font-size: 0.84rem;
	}

	.concept-features-table .concept-feature-category {
		width: 7.5rem;
		min-width: 7.5rem;
		font-size: 0.82rem;
	}

	.concept-feature-dot {
		margin: 0 0.4rem;
	}

	.concept-intro-section .lead,
	.concept-conclusion-section p {
		font-size: 1rem;
		line-height: 1.62;
	}
}
