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

body.vh-about-page .vh-a-eyebrow,
:root {
	--vh-red: #c7000b;
	--vh-red-dark: #a30008;
	--vh-blue: #2f6fd6;
	--vh-cyan: #35b6e8;
	--vh-ink: #16324f;
	--vh-muted: #5b6b80;
	--vh-line: #e3ebf5;
	--vh-soft: #f5f8fd;
	--vh-card: #ffffff;
	--vh-radius: 8px;
}

body.vh-about-page {
}

body.vh-about-page .content-area {
	margin-top: 0;
	margin-bottom: 0;
}

body.vh-about-page .entry-content-wrap {
	padding: 0;
}

body.vh-about-page .entry-header {
	display: none;
}

body.vh-about-page .vh-a-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-about-page .vh-a-eyebrow::before,
body.vh-about-page .vh-a-kicker::before {
	content: "";
	width: 26px;
	height: 2px;
	flex: none;
	background: linear-gradient(90deg, var(--vh-red), var(--vh-cyan));
}

body.vh-about-page .vh-a-kicker {
	justify-content: center;
}

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

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

/* About hero: light tech canvas with grid and soft glow, no dark panels. */
body.vh-about-page #vh-a-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 84% 16%, rgba(53, 182, 232, 0.30), transparent 40%),
		radial-gradient(circle at 8% 92%, rgba(47, 111, 214, 0.16), transparent 44%),
		linear-gradient(135deg, #eaf3ff 0%, #ffffff 48%, #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, 84% 16%, 8% 92%, center;
	background-attachment: scroll;
}

body.vh-about-page #vh-a-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-about-page #vh-a-hero .vh-a-hero-title {
	color: var(--vh-ink);
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

body.vh-about-page #vh-a-hero .vh-a-hero-lead {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	color: var(--vh-muted);
}

body.vh-about-page #vh-a-hero .kb-buttons-wrap {
	justify-content: center;
	gap: 12px;
	margin-top: 28px;
}

body.vh-about-page #vh-a-hero .kt-inside-inner-col {
	display: block;
}

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

body.vh-about-page #vh-a-hero .wp-block-kadence-advancedbtn:last-child {
	margin-right: 0;
}

body.vh-about-page #vh-a-hero .wp-block-kadence-advancedbtn:nth-child(5) .kb-button {
	border: 1px solid rgba(47, 111, 214, .45);
	background: transparent !important;
	color: var(--vh-blue) !important;
}

/* Client logo strip. */
body.vh-about-page #vh-a-clients {
	border-top: 1px solid var(--vh-line);
	margin-top: 34px;
	padding-top: 30px;
}

body.vh-about-page #vh-a-clients .vh-a-client-label {
	text-align: center;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--vh-muted);
	margin-bottom: 20px;
}

body.vh-about-page #vh-a-client-grid .kt-row-column-wrap {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 16px;
	align-items: center;
}

body.vh-about-page #vh-a-clients .wp-block-kadence-image {
	margin: 0 auto;
	max-width: 128px;
}

body.vh-about-page #vh-a-clients .wp-block-kadence-image img {
	max-height: 38px;
	width: auto;
	object-fit: contain;
	filter: grayscale(1);
	opacity: .62;
	transition: opacity .2s ease, filter .2s ease;
}

body.vh-about-page #vh-a-clients .wp-block-kadence-image img:hover {
	filter: grayscale(0);
	opacity: 1;
}

/* Story split. */
body.vh-about-page #vh-a-story .wp-block-kadence-image img {
	border-radius: 12px;
	box-shadow: 0 26px 60px rgba(47, 111, 214, 0.20);
}

body.vh-about-page #vh-a-story .vh-a-point {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-bottom: 16px;
}

body.vh-about-page #vh-a-story .vh-a-point-dot {
	flex: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-top: 7px;
	background: linear-gradient(135deg, var(--vh-red), var(--vh-cyan));
	box-shadow: 0 0 0 4px rgba(53, 182, 232, .14);
}

body.vh-about-page #vh-a-story .vh-a-point p {
	margin: 0;
	color: var(--vh-muted);
}

body.vh-about-page #vh-a-story .vh-a-point strong {
	color: var(--vh-ink);
}

/* Cards used across solutions and values. */
body.vh-about-page .vh-a-card {
	position: relative;
	height: 100%;
	overflow: hidden;
}

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

body.vh-about-page .vh-a-card:hover::before {
	opacity: 1;
}

body.vh-about-page .vh-a-card::after {
	content: "";
	position: absolute;
	right: 14px;
	bottom: 14px;
	width: 18px;
	height: 18px;
	border-right: 2px solid rgba(47, 111, 214, .22);
	border-bottom: 2px solid rgba(47, 111, 214, .22);
	pointer-events: none;
}

body.vh-about-page .vh-a-card > .kt-inside-inner-col {
	display: flex;
	flex-direction: column;
	flex: 1;
	height: 100%;
}

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

body.vh-about-page .vh-a-card-text {
	color: var(--vh-muted);
	margin-bottom: 16px;
}

body.vh-about-page .vh-a-card .kb-buttons-wrap {
	margin-top: auto;
}

/* Process steps. */
body.vh-about-page .vh-a-step {
	position: relative;
	height: 100%;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(22, 50, 79, 0.08);
	padding: 28px 24px;
}

body.vh-about-page .vh-a-step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: 800;
	color: #ffffff;
	background: linear-gradient(135deg, var(--vh-blue), var(--vh-cyan));
	box-shadow: 0 10px 22px rgba(47, 111, 214, .28);
}

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

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

/* Company timeline: draggable dial with smooth snap scrolling. */
body.vh-about-page #vh-a-timeline {
	overflow: hidden;
}

body.vh-about-page #vh-a-timeline .vh-a-timeline-controls {
	justify-content: center;
	gap: 10px;
	margin: 10px 0 8px;
}

body.vh-about-page #vh-a-timeline .vh-a-timeline-controls .kb-button {
	width: 44px;
	height: 44px;
	padding: 0 !important;
	justify-content: center;
	border-radius: 50% !important;
	box-shadow: 0 10px 22px rgba(47, 111, 214, 0.18);
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

body.vh-about-page #vh-a-timeline .vh-a-timeline-controls .kb-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 26px rgba(47, 111, 214, 0.28);
}

/* Kadence renders an equal-width grid on the inner wrap; overriding it
   keeps the fixed milestone card width and a clean horizontal dial. */
body.vh-about-page #vh-a-timeline #vh-a-timeline-track {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

body.vh-about-page #vh-a-timeline #vh-a-timeline-track > .kt-row-column-wrap {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(300px, 330px);
	grid-template-columns: none !important;
	grid-template-rows: none;
	gap: 20px;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	scroll-snap-type: x proximity;
	padding: 4px 4px 18px;
	margin: 0 -4px;
	cursor: grab;
	touch-action: pan-y;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: rgba(47, 111, 214, 0.35) #e8f0fb;
	outline: none;
}

body.vh-about-page #vh-a-timeline #vh-a-timeline-track > .kt-row-column-wrap:focus-visible {
	outline: 2px solid var(--vh-cyan);
	outline-offset: 4px;
	border-radius: 8px;
}

body.vh-about-page #vh-a-timeline #vh-a-timeline-track > .kt-row-column-wrap::-webkit-scrollbar {
	height: 8px;
}

body.vh-about-page #vh-a-timeline #vh-a-timeline-track > .kt-row-column-wrap::-webkit-scrollbar-track {
	background: #e8f0fb;
	border-radius: 999px;
}

body.vh-about-page #vh-a-timeline #vh-a-timeline-track > .kt-row-column-wrap::-webkit-scrollbar-thumb {
	background: linear-gradient(90deg, var(--vh-red), var(--vh-cyan));
	border-radius: 999px;
}

body.vh-about-page #vh-a-timeline #vh-a-timeline-track.vh-a-dragging {
	cursor: grabbing;
	user-select: none;
}

body.vh-about-page #vh-a-timeline #vh-a-timeline-track > .kt-row-column-wrap.vh-a-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
	user-select: none;
}

body.vh-about-page #vh-a-timeline .vh-a-milestone {
	position: relative;
	scroll-snap-align: start;
	min-height: 250px;
	border: 1px solid var(--vh-line);
	overflow: hidden;
}

body.vh-about-page #vh-a-timeline .vh-a-milestone::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--vh-red), var(--vh-cyan));
}

body.vh-about-page #vh-a-timeline .vh-a-milestone::after {
	content: "";
	position: absolute;
	top: 22px;
	left: 24px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #ffffff;
	border: 3px solid var(--vh-cyan);
	box-shadow: 0 0 0 5px rgba(53, 182, 232, 0.16);
}

body.vh-about-page #vh-a-timeline .vh-a-milestone-year {
	padding-left: 34px;
	margin-bottom: 8px;
	color: var(--vh-red);
}

body.vh-about-page #vh-a-timeline .vh-a-milestone-title {
	margin-bottom: 8px;
	color: var(--vh-ink);
}

body.vh-about-page #vh-a-timeline .vh-a-milestone-text {
	margin: 0;
	color: var(--vh-muted);
}

/* Facility and certificates: native Kadence tabs. */
body.vh-about-page #vh-a-assurance {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(rgba(47, 111, 214, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(47, 111, 214, 0.05) 1px, transparent 1px),
		#eef8ff;
	background-size: 44px 44px, 44px 44px, auto;
}

body.vh-about-page #vh-a-assurance .vh-a-assurance-tabs .kt-tabs-title-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

body.vh-about-page #vh-a-assurance .vh-a-assurance-tabs .kt-title-item {
	margin: 0;
}

body.vh-about-page #vh-a-assurance .vh-a-assurance-tabs .kt-tab-title {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(47, 111, 214, 0.18) !important;
	border-radius: 999px !important;
	padding: 11px 24px !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	color: var(--vh-ink) !important;
	background: rgba(255, 255, 255, 0.92) !important;
	box-shadow: 0 6px 18px rgba(47, 111, 214, 0.08);
	text-decoration: none;
	transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

body.vh-about-page #vh-a-assurance .vh-a-assurance-tabs .kt-tab-title:hover {
	color: #ffffff !important;
	background: var(--vh-blue) !important;
	border-color: var(--vh-blue) !important;
	box-shadow: 0 10px 22px rgba(47, 111, 214, 0.22);
	transform: translateY(-1px);
}

body.vh-about-page #vh-a-assurance .vh-a-assurance-tabs .kt-title-item.kt-tab-title-active .kt-tab-title {
	color: #ffffff !important;
	background: var(--vh-red) !important;
	border-color: var(--vh-red) !important;
	box-shadow: 0 10px 22px rgba(199, 0, 11, 0.20);
}

body.vh-about-page #vh-a-assurance .vh-a-assurance-tabs .kadence-dynamic-icon {
	display: inline-flex;
	font-size: 15px;
}

body.vh-about-page #vh-a-assurance .vh-a-assurance-tabs .kt-tabs-content-wrap {
	position: relative;
}

body.vh-about-page #vh-a-assurance .vh-a-assurance-tabs .wp-block-kadence-tab {
	border: 0 !important;
	padding: 0 !important;
}

@keyframes vh-a-tab-in {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

body.vh-about-page #vh-a-assurance .vh-a-assurance-tabs .kt-tab-inner-content.vh-a-tab-active,
body.vh-about-page #vh-a-assurance .vh-a-assurance-tabs .kt-tab-inner-content.kt-tab-inner-content-active {
	animation: vh-a-tab-in .45s ease both;
}

body.vh-about-page #vh-a-assurance .wp-block-kadence-image img {
	border-radius: 12px;
	box-shadow: 0 26px 60px rgba(47, 111, 214, 0.20);
}

body.vh-about-page #vh-a-assurance .vh-a-cert-card {
	position: relative;
	height: 100%;
	overflow: hidden;
}

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

body.vh-about-page #vh-a-assurance .vh-a-cert-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	padding: 6px 12px;
	border-radius: 999px;
	color: #ffffff;
	background: linear-gradient(120deg, var(--vh-blue), var(--vh-cyan));
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.02em;
	box-shadow: 0 8px 18px rgba(47, 111, 214, 0.20);
}

body.vh-about-page #vh-a-assurance .vh-a-cert-badge::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

/* Stats band. */

/* Stats band. */
body.vh-about-page #vh-a-stats {
	border-top: 1px solid var(--vh-line);
	margin-top: 20px;
	padding-top: 30px;
}

body.vh-about-page #vh-a-stats .vh-a-stat-num {
	margin-bottom: 4px;
	color: var(--vh-red);
}

body.vh-about-page #vh-a-stats .vh-a-stat-desc {
	margin: 0;
	color: var(--vh-muted);
}

/* FAQ accordion. */
body.vh-about-page #vh-a-faq .kt-accordion-wrap {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

body.vh-about-page #vh-a-faq .kt-blocks-accordion-header {
	border-radius: 8px !important;
	margin-bottom: 10px;
	box-shadow: 0 8px 20px rgba(22, 50, 79, 0.06);
}

body.vh-about-page #vh-a-faq .kt-blocks-accordion-header .kt-blocks-accordion-title {
	font-weight: 700;
}

body.vh-about-page #vh-a-faq .kt-accordion-panel-inner {
	border-radius: 0 0 8px 8px;
}

body.vh-about-page #vh-a-faq .vh-a-faq-text {
	color: var(--vh-muted);
	margin-bottom: 0;
}

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

body.vh-about-page #vh-a-cta .vh-a-cta-title {
	color: #ffffff;
}

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

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

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

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

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

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

/* Light reveal for About sections. */
html.vh-js body.vh-about-page .vh-a-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .55s ease, transform .55s ease;
}

html.vh-js body.vh-about-page .vh-a-reveal.vh-a-in-view {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	html.vh-js body.vh-about-page .vh-a-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	body.vh-about-page #vh-a-assurance .vh-a-assurance-tabs .kt-tab-inner-content {
		animation: none !important;
	}
}

@media (max-width: 1024px) {
	body.vh-about-page #vh-a-client-grid .kt-row-column-wrap {
		grid-template-columns: repeat(4, 1fr);
		gap: 12px;
	}

	body.vh-about-page #vh-a-timeline #vh-a-timeline-track > .kt-row-column-wrap {
		grid-auto-columns: minmax(260px, 300px);
		gap: 16px;
	}

	body.vh-about-page #vh-a-clients .wp-block-kadence-image {
		max-width: 108px;
	}
}

@media (max-width: 767px) {
	body.vh-about-page #vh-a-hero .kt-row-column-wrap {
		padding-top: 110px;
		padding-bottom: 54px;
	}

	body.vh-about-page #vh-a-timeline #vh-a-timeline-track > .kt-row-column-wrap {
		grid-auto-columns: minmax(78vw, 330px);
		gap: 14px;
	}

	body.vh-about-page #vh-a-timeline .vh-a-timeline-controls .kb-button {
		width: 40px;
		height: 40px;
	}

	body.vh-about-page #vh-a-client-grid .kt-row-column-wrap {
		grid-template-columns: repeat(3, 1fr);
	}

	body.vh-about-page #vh-a-clients .wp-block-kadence-image {
		max-width: 96px;
	}

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

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