/* UX-172: page-scoped technology hub owner for page 48399. */

.page-id-48399.marko-technology-hub-page {
	--marko-tech-blue: #165582;
	--marko-tech-blue-action: #1e79b7;
	--marko-tech-blue-dark: #102f49;
	--marko-tech-blue-pale: #eef6fb;
	--marko-tech-border: #c9dce9;
	--marko-tech-text: #111827;
	--marko-tech-muted: #46586a;
	--marko-tech-focus: #b46200;
}

.page-id-48399.marko-technology-hub-page .site-main {
	overflow: visible;
}

.page-id-48399.marko-technology-hub-page .page-header {
	display: block !important;
	position: static !important;
	width: min(1120px, calc(100% - 40px)) !important;
	height: auto !important;
	max-height: none !important;
	margin: clamp(28px, 5vw, 72px) auto clamp(20px, 3vw, 36px) !important;
	padding: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	clip-path: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.page-id-48399.marko-technology-hub-page .page-header .entry-title {
	display: block !important;
	position: static !important;
	width: min(100%, 980px) !important;
	height: auto !important;
	max-width: 980px;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	clip-path: none !important;
	white-space: normal !important;
	text-indent: 0 !important;
	font-size: clamp(34px, 5vw, 58px) !important;
	font-weight: 750 !important;
	line-height: 1.08 !important;
	letter-spacing: -0.025em;
	color: var(--marko-tech-blue-dark) !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.page-id-48399.marko-technology-hub-page .page-content {
	padding: 0 !important;
}

.marko-technology-hub,
.marko-technology-hub * {
	box-sizing: border-box;
}

.marko-technology-hub {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto clamp(56px, 8vw, 96px);
	color: var(--marko-tech-text);
	font-size: 17px;
	line-height: 1.65;
}

.marko-technology-hub__title {
	width: min(100%, 980px);
	margin: clamp(28px, 5vw, 72px) 0 clamp(20px, 3vw, 36px) !important;
	font-size: clamp(34px, 5vw, 58px) !important;
	font-weight: 750 !important;
	line-height: 1.08 !important;
	letter-spacing: -0.025em;
	color: var(--marko-tech-blue-dark) !important;
}

.marko-technology-hub img {
	display: block;
	width: 100%;
	height: auto;
}

.marko-technology-hub p,
.marko-technology-hub li,
.marko-technology-hub figcaption,
.marko-technology-hub a {
	font-size: max(16px, 1em);
}

.marko-technology-hub p {
	margin: 0 0 1em;
}

.marko-technology-hub h2,
.marko-technology-hub h3 {
	color: var(--marko-tech-blue-dark);
	font-weight: 740;
	letter-spacing: -0.015em;
}

.marko-technology-hub__card-title {
	margin: 0 0 10px !important;
	font-size: clamp(21px, 2vw, 25px) !important;
	font-weight: 740;
	line-height: 1.28;
	letter-spacing: -0.015em;
	color: var(--marko-tech-blue-dark);
}

.marko-technology-hub h2 {
	margin: 0 0 18px;
	font-size: clamp(28px, 3.4vw, 42px);
	line-height: 1.16;
}

.marko-technology-hub h3 {
	margin: 0 0 10px;
	font-size: clamp(21px, 2vw, 25px);
	line-height: 1.28;
}

.marko-technology-hub__eyebrow {
	margin: 0 0 10px !important;
	font-size: 13px !important;
	font-weight: 760;
	line-height: 1.35;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--marko-tech-blue);
}

.marko-technology-hub__prose {
	width: min(100%, 780px);
}

.marko-technology-hub__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	align-items: center;
	gap: clamp(28px, 4vw, 52px);
	padding: clamp(28px, 5vw, 56px);
	border: 1px solid var(--marko-tech-border);
	border-left: 6px solid var(--marko-tech-blue);
	border-radius: 20px;
	background: var(--marko-tech-blue-pale);
}

.marko-technology-hub__lead {
	font-size: clamp(20px, 2.3vw, 25px) !important;
	line-height: 1.5;
	color: var(--marko-tech-blue-dark);
}

.marko-technology-hub__hero-media {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--marko-tech-border);
	border-radius: 16px;
	background: #fff;
}

.marko-technology-hub__hero-media img {
	aspect-ratio: 1542 / 1080;
	object-fit: contain;
}

.marko-technology-hub figcaption {
	padding: 14px 16px;
	font-size: 14px !important;
	line-height: 1.45;
	color: var(--marko-tech-muted);
	background: #fff;
}

.marko-technology-hub__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.marko-technology-hub__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 22px;
	border: 2px solid var(--marko-tech-blue);
	border-radius: 10px;
	font-weight: 720;
	line-height: 1.3;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.marko-technology-hub__button--primary,
.marko-technology-hub__button--primary:visited {
	background: var(--marko-tech-blue);
	color: #fff !important;
}

.marko-technology-hub__button--primary:hover,
.marko-technology-hub__button--primary:active {
	border-color: var(--marko-tech-blue-dark) !important;
	background: var(--marko-tech-blue-dark) !important;
	color: #fff !important;
}

.marko-technology-hub__button--secondary,
.marko-technology-hub__button--secondary:visited {
	background: #fff;
	color: var(--marko-tech-blue-dark) !important;
}

.marko-technology-hub__button--secondary:hover,
.marko-technology-hub__button--secondary:active {
	background: #dfeef8 !important;
	color: var(--marko-tech-blue-dark) !important;
}

.marko-technology-hub a:focus-visible {
	outline: 3px solid var(--marko-tech-focus) !important;
	outline-offset: 3px !important;
}

.marko-technology-hub__section,
.marko-technology-hub > .marko-seo-cluster-links {
	padding: clamp(48px, 7vw, 82px) 0;
	border-bottom: 1px solid var(--marko-tech-border);
}

.marko-technology-hub__component-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 30px;
}

.marko-technology-hub__component-card {
	position: relative;
	min-width: 0;
	padding: 28px 28px 26px;
	border: 1px solid var(--marko-tech-border);
	border-radius: 16px;
	background: #fff;
}

.marko-technology-hub__index {
	display: block;
	margin-bottom: 16px;
	font-size: 13px;
	font-weight: 780;
	line-height: 1;
	letter-spacing: 0.1em;
	color: var(--marko-tech-blue-action);
}

.marko-technology-hub__component-card p {
	color: var(--marko-tech-muted);
}

.marko-technology-hub__component-card a,
.marko-technology-hub__text-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 8px 0;
	font-weight: 720;
	line-height: 1.4;
	color: var(--marko-tech-blue) !important;
	text-decoration-line: underline !important;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.marko-technology-hub__component-card a:visited,
.marko-technology-hub__text-link:visited {
	color: var(--marko-tech-blue) !important;
}

.marko-technology-hub__component-card a:hover,
.marko-technology-hub__component-card a:active,
.marko-technology-hub__text-link:hover,
.marko-technology-hub__text-link:active {
	color: var(--marko-tech-blue-action) !important;
	text-decoration-line: underline !important;
	text-decoration-thickness: 2px !important;
}

#marko-technology-process {
	scroll-margin-top: 110px;
}

.marko-technology-hub__process-list {
	display: grid;
	gap: 22px;
	margin: 32px 0 28px;
	padding: 0;
	list-style: none;
}

.marko-technology-hub__process-list > li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(24px, 4vw, 48px);
	overflow: hidden;
	border: 1px solid var(--marko-tech-border);
	border-radius: 18px;
	background: #fff;
}

.marko-technology-hub__process-list > li:nth-child(even) figure {
	order: 2;
}

.marko-technology-hub__process-list figure {
	align-self: stretch;
	margin: 0;
	background: var(--marko-tech-blue-pale);
}

.marko-technology-hub__process-list figure img {
	height: 100%;
	min-height: 280px;
	object-fit: cover;
}

.marko-technology-hub__process-copy {
	padding: 30px;
}

.marko-technology-hub__process-copy > span {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 760;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--marko-tech-blue-action);
}

.marko-technology-hub__process-copy p:last-child {
	margin-bottom: 0;
}

.marko-technology-hub__applications {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
	align-items: center;
	gap: clamp(30px, 5vw, 60px);
}

.marko-technology-hub__use-list {
	display: grid;
	gap: 12px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.marko-technology-hub__use-list li {
	position: relative;
	margin: 0;
	padding: 17px 18px 17px 48px;
	border: 1px solid var(--marko-tech-border);
	border-radius: 12px;
	background: #fff;
}

.marko-technology-hub__use-list li::before {
	position: absolute;
	top: 22px;
	left: 20px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--marko-tech-blue-action);
	content: "";
}

.marko-technology-hub__application-media {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--marko-tech-border);
	border-radius: 16px;
	background: #fff;
}

.marko-technology-hub__application-media img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.marko-technology-hub__proof {
	border-bottom: 0;
	border-radius: 20px;
	background: var(--marko-tech-blue-pale);
}

.marko-technology-hub__proof-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
	align-items: center;
	gap: clamp(28px, 5vw, 56px);
	padding: 0 clamp(24px, 5vw, 56px);
}

.marko-technology-hub__proof-heading figure {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--marko-tech-border);
	border-radius: 14px;
	background: #fff;
}

.marko-technology-hub__proof-heading figure img {
	aspect-ratio: 800 / 452;
	object-fit: cover;
}

.marko-technology-hub__proof-grid,
.marko-technology-hub__related-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 32px;
	padding: 0 clamp(24px, 5vw, 56px);
}

.marko-technology-hub__proof-grid a,
.marko-technology-hub__related-grid a {
	display: flex;
	min-height: 128px;
	flex-direction: column;
	justify-content: center;
	gap: 7px;
	padding: 24px;
	border: 1px solid var(--marko-tech-border);
	border-radius: 14px;
	background: #fff;
	color: var(--marko-tech-blue-dark) !important;
	text-decoration: none !important;
	transition: border-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.marko-technology-hub__proof-grid a:visited,
.marko-technology-hub__related-grid a:visited {
	color: var(--marko-tech-blue-dark) !important;
}

.marko-technology-hub__proof-grid a:hover,
.marko-technology-hub__proof-grid a:active,
.marko-technology-hub__related-grid a:hover,
.marko-technology-hub__related-grid a:active {
	border-color: var(--marko-tech-blue-action);
	box-shadow: 0 10px 26px rgb(16 47 73 / 10%);
	color: var(--marko-tech-blue) !important;
	transform: translateY(-2px);
}

.marko-technology-hub__proof-grid strong,
.marko-technology-hub__related-grid strong {
	font-size: 20px;
	line-height: 1.3;
}

.marko-technology-hub__proof-grid span,
.marko-technology-hub__related-grid span {
	font-size: 15px;
	line-height: 1.5;
	color: var(--marko-tech-muted);
}

.marko-technology-hub__handoff {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.marko-technology-hub__handoff li {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 16px;
	margin: 0;
	padding: 24px;
	border: 1px solid var(--marko-tech-border);
	border-radius: 14px;
	background: #fff;
}

.marko-technology-hub__handoff li > span {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-weight: 780;
	color: #fff;
	background: var(--marko-tech-blue);
}

.marko-technology-hub__handoff strong {
	display: block;
	margin-bottom: 7px;
	font-size: 19px;
	line-height: 1.35;
	color: var(--marko-tech-blue-dark);
}

.marko-technology-hub__handoff p:last-child {
	margin-bottom: 0;
}

.marko-technology-hub__faq-item {
	padding: 24px 0;
	border-top: 1px solid var(--marko-tech-border);
}

.marko-technology-hub__faq-item:last-child {
	padding-bottom: 0;
}

.marko-technology-hub__related-grid {
	margin-top: 28px;
	padding: 0;
}

.marko-technology-hub__final {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
	align-items: center;
	gap: 30px;
	margin-top: clamp(48px, 7vw, 78px);
	padding: clamp(30px, 5vw, 52px);
	border-radius: 20px;
	color: #fff;
	background: var(--marko-tech-blue-dark);
}

.marko-technology-hub__final h2,
.marko-technology-hub__final .marko-technology-hub__eyebrow {
	color: #fff;
}

.marko-technology-hub__final p:last-child {
	margin-bottom: 0;
	color: #e6f1f8;
}

.marko-technology-hub__final .marko-technology-hub__button--primary,
.marko-technology-hub__final .marko-technology-hub__button--primary:visited {
	border-color: #fff;
	background: #fff;
	color: var(--marko-tech-blue-dark) !important;
}

.marko-technology-hub__final .marko-technology-hub__button--primary:hover,
.marko-technology-hub__final .marko-technology-hub__button--primary:active {
	border-color: #dfeef8 !important;
	background: #dfeef8 !important;
	color: var(--marko-tech-blue-dark) !important;
}

@media (max-width: 960px) {
	.marko-technology-hub__hero,
	.marko-technology-hub__applications,
	.marko-technology-hub__proof-heading,
	.marko-technology-hub__final {
		grid-template-columns: 1fr;
	}

	.marko-technology-hub__hero-media,
	.marko-technology-hub__application-media,
	.marko-technology-hub__proof-heading figure {
		width: min(100%, 760px);
	}

	.marko-technology-hub__final .marko-technology-hub__button {
		justify-self: start;
	}
}

@media (max-width: 767px) {
	.marko-technology-hub__component-grid,
	.marko-technology-hub__proof-grid,
	.marko-technology-hub__related-grid,
	.marko-technology-hub__handoff {
		grid-template-columns: 1fr;
	}

	.marko-technology-hub__process-list > li {
		grid-template-columns: 1fr;
	}

	.marko-technology-hub__process-list > li:nth-child(even) figure {
		order: 0;
	}

	.marko-technology-hub__process-list figure img {
		min-height: 0;
		aspect-ratio: 3 / 2;
	}

	.marko-technology-hub__proof-heading {
		padding: 0 20px;
	}

	.marko-technology-hub__proof-grid {
		padding: 0 20px;
	}
}

@media (max-width: 480px) {
	.page-id-48399.marko-technology-hub-page .page-header,
	.marko-technology-hub {
		width: calc(100% - 24px) !important;
	}

	.page-id-48399.marko-technology-hub-page .page-header {
		margin-top: 24px !important;
		margin-bottom: 14px !important;
	}

	.page-id-48399.marko-technology-hub-page .page-header .entry-title {
		font-size: 30px !important;
		line-height: 1.08 !important;
	}

	.marko-technology-hub__title {
		margin-top: 24px !important;
		margin-bottom: 14px !important;
		font-size: 30px !important;
		line-height: 1.08 !important;
	}

	.marko-technology-hub {
		font-size: 16px;
	}

	.marko-technology-hub h2 {
		font-size: 27px;
	}

	.marko-technology-hub h3 {
		font-size: 21px;
	}

	.marko-technology-hub__hero {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
		padding: 22px 18px;
		border-left-width: 4px;
		border-radius: 14px;
	}

	.marko-technology-hub__lead {
		font-size: 19px !important;
	}

	.marko-technology-hub__actions {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		margin-top: 22px;
	}

	.marko-technology-hub__button {
		width: 100%;
		min-height: 52px;
		padding-inline: 16px;
	}

	.marko-technology-hub__section,
	.marko-technology-hub > .marko-seo-cluster-links {
		padding: 44px 0;
	}

	.marko-technology-hub__component-card,
	.marko-technology-hub__process-copy,
	.marko-technology-hub__handoff li,
	.marko-technology-hub__proof-grid a,
	.marko-technology-hub__related-grid a {
		padding: 20px;
	}

	.marko-technology-hub__process-list {
		gap: 16px;
	}

	.marko-technology-hub__process-list > li {
		gap: 0;
		border-radius: 14px;
	}

	.marko-technology-hub__use-list li {
		padding-left: 44px;
	}

	.marko-technology-hub__proof {
		border-radius: 14px;
	}

	.marko-technology-hub__proof-heading,
	.marko-technology-hub__proof-grid {
		padding-inline: 16px;
	}

	.marko-technology-hub__proof-grid a,
	.marko-technology-hub__related-grid a {
		min-height: 112px;
	}

	.marko-technology-hub__final {
		gap: 22px;
		padding: 26px 20px;
		border-radius: 14px;
	}

	.marko-technology-hub__final .marko-technology-hub__button {
		justify-self: stretch;
	}
}

@media (max-width: 340px) {
	.page-id-48399.marko-technology-hub-page .page-header {
		margin-top: 16px !important;
		margin-bottom: 8px !important;
	}

	.page-id-48399.marko-technology-hub-page .page-header .entry-title {
		font-size: 28px !important;
	}

	.marko-technology-hub__title {
		margin-top: 16px !important;
		margin-bottom: 8px !important;
		font-size: 28px !important;
	}

	.marko-technology-hub h2 {
		font-size: 25px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.marko-technology-hub *,
	.marko-technology-hub *::before,
	.marko-technology-hub *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}

	.marko-technology-hub__proof-grid a:hover,
	.marko-technology-hub__proof-grid a:active,
	.marko-technology-hub__related-grid a:hover,
	.marko-technology-hub__related-grid a:active {
		transform: none;
	}
}
