/* UX-173: page-scoped decision hub owner for page 48370. */

.page-id-48370.marko-home-decision-page {
	--marko-choice-navy: #102f49;
	--marko-choice-blue: #165582;
	--marko-choice-action: #1e79b7;
	--marko-choice-pale: #eef6fb;
	--marko-choice-soft: #f7fafc;
	--marko-choice-border: #c9dce9;
	--marko-choice-text: #111827;
	--marko-choice-muted: #46586a;
	--marko-choice-focus: #b46200;
}

.page-id-48370.marko-home-decision-page .site-main {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	overflow: visible;
}

.page-id-48370.marko-home-decision-page .page-header {
	display: none !important;
}

.page-id-48370.marko-home-decision-page .page-content {
	padding: 0 !important;
}

/* The old template_redirect owner can still emit its generic block outside
 * the article. The curated block is inside .marko-home-decision, so hide only
 * the legacy sibling while its owner is retired. */
.page-id-48370.marko-home-decision-page .page-content > section.marko-seo-hub-links.marko-seo-cluster-links {
	display: none !important;
}

.marko-home-decision,
.marko-home-decision * {
	box-sizing: border-box;
}

.marko-home-decision {
	width: min(1120px, calc(100% - 40px));
	margin: clamp(28px, 5vw, 68px) auto clamp(56px, 8vw, 96px);
	color: var(--marko-choice-text);
	font-size: 17px;
	line-height: 1.65;
}

.marko-home-decision img {
	display: block;
	width: 100%;
	height: auto;
}

.marko-home-decision__image-opener {
	display: block;
	width: 100%;
	color: inherit;
	cursor: zoom-in;
}

.marko-home-decision__image-opener img {
	transition: filter 150ms ease;
}

.marko-home-decision__image-opener:hover img {
	filter: brightness(0.9);
}

.marko-home-decision__image-opener:active img {
	filter: brightness(0.82);
}

.page-id-48370.marko-home-decision-page .marko-home-decision a.marko-home-decision__image-opener:focus-visible {
	z-index: 1;
	outline-color: #b46200 !important;
	outline-style: solid !important;
	outline-width: 3px !important;
	outline-offset: -5px !important;
	box-shadow: inset 0 0 0 3px #fff !important;
}

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

.marko-home-decision p {
	margin: 0 0 1em;
}

.marko-home-decision h1,
.marko-home-decision h2,
.marko-home-decision h3 {
	color: var(--marko-choice-navy);
	font-weight: 750;
	letter-spacing: -0.018em;
}

.marko-home-decision h1 {
	width: min(100%, 960px);
	margin: 0 0 clamp(24px, 4vw, 38px) !important;
	font-size: clamp(36px, 5.2vw, 60px) !important;
	line-height: 1.06 !important;
	letter-spacing: -0.03em;
}

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

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

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

.marko-home-decision__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(350px, 0.94fr);
	align-items: center;
	gap: clamp(28px, 4.6vw, 58px);
	padding: clamp(28px, 5vw, 56px);
	border: 1px solid var(--marko-choice-border);
	border-left: 6px solid var(--marko-choice-blue);
	border-radius: 20px;
	background: var(--marko-choice-pale);
}

.marko-home-decision__hero-copy h1 {
	margin-bottom: 20px !important;
}

.marko-home-decision__lead {
	font-size: clamp(20px, 2.25vw, 25px) !important;
	line-height: 1.48;
	color: var(--marko-choice-navy);
}

.marko-home-decision__hero-media,
.marko-home-decision__case-gallery figure,
.marko-home-decision__mechanism-media {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--marko-choice-border);
	border-radius: 16px;
	background: #fff;
}

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

.marko-home-decision__mechanism-media img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

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

.marko-home-decision__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 26px;
}

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

.marko-home-decision__button--primary,
.marko-home-decision__button--primary:visited {
	background: var(--marko-choice-blue);
	color: #fff !important;
}

.marko-home-decision__button--primary:hover,
.marko-home-decision__button--primary:active {
	border-color: var(--marko-choice-navy) !important;
	background: var(--marko-choice-navy) !important;
	color: #fff !important;
}

.marko-home-decision__button--secondary,
.marko-home-decision__button--secondary:visited {
	background: #fff;
	color: var(--marko-choice-navy) !important;
}

.marko-home-decision__button--secondary:hover,
.marko-home-decision__button--secondary:active {
	background: #dfeef8 !important;
	color: var(--marko-choice-navy) !important;
}

.marko-home-decision a:focus-visible,
.marko-home-decision summary:focus-visible {
	outline: 3px solid var(--marko-choice-focus) !important;
	outline-offset: 3px !important;
}

.marko-home-decision__section,
.marko-home-decision > .marko-seo-cluster-links,
.marko-home-decision > .marko-seo-trust-links {
	padding: clamp(48px, 7vw, 82px) 0;
	border-bottom: 1px solid var(--marko-choice-border);
}

.marko-home-decision > .marko-seo-cluster-links a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding-block: 8px;
	line-height: 1.45;
}

.marko-home-decision__intro {
	width: 100%;
}

.marko-home-decision__intro > p:not(.marko-home-decision__eyebrow),
.marko-home-decision__direct-answer > p {
	max-width: 920px;
}

.marko-home-decision__direct-answer {
	margin-top: 28px;
	padding: 22px 24px;
	border-left: 5px solid var(--marko-choice-action);
	border-radius: 0 12px 12px 0;
	background: var(--marko-choice-pale);
}

.marko-home-decision__direct-answer p:last-child {
	margin-bottom: 0;
}

.marko-home-decision__criteria-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin-top: 30px;
	padding: 0;
	list-style: none;
}

.marko-home-decision__criteria-grid li {
	min-width: 0;
	padding: 22px 18px;
	border: 1px solid var(--marko-choice-border);
	border-radius: 14px;
	background: #fff;
}

.marko-home-decision__criteria-grid strong {
	display: block;
	margin-bottom: 8px;
	color: var(--marko-choice-navy);
}

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

.marko-home-decision__option {
	position: relative;
	min-width: 0;
	padding: 28px;
	border: 1px solid var(--marko-choice-border);
	border-radius: 16px;
	background: #fff;
}

.marko-home-decision__option--marko {
	border-width: 2px;
	border-color: var(--marko-choice-blue);
	background: var(--marko-choice-pale);
}

.marko-home-decision__tag {
	display: inline-flex;
	margin: 0 0 14px;
	padding: 5px 9px;
	border-radius: 999px;
	background: var(--marko-choice-blue);
	color: #fff;
	font-size: 12px !important;
	font-weight: 780;
	line-height: 1.3;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.marko-home-decision__option dl {
	margin: 18px 0 0;
}

.marko-home-decision__option dt {
	margin-top: 16px;
	font-weight: 740;
	color: var(--marko-choice-navy);
}

.marko-home-decision__option dd {
	margin: 5px 0 0;
	color: var(--marko-choice-muted);
}

.marko-home-decision__mechanism,
.marko-home-decision__case,
.marko-home-decision__handoff {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
	align-items: center;
	gap: clamp(28px, 5vw, 64px);
}

.marko-home-decision__check-list,
.marko-home-decision__cost-list,
.marko-home-decision__handoff-list {
	display: grid;
	gap: 12px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.marko-home-decision__check-list li,
.marko-home-decision__cost-list li,
.marko-home-decision__handoff-list li {
	position: relative;
	padding-left: 30px;
}

.marko-home-decision__check-list li::before,
.marko-home-decision__cost-list li::before,
.marko-home-decision__handoff-list li::before {
	position: absolute;
	top: 0.15em;
	left: 0;
	color: var(--marko-choice-blue);
	font-size: 18px;
	font-weight: 800;
	content: "✓";
}

.marko-home-decision__inline-link,
.marko-home-decision__inline-link:visited,
.marko-home-decision__prose a:not(.marko-home-decision__button),
.marko-home-decision__prose a:not(.marko-home-decision__button):visited {
	color: var(--marko-choice-blue) !important;
	text-decoration: underline !important;
	text-decoration-thickness: 1.5px !important;
	text-underline-offset: 0.18em;
}

.marko-home-decision__inline-link:hover,
.marko-home-decision__prose a:not(.marko-home-decision__button):hover {
	color: var(--marko-choice-navy) !important;
	text-decoration-thickness: 2px !important;
}

.marko-home-decision__proof-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.marko-home-decision__proof-row > br {
	display: none;
}

.marko-home-decision__proof-row a {
	display: flex;
	align-items: center;
	min-height: 72px;
	padding: 16px 18px;
	border: 1px solid var(--marko-choice-border);
	border-radius: 12px;
	background: #fff;
	color: var(--marko-choice-navy) !important;
	font-weight: 720;
	line-height: 1.35;
	text-decoration: underline !important;
	text-decoration-thickness: 1.5px !important;
	text-underline-offset: 0.18em;
}

.marko-home-decision__proof-row a:hover {
	border-color: var(--marko-choice-blue);
	background: var(--marko-choice-pale);
}

.marko-home-decision__case-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.marko-home-decision__case-gallery img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.marko-home-decision__case-gallery figcaption {
	min-height: 92px;
}

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

.marko-home-decision__cost-card {
	padding: 24px 26px;
	border: 1px solid var(--marko-choice-border);
	border-radius: 14px;
	background: var(--marko-choice-soft);
}

.marko-home-decision__cost-card strong {
	display: block;
	margin-bottom: 7px;
	color: var(--marko-choice-navy);
}

.marko-home-decision__handoff-panel {
	padding: clamp(26px, 4vw, 42px);
	border-radius: 18px;
	background: var(--marko-choice-navy);
	color: #fff;
}

.marko-home-decision__handoff-panel h2,
.marko-home-decision__handoff-panel strong {
	color: #fff;
}

.marko-home-decision__handoff-panel .marko-home-decision__eyebrow {
	color: #9fd8ff;
}

.marko-home-decision__handoff-panel .marko-home-decision__handoff-list li::before {
	color: #9fd8ff;
}

.marko-home-decision__handoff-note {
	padding: 24px;
	border: 1px solid var(--marko-choice-border);
	border-radius: 14px;
	background: #fff;
}

.marko-home-decision__faq-list {
	display: grid;
	gap: 12px;
	margin-top: 28px;
}

.marko-home-decision__faq-item {
	padding: 0 22px;
	border: 1px solid var(--marko-choice-border);
	border-radius: 12px;
	background: #fff;
}

.marko-home-decision__faq-item summary {
	cursor: pointer;
	padding: 19px 36px 19px 0;
	font-weight: 740;
	line-height: 1.4;
	color: var(--marko-choice-navy);
}

.marko-home-decision__faq-item p {
	padding: 0 0 20px;
}

.marko-home-decision__link-groups {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.marko-home-decision__link-group {
	padding: 24px;
	border: 1px solid var(--marko-choice-border);
	border-radius: 14px;
	background: var(--marko-choice-soft);
}

.marko-home-decision__link-group ul {
	display: grid;
	gap: 10px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.marko-home-decision__link-group a,
.marko-home-decision__link-group a:visited {
	color: var(--marko-choice-blue) !important;
	font-weight: 680;
	text-decoration: underline !important;
	text-decoration-thickness: 1.5px !important;
	text-underline-offset: 0.18em;
}

.marko-home-decision__proof {
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

.marko-home-decision__proof-actions {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 26px;
}

.marko-home-decision__proof-actions a {
	display: flex;
	align-items: center;
	min-height: 66px;
	padding: 15px 17px;
	border: 1px solid var(--marko-choice-border);
	border-radius: 12px;
	background: #fff;
	color: var(--marko-choice-navy) !important;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: underline !important;
	text-decoration-thickness: 1.5px !important;
	text-underline-offset: 0.18em;
}

@media (max-width: 1050px) {
	.marko-home-decision__criteria-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.marko-home-decision__proof-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.marko-home-decision__hero,
	.marko-home-decision__mechanism,
	.marko-home-decision__case,
	.marko-home-decision__handoff {
		grid-template-columns: minmax(0, 1fr);
	}

	.marko-home-decision__hero-media,
	.marko-home-decision__mechanism-media {
		width: min(100%, 620px);
	}

	.marko-home-decision__criteria-grid,
	.marko-home-decision__link-groups {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.marko-home-decision {
		width: calc(100% - 24px);
		margin-top: 22px;
		font-size: 16px;
	}

	.marko-home-decision h1 {
		font-size: clamp(32px, 10.5vw, 44px) !important;
	}

	.marko-home-decision__hero {
		gap: 24px;
		padding: 24px 20px;
		border-left-width: 4px;
		border-radius: 16px;
	}

	.marko-home-decision__actions {
		display: grid;
	}

	.marko-home-decision__button {
		width: 100%;
		min-height: 52px;
	}

	.marko-home-decision__section,
	.marko-home-decision > .marko-seo-cluster-links,
	.marko-home-decision > .marko-seo-trust-links {
		padding: 44px 0;
	}

	.marko-home-decision__criteria-grid,
	.marko-home-decision__comparison-grid,
	.marko-home-decision__proof-row,
	.marko-home-decision__case-gallery,
	.marko-home-decision__cost-grid,
	.marko-home-decision__link-groups,
	.marko-home-decision__proof-actions {
		grid-template-columns: minmax(0, 1fr);
	}

	.marko-home-decision__option,
	.marko-home-decision__cost-card,
	.marko-home-decision__link-group {
		padding: 22px 20px;
	}

	.marko-home-decision__case-gallery figcaption {
		min-height: 0;
	}

	.marko-home-decision__faq-item {
		padding: 0 18px;
	}

}

@media (prefers-reduced-motion: reduce) {
	.marko-home-decision *,
	.marko-home-decision *::before,
	.marko-home-decision *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
