.soft-hub {
	overflow-x: clip;
	background:
		radial-gradient(circle at top left, rgba(15, 139, 111, 0.12), transparent 28%),
		radial-gradient(circle at 90% 10%, rgba(90, 160, 255, 0.10), transparent 24%),
		linear-gradient(180deg, #f7fbfd 0%, #eef4f8 100%);
	color: #10263a;
}

.soft-hub__wrap,
.soft-hub__hero-inner,
.soft-hub__grid-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.soft-hub__hero {
	padding: 16px 0 10px;
}

.soft-hub__layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}

.soft-hub__sidebar-card {
	border-radius: 24px;
	padding: 18px;
	border: 1px solid rgba(167, 199, 222, 0.28);
	background: rgba(255, 255, 255, 0.90);
	backdrop-filter: blur(10px);
	box-shadow: 0 14px 34px rgba(16, 38, 58, 0.05);
	position: sticky;
	top: 20px;
	max-height: calc(100vh - 40px);
	overflow: auto;
	scrollbar-gutter: stable;
	will-change: top;
}

.soft-hub__sidebar-title {
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #0f8b6f;
}

.soft-hub__nav-group + .soft-hub__nav-group {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(167, 199, 222, 0.16);
}

.soft-hub__nav {

	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.soft-hub__nav a {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 8px 10px;
	border-radius: 12px;
	text-decoration: none;
	color: #25364a;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.soft-hub__nav a:hover,
.soft-hub__nav a.is-active {
	background: rgba(15, 139, 111, 0.10);
	color: #0f8b6f;
	transform: translateX(1px);
}

.soft-hub__nav a.is-active {
	background: rgba(15, 139, 111, 0.14);
	box-shadow: inset 3px 0 0 #0f8b6f;
	font-weight: 800;
}

.soft-hub__main {
	min-width: 0;
}

.soft-hub__hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	gap: 18px;
	padding: 0;
}

.soft-hub__copy,
.soft-hub__panel,
.soft-hub__card {
	border: 1px solid rgba(167, 199, 222, 0.30);
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(10px);
	box-shadow: 0 14px 34px rgba(16, 38, 58, 0.05);
}

.soft-hub__copy {
	border-radius: 24px;
	padding: 24px;
}

.soft-hub__eyebrow {
	margin: 0 0 12px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #0f8b6f;
}

.soft-hub h1 {
	margin: 0;
	font-size: clamp(28px, 3.4vw, 44px);
	line-height: 1.02;
	letter-spacing: -0.03em;
}

.soft-hub__lead {
	margin-top: 12px;
	max-width: 46ch;
	font-size: 13px;
	line-height: 1.65;
	color: rgba(16, 38, 58, 0.76);
}

.soft-hub__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 18px;
}

.soft-hub__stat {
	padding: 14px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(167, 199, 222, 0.22);
}

.soft-hub__stat-value {
	font-size: 18px;
	font-weight: 800;
	color: #10263a;
}

.soft-hub__stat-label {
	font-size: 12px;
	color: rgba(16, 38, 58, 0.68);
}

.soft-hub__panel {
	border-radius: 24px;
	padding: 20px;
	display: grid;
	gap: 12px;
}

.soft-hub__panel-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(15, 139, 111, 0.08), rgba(255, 255, 255, 0.92));
}

.soft-hub__panel-top span {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #0f8b6f;
}

.soft-hub__panel-top strong {
	font-size: 16px;
	color: #10263a;
}

.soft-hub__panel-list {
	display: grid;
	gap: 8px;
}

.soft-hub__panel-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(167, 199, 222, 0.20);
	font-size: 13px;
	font-weight: 700;
}

.soft-hub__grid-wrap {
	padding: 12px 0 40px;
}

.soft-hub__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	align-items: start;
}

.soft-hub__card {
	border-radius: 20px;
	padding: 18px;
	min-height: 100%;
}

.soft-hub__card-title {
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0f8b6f;
}

.soft-hub__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.soft-hub__links a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 8px;
	border-radius: 12px;
	text-decoration: none;
	color: #25364a;
	font-size: 13px;
	font-weight: 600;
	transition: background 0.18s ease, color 0.18s ease;
}

.soft-hub__links a:hover {
	background: rgba(15, 139, 111, 0.08);
	color: #0f8b6f;
}

.soft-hub__link-icon {
	min-width: 20px;
	font-size: 14px;
	color: #0f8b6f;
	opacity: 0.9;
}

@media (max-width: 1100px) {
	.soft-hub__layout,
	.soft-hub__hero-inner,
	.soft-hub__grid {
		grid-template-columns: 1fr;
	}

	.soft-hub__sidebar-card {
		position: static;
	}
}

@media (max-width: 720px) {
	.soft-hub__wrap,
	.soft-hub__hero-inner,
	.soft-hub__grid-wrap {
		padding-left: 16px;
		padding-right: 16px;
	}

	.soft-hub__copy,
	.soft-hub__panel,
	.soft-hub__sidebar-card {
		padding: 18px;
	}
}

@media (min-width: 1101px) {
	.soft-hub__sidebar-card {
		transition: top 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
	}

	.soft-hub__sidebar-card:hover {
		box-shadow: 0 18px 42px rgba(16, 38, 58, 0.08);
		transform: translateY(-1px);
	}
}

.soft-hub__nav-icon {
	flex: 0 0 auto;
	min-width: 10px;
	font-size: 10px;
	line-height: 1;
	color: #0f8b6f;
	opacity: 0.65;
	transform: translateY(-1px);
}

.soft-hub__nav-text {
	min-width: 0;
	line-height: 1.35;
}
