/**
 * VERHI growth hub headers - scoped to existing product/solution archives
 * and their category pages. Uses theme variables and avoids global layout.
 */

.vh-growth-header {
	position: relative;
	padding: clamp(1.5rem, 2.8vw, 2.4rem);
	border: 1px solid rgba(47, 111, 214, 0.22);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 255, 0.98) 58%, rgba(232, 243, 255, 0.98) 100%);
	box-shadow: 0 14px 34px -28px rgba(47, 111, 214, 0.42);
}

.vh-growth-header h1 {
	margin-top: 10px;
}

.vh-growth-header .verhi-b2b-page-intro,
.vh-growth-header .vh-growth-qa {
	max-width: 820px;
}

.vh-growth-kicker {
	display: inline-flex;
	margin: 0;
	padding: 6px 10px;
	border-radius: 5px;
	background: #eaf3ff;
	color: #16324f;
	font-size: 12.5px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.vh-growth-qa {
	display: grid;
	grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid rgba(47, 111, 214, 0.16);
}

.vh-growth-qa strong {
	color: #16324f;
	font-size: 15px;
	line-height: 1.45;
}

.vh-growth-qa span {
	color: #5b6b80;
	font-size: 14.5px;
	line-height: 1.6;
}

.vh-growth-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.vh-growth-cta {
	align-self: auto;
	margin-top: 0;
	border: 1px solid rgba(199, 0, 11, 0.28);
	background: #ffffff;
	color: #a30008;
}

.vh-growth-cta:hover {
	border-color: #a30008;
	background: #a30008;
	color: #ffffff;
}

.vh-growth-cta-primary {
	border-color: #c7000b;
	background: #c7000b;
	color: #ffffff;
}

.vh-growth-cta-primary:hover {
	border-color: #8f0006;
	background: #8f0006;
	box-shadow: 0 10px 22px rgba(199, 0, 11, 0.18);
}

@media (max-width: 767px) {
	.vh-growth-header {
		padding: 1.4rem 1.2rem;
	}

	.vh-growth-qa {
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
	}

	.vh-growth-ctas {
		align-items: stretch;
	}

	.vh-growth-cta {
		width: 100%;
		justify-content: center;
		text-align: center;
	}
}
