/**
 * VERHI Services page visual layer - v3.5.19
 *
 * Light, tech-forward styling for the Kadence-native Services page. Uses the
 * same color system, type scale and card language as the homepage, About and
 * Contact pages so every VERHI page feels like one product. Header and footer
 * keep using the Kadence theme.
 */

body.vh-services-page {
}

body.vh-services-page .vh-s-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
	margin-bottom: 14px;
	color: var(--vh-red);
}

body.vh-services-page .vh-s-eyebrow::before,
body.vh-services-page .vh-s-kicker::before {
	content: "";
	width: 26px;
	height: 2px;
	flex: none;
	background: linear-gradient(90deg, var(--vh-red), var(--vh-cyan));
}

body.vh-services-page .vh-s-kicker {
	justify-content: center;
}

body.vh-services-page .vh-s-title {
	margin-bottom: 16px;
	color: var(--vh-ink);
}

body.vh-services-page .vh-s-lead {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	color: var(--vh-muted);
}

/* Hero: light tech canvas with grid and soft glow, no dark panels. */
body.vh-services-page #vh-services-hero {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(rgba(47, 111, 214, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(47, 111, 214, 0.06) 1px, transparent 1px),
		radial-gradient(circle at 82% 12%, rgba(53, 182, 232, 0.30), transparent 42%),
		radial-gradient(circle at 6% 90%, rgba(199, 0, 11, 0.08), transparent 40%),
		linear-gradient(135deg, #eaf3ff 0%, #ffffff 50%, #dceeff 100%);
	background-size: 44px 44px, 44px 44px, auto, auto, auto;
	background-repeat: repeat, repeat, no-repeat, no-repeat, no-repeat;
	background-position: center, center, 82% 12%, 6% 90%, center;
	background-attachment: scroll;
}

body.vh-services-page #vh-services-hero .kt-row-column-wrap {
	min-height: 72vh;
	min-height: 72svh;
	padding-top: clamp(120px, 15vh, 170px);
	padding-bottom: 70px;
	align-content: center;
}

body.vh-services-page .vh-s-hero-title {
	color: var(--vh-ink);
	max-width: 900px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

body.vh-services-page .vh-s-hero-lead {
	max-width: 720px;
	color: var(--vh-muted);
}

body.vh-services-page #vh-services-hero .kb-buttons-wrap {
	gap: 12px;
	margin-top: 28px;
}

body.vh-services-page .vh-s-hero-card {
	position: relative;
	border-radius: 12px;
	background: var(--vh-card);
	box-shadow: 0 26px 60px rgba(47, 111, 214, 0.18);
	overflow: hidden;
}

body.vh-services-page .vh-s-hero-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--vh-red), var(--vh-blue), var(--vh-cyan));
}

body.vh-services-page .vh-s-hero-card .kt-inside-inner-col {
	padding: clamp(28px, 4vw, 44px);
}

body.vh-services-page .vh-s-hero-point {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-top: 14px;
	padding: 14px 16px;
	border-left: 3px solid var(--vh-blue);
	border-radius: 0 8px 8px 0;
	background: var(--vh-soft);
	color: var(--vh-muted);
}

body.vh-services-page .vh-s-hero-point strong {
	color: var(--vh-ink);
}

/* Core service and related service cards. */
body.vh-services-page .vh-s-card {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(22, 50, 79, 0.08);
	transition: transform .2s ease, box-shadow .2s ease;
}

body.vh-services-page .vh-s-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 40px rgba(47, 111, 214, 0.16);
}

body.vh-services-page .vh-s-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--vh-red), var(--vh-blue), var(--vh-cyan));
}

body.vh-services-page .vh-s-card .kt-inside-inner-col {
	padding: clamp(24px, 3vw, 34px);
}

body.vh-services-page .vh-s-card-stat {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: .01em;
	margin-bottom: 8px;
}

body.vh-services-page .vh-s-card-title {
	color: var(--vh-ink);
	margin-bottom: 10px;
}

body.vh-services-page .vh-s-card-text {
	color: var(--vh-muted);
}

body.vh-services-page .vh-s-card .kb-buttons-wrap {
	margin-top: 18px;
}

/* Process steps. */
body.vh-services-page #vh-services-process .kt-row-column-wrap {
	gap: 20px;
}

body.vh-services-page .vh-s-step {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(22, 50, 79, 0.08);
	transition: transform .2s ease, box-shadow .2s ease;
}

body.vh-services-page .vh-s-step:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 34px rgba(47, 111, 214, 0.14);
}

body.vh-services-page .vh-s-step .kt-inside-inner-col {
	padding: 24px 22px;
}

body.vh-services-page .vh-s-step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: linear-gradient(120deg, var(--vh-red), var(--vh-blue));
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
}

body.vh-services-page .vh-s-step h3 {
	color: var(--vh-ink);
	margin-bottom: 8px;
}

body.vh-services-page .vh-s-step p {
	color: var(--vh-muted);
	margin-bottom: 0;
}

/* Customer quotes. */
body.vh-services-page .vh-s-quote {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(22, 50, 79, 0.08);
}

body.vh-services-page .vh-s-quote::before {
	content: "\201C";
	position: absolute;
	top: 8px;
	right: 18px;
	font-size: 64px;
	line-height: 1;
	font-weight: 900;
	color: rgba(47, 111, 214, 0.14);
	font-family: Georgia, serif;
}

body.vh-services-page .vh-s-quote .kt-inside-inner-col {
	padding: clamp(24px, 3vw, 34px);
}

body.vh-services-page .vh-s-quote-text {
	color: var(--vh-ink);
}

body.vh-services-page .vh-s-quote-author {
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid var(--vh-line);
}

/* CTA: same decisive red gradient as the About and Contact pages. */
body.vh-services-page #vh-services-cta {
	position: relative;
	background: linear-gradient(120deg, #c7000b, #e3333d 60%, #35b6e8);
}

body.vh-services-page .vh-s-cta-title {
	color: #ffffff;
}

body.vh-services-page .vh-s-cta-text {
	color: rgba(255, 255, 255, .94);
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

body.vh-services-page #vh-services-cta .kt-inside-inner-col {
	display: block;
}

body.vh-services-page #vh-services-cta .kb-buttons-wrap {
	justify-content: center;
	gap: 12px;
	margin-top: 24px;
}

body.vh-services-page #vh-services-cta .wp-block-kadence-advancedbtn {
	display: inline-flex !important;
	vertical-align: middle;
	margin-right: 10px;
}

body.vh-services-page #vh-services-cta .wp-block-kadence-advancedbtn:last-child {
	margin-right: 0;
}

body.vh-services-page #vh-services-cta .wp-block-kadence-advancedbtn:nth-child(2) .kb-button {
	border: 1px solid rgba(255, 255, 255, .65);
	background: transparent !important;
	color: #ffffff !important;
}

@media (max-width: 1024px) {
	body.vh-services-page #vh-services-hero .kt-row-column-wrap {
		min-height: auto;
		padding-top: 110px;
		padding-bottom: 60px;
	}

	body.vh-services-page .vh-s-hero-card {
		margin-top: 24px;
	}
}

@media (max-width: 767px) {
	body.vh-services-page #vh-services-hero .kt-row-column-wrap {
		padding-top: 100px;
		padding-bottom: 48px;
	}

	body.vh-services-page #vh-services-hero .kb-buttons-wrap .kb-button,
	body.vh-services-page #vh-services-cta .kb-buttons-wrap .kb-button {
		width: 100%;
		justify-content: center;
	}

	body.vh-services-page .vh-s-hero-card .kt-inside-inner-col,
	body.vh-services-page .vh-s-card .kt-inside-inner-col,
	body.vh-services-page .vh-s-quote .kt-inside-inner-col {
		padding: 24px 20px;
	}
}
