/*!
 * SALIENT SYNERGY® — Shared stub-page template
 * Used by every /companies/*, /markets/*, /insights/*, /ecosystem/,
 * /how-we-work/, /insights/ landing page bootstrapped by
 * sf-bootstrap-synergy-pages.php.
 *
 * Scoped under .sy-page. Type aligned to Fusion® group tokens:
 *   hero  clamp(40px, 5.8vw, 68px)   600/-0.015em/1.05
 *   h2    clamp(28px, 3.4vw, 44px)   600/-0.012em/1.10
 *   sub   clamp(17px, 1.3vw, 19px)   400/-0.003em/1.5
 *
 * No inline CSS, no !important, one concern per file.
 */

.sy-page {
	--syp-ink:      #1d1d1f;
	--syp-ink-2:    #4a4a4d;
	--syp-ink-3:    #6e6e73;
	--syp-page:     #ffffff;
	--syp-page-alt: #f5f5f7;
	--syp-card:     rgba(255, 255, 255, 0.88);
	--syp-blue:     #0F528C;
	--syp-blue-2:   #1B6FB8;
	--syp-blue-soft: rgba(15, 82, 140, 0.10);
	--syp-rule:     rgba(0, 0, 0, 0.08);
	--syp-shadow:   0 22px 70px rgba(10, 14, 20, 0.10);

	--syp-curve:     cubic-bezier(.22, .61, .36, 1);
	--syp-dur-fast:  320ms;

	--syp-font: var(--sy-font-system, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "Segoe UI", Roboto, sans-serif);

	font-family: var(--syp-font);
	color: var(--syp-ink);
	background: var(--syp-page);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	line-height: 1.5;
}

.sy-page,
.sy-page *,
.sy-page *::before,
.sy-page *::after { box-sizing: border-box; }

.sy-page p { margin: 0; }
.sy-page a { color: inherit; text-decoration: none; }
.sy-page .sy-page-tm {
	font-size: 0.55em;
	vertical-align: 0.7em;
	font-weight: 400;
	letter-spacing: 0;
	opacity: 0.7;
}

.sy-page-wrap {
	max-width: 880px;
	margin: 0 auto;
	padding: 0 28px;
}
@media (max-width: 720px) { .sy-page-wrap { padding: 0 22px; } }

/* ─── Hero band ──────────────────────────────────────────────────── */
.sy-page-hero {
	padding: clamp(72px, 9vw, 118px) 0 clamp(44px, 6vw, 72px);
	text-align: center;
	background: #ffffff;
}

.sy-page-hero--image,
.sy-page-hero--cinematic {
	position: relative;
	overflow: hidden;
	min-height: clamp(620px, 88vh, 920px);
	padding: clamp(120px, 14vw, 180px) 0 clamp(96px, 11vw, 140px);
	background: #0a0a0a;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.sy-page-hero--image::after,
.sy-page-hero--cinematic::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 120px;
	z-index: 1;
	background: linear-gradient(180deg, rgba(245, 245, 247, 0) 0%, #f5f5f7 100%);
	pointer-events: none;
}
.sy-page-hero-media,
.sy-page-hero-figure {
	position: absolute;
	inset: 0;
	margin: 0;
	z-index: 0;
}
.sy-page-hero-img,
.sy-page-hero-img-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
/* SVG hero (e.g. /ecosystem/) — contain, lighter scrim, not cropped */
.sy-page-hero-img[src$=".svg"],
.sy-page-hero-img-bg[src$=".svg"] {
	object-fit: contain;
	object-position: center;
	background: #0a0a0a;
}
.sy-page-hero-scrim {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg,
			rgba(0, 0, 0, 0.58) 0%,
			rgba(0, 0, 0, 0.52) 38%,
			rgba(0, 0, 0, 0.54) 62%,
			rgba(0, 0, 0, 0.62) 100%),
		linear-gradient(rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26));
	z-index: 1;
}
.sy-page-hero--image .sy-page-wrap,
.sy-page-hero--cinematic .sy-page-wrap {
	position: relative;
	z-index: 2;
}
.sy-page-hero--image .sy-page-eyebrow,
.sy-page-hero--cinematic .sy-page-eyebrow {
	color: rgba(245, 245, 247, 0.85);
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
.sy-page-hero--image .sy-page-h1,
.sy-page-hero--cinematic .sy-page-h1 {
	color: #ffffff;
	text-shadow:
		0 1px 4px rgba(0, 0, 0, 0.45),
		0 1px 22px rgba(0, 0, 0, 0.35);
}
.sy-page-hero--image .sy-page-sub,
.sy-page-hero--cinematic .sy-page-sub {
	color: #ffffff;
	text-shadow:
		0 1px 6px rgba(0, 0, 0, 0.45),
		0 1px 18px rgba(0, 0, 0, 0.35);
}
.sy-page-eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: var(--syp-ink-3);
	margin: 0 0 18px;
}
.sy-page-h1 {
	font-size: clamp(44px, 6vw, 72px);
	font-weight: 600;
	letter-spacing: -0.018em;
	line-height: 1.05;
	color: var(--syp-ink);
	margin: 0 auto 22px;
	max-width: 19ch;
}
.sy-page-sub {
	font-size: clamp(19px, 1.7vw, 24px);
	line-height: 1.42;
	letter-spacing: -0.01em;
	color: var(--syp-ink-2);
	max-width: 62ch;
	margin: 0 auto;
	font-weight: 400;
}
.sy-page-hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px 24px;
	margin-top: 34px;
}
.sy-page-hero-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.005em;
	transition: transform 520ms var(--syp-curve),
	            opacity var(--syp-dur-fast) var(--syp-curve),
	            background var(--syp-dur-fast) var(--syp-curve);
}
.sy-page-hero-btn span {
	display: inline-block;
	transition: transform var(--syp-dur-fast) var(--syp-curve);
}
.sy-page-hero-btn:hover span { transform: translateX(3px); }
.sy-page-hero-btn--primary {
	min-height: 46px;
	padding: 0 24px;
	border-radius: 999px;
	background: #ffffff;
	color: var(--syp-ink);
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
}
.sy-page a.sy-page-hero-btn--primary,
.sy-page a.sy-page-hero-btn--primary:visited {
	color: var(--syp-ink);
}
.sy-page-hero-btn--primary:hover {
	background: #f5f5f7;
	transform: translateY(-1px);
}
.sy-page-hero-btn--link {
	color: #ffffff;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.42);
}
.sy-page a.sy-page-hero-btn--link,
.sy-page a.sy-page-hero-btn--link:visited {
	color: #ffffff;
}
.sy-page-hero-btn--link:hover { opacity: 0.78; }
@media (max-width: 560px) {
	.sy-page-hero-actions {
		flex-direction: column;
		gap: 14px;
	}
}

/* ─── Proof bar ─────────────────────────────────────────────────── */
.sy-page-proofbar {
	position: relative;
	z-index: 3;
	background: #f5f5f7;
	padding: 0 28px clamp(56px, 7vw, 86px);
	margin-top: -1px;
}
.sy-page-proofbar-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}
.sy-page-proof {
	min-height: 178px;
	padding: 26px 26px 24px;
	background: var(--syp-card);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 22px;
	box-shadow: 0 12px 44px rgba(10, 14, 20, 0.06);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}
.sy-page-proof span {
	display: inline-flex;
	align-items: center;
	height: 24px;
	padding: 0 10px;
	border-radius: 999px;
	background: var(--syp-blue-soft);
	color: var(--syp-blue);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.sy-page-proof strong {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.012em;
	color: var(--syp-ink);
	margin-bottom: 10px;
}
.sy-page-proof p {
	font-size: 14.5px;
	line-height: 1.5;
	color: var(--syp-ink-2);
}
@media (max-width: 920px) {
	.sy-page-proofbar-inner { grid-template-columns: 1fr; }
	.sy-page-proof { min-height: 0; }
}
@media (max-width: 560px) {
	.sy-page-proofbar { padding-left: 22px; padding-right: 22px; }
}

/* ─── Decorative image banner (legacy cached markup only) ────────── */
.sy-page-banner {
	max-width: 980px;
	margin: 0 auto clamp(48px, 7vw, 88px);
	padding: 0 28px;
}
.sy-page-banner-img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 7.5;
	height: auto;
	max-height: 520px;
	object-fit: cover;
	border-radius: 24px;
	box-shadow:
		0 1px 0  rgba(15, 82, 140, 0.04),
		0 18px 50px rgba(10, 14, 20, 0.10),
		0 60px 140px rgba(10, 14, 20, 0.06);
}
@media (max-width: 720px) {
	.sy-page-banner { padding: 0 22px; margin-bottom: 48px; }
	.sy-page-banner-img { aspect-ratio: 4 / 3; max-height: 320px; border-radius: 18px; }
}
/* SVG banner (e.g. /ecosystem/) — fit, don't crop */
.sy-page-banner-img[src$=".svg"] {
	object-fit: contain;
	max-height: 420px;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
}

/* When a banner is present, the hero band ends without bottom padding —
   the banner image becomes the visual close of the top of the page. */
.sy-page-hero + .sy-page-banner {
	margin-top: 0;
}

/* ─── Body content band ──────────────────────────────────────────── */
.sy-page-body {
	padding: clamp(72px, 9vw, 124px) 0;
	background: #f5f5f7;
	border-top: 1px solid var(--syp-rule);
	border-bottom: 1px solid var(--syp-rule);
}
.sy-page-body .sy-page-wrap {
	max-width: 1080px;
}
.sy-page-section {
	max-width: none;
	margin: 0 auto;
	padding: clamp(34px, 4vw, 52px) 0;
	display: grid;
	grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: start;
}
.sy-page-section + .sy-page-section {
	margin-top: 0;
	border-top: 1px solid var(--syp-rule);
}
.sy-page-h2 {
	position: sticky;
	top: calc(var(--sf-nav-h, 44px) + 24px);
	font-size: clamp(28px, 3.3vw, 42px);
	font-weight: 600;
	letter-spacing: -0.016em;
	line-height: 1.15;
	color: var(--syp-ink);
	margin: 0;
	max-width: 12ch;
}
.sy-page-h2::before {
	content: "";
	display: block;
	width: 34px;
	height: 3px;
	border-radius: 999px;
	background: var(--syp-blue);
	margin-bottom: 18px;
}
.sy-page-section p {
	font-size: clamp(17px, 1.35vw, 19px);
	line-height: 1.62;
	color: var(--syp-ink-2);
	margin: 0;
	letter-spacing: -0.006em;
}
.sy-page-section p + p { margin-top: 16px; }
@media (max-width: 820px) {
	.sy-page-section {
		display: block;
		padding: 36px 0;
	}
	.sy-page-h2 {
		position: static;
		max-width: 22ch;
		margin-bottom: 16px;
	}
}

/* ─── Tile grid (Apple Mac-models / Mac-Pro features pattern) ─────────
   Used by /companies/, /markets/, /insights/ to surface their child
   pages as a visual grid rather than a hidden mega-menu. ─────────── */
.sy-page-tiles-section {
	padding: clamp(84px, 10vw, 136px) 0;
	background: var(--syp-page);
}
.sy-page-tiles-head {
	max-width: 880px;
	margin: 0 auto clamp(40px, 5vw, 64px);
	padding: 0 28px;
	text-align: center;
}
.sy-page-tiles-eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: var(--syp-ink-3);
	margin: 0 0 14px;
}
.sy-page-tiles-h2 {
	font-size: clamp(24px, 2.8vw, 34px);
	font-weight: 600;
	letter-spacing: -0.012em;
	line-height: 1.15;
	color: var(--syp-ink);
	margin: 0 auto;
	max-width: 30ch;
}
.sy-page-tiles-wrap {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 28px;
}
@media (max-width: 720px) { .sy-page-tiles-wrap { padding: 0 22px; } }

.sy-page-tiles {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
@media (max-width: 1024px) {
	.sy-page-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
	.sy-page-tiles { grid-template-columns: 1fr; }
}
.sy-page-tile {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 260px;
	padding: 30px 28px;
	background:
		linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 22px;
	overflow: hidden;
	transition: transform 720ms var(--syp-curve),
	            border-color var(--syp-dur-fast) var(--syp-curve),
	            box-shadow 720ms var(--syp-curve);
}
.sy-page-tile::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background: linear-gradient(90deg, #0F528C, #2C8ED6);
	opacity: 0;
	transition: opacity var(--syp-dur-fast) var(--syp-curve);
}
.sy-page-tile:hover {
	transform: translateY(-4px);
	border-color: rgba(15, 82, 140, 0.20);
	box-shadow: var(--syp-shadow);
}
.sy-page-tile:hover::before { opacity: 1; }
.sy-page-tile-eyebrow {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--syp-blue);
	margin: 0 0 12px;
}
.sy-page-tile-title {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -0.008em;
	color: var(--syp-ink);
	margin: 0 0 10px;
	line-height: 1.25;
}
.sy-page-tile-desc {
	font-size: 15px;
	line-height: 1.58;
	color: var(--syp-ink-2);
	margin: 0 0 18px;
	flex-grow: 1;
}
.sy-page-tile-arrow {
	font-size: 14px;
	font-weight: 500;
	color: var(--syp-blue);
	letter-spacing: -0.005em;
	transition: transform var(--syp-dur-fast) var(--syp-curve);
}
.sy-page-tile-arrow span {
	display: inline-block;
	margin-left: 4px;
	transition: transform var(--syp-dur-fast) var(--syp-curve);
}
.sy-page-tile:hover .sy-page-tile-arrow span { transform: translateX(3px); }

/* ─── Horizontal-scroll rail (Apple feature-carousel pattern) ─────────
   Snap-scrolling carousel of cards. CSS-only — no JS required.
   Used on /how-we-work/ to display the 10 process steps as a
   sequential snap rail. ───────────────────────────────────────────── */
.sy-page-rail-section {
	padding: clamp(84px, 10vw, 136px) 0;
	background: var(--syp-page-alt);
	border-top: 1px solid var(--syp-rule);
	border-bottom: 1px solid var(--syp-rule);
}
.sy-page-rail-head {
	max-width: 880px;
	margin: 0 auto clamp(40px, 5vw, 64px);
	padding: 0 28px;
	text-align: center;
}
.sy-page-rail-eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: var(--syp-ink-3);
	margin: 0 0 14px;
}
.sy-page-rail-h2 {
	font-size: clamp(24px, 2.8vw, 34px);
	font-weight: 600;
	letter-spacing: -0.012em;
	line-height: 1.15;
	color: var(--syp-ink);
	margin: 0 auto;
	max-width: 30ch;
}
.sy-page-rail-hint {
	font-size: 13px;
	color: var(--syp-ink-3);
	margin: 12px 0 0;
}
.sy-page-rail-scroller {
	position: relative;
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding: 12px clamp(28px, 6vw, 80px) 24px;
	scrollbar-width: thin;
}
.sy-page-rail-scroller::-webkit-scrollbar { height: 6px; }
.sy-page-rail-scroller::-webkit-scrollbar-track { background: transparent; }
.sy-page-rail-scroller::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.18);
	border-radius: 999px;
}
.sy-page-rail-card {
	flex: 0 0 310px;
	scroll-snap-align: start;
	padding: 28px 26px;
	background: var(--syp-page);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 22px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	transition: transform 720ms var(--syp-curve),
	            border-color var(--syp-dur-fast) var(--syp-curve);
}
.sy-page-rail-card:hover {
	transform: translateY(-4px);
	border-color: rgba(15, 82, 140, 0.20);
	box-shadow: var(--syp-shadow);
}
.sy-page-rail-step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 999px;
	background: rgba(15, 82, 140, 0.08);
	color: var(--syp-blue);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	font-variant-numeric: tabular-nums;
	margin-bottom: 6px;
}
.sy-page-rail-title {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -0.008em;
	color: var(--syp-ink);
	margin: 0;
	line-height: 1.25;
}
.sy-page-rail-desc {
	font-size: 14px;
	line-height: 1.5;
	color: var(--syp-ink-2);
	margin: 0;
}
@media (max-width: 560px) {
	.sy-page-rail-card { flex-basis: 240px; }
}

/* ─── Widget — Stats block (Apple "by-the-numbers" pattern) ─────────
   3- or 4-up grid of large numerals + short labels. Used to add
   credibility to /about/, /services/, /how-we-work/. ─────────────── */
.sy-page-stats-section {
	padding: clamp(84px, 10vw, 136px) 0;
	background: var(--syp-page-alt);
	border-top: 1px solid var(--syp-rule);
	border-bottom: 1px solid var(--syp-rule);
}
.sy-page-stats-head {
	max-width: 720px;
	margin: 0 auto clamp(40px, 5vw, 64px);
	padding: 0 28px;
	text-align: center;
}
.sy-page-stats-eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: var(--syp-ink-3);
	margin: 0 0 14px;
}
.sy-page-stats-h2 {
	font-size: clamp(22px, 2.6vw, 32px);
	font-weight: 600;
	letter-spacing: -0.012em;
	line-height: 1.2;
	color: var(--syp-ink);
	margin: 0 auto;
	max-width: 28ch;
}
.sy-page-stats-wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 28px;
}
.sy-page-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	border: 0;
}
.sy-page-stat {
	padding: 34px 26px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 22px;
	background: #ffffff;
	text-align: left;
	box-shadow: 0 12px 44px rgba(10, 14, 20, 0.05);
}
.sy-page-stat:last-child { border-right: 1px solid rgba(0, 0, 0, 0.06); }
.sy-page-stat-number {
	display: block;
	font-size: clamp(36px, 4.2vw, 52px);
	font-weight: 600;
	letter-spacing: -0.018em;
	line-height: 1;
	color: var(--syp-blue);
	margin: 0 0 12px;
}
.sy-page-stat-label {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--syp-ink);
	margin: 0 0 6px;
}
.sy-page-stat-desc {
	font-size: 14px;
	line-height: 1.5;
	color: var(--syp-ink-2);
	margin: 0;
}
@media (max-width: 960px) {
	.sy-page-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
	.sy-page-stats { grid-template-columns: 1fr; }
	.sy-page-stat { padding: 28px 22px; }
}

/* ─── Widget — Pull-quote (Apple "quote moment" pattern) ─────────────
   Centered statement with a small attribution. Used to add a
   credibility / leadership moment within long-form pages. ─────────── */
.sy-page-quote-section {
	padding: clamp(72px, 9vw, 120px) 0;
	background: var(--syp-page);
	text-align: center;
}
.sy-page-quote-wrap {
	max-width: 880px;
	margin: 0 auto;
	padding: 0 28px;
}
.sy-page-quote-text {
	font-size: clamp(24px, 2.8vw, 34px);
	font-weight: 500;
	letter-spacing: -0.012em;
	line-height: 1.3;
	color: var(--syp-ink);
	margin: 0 0 20px;
	max-width: 32ch;
	margin-left: auto;
	margin-right: auto;
}
.sy-page-quote-attr {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: var(--syp-ink-3);
}

/* ─── Widget — Related tile grid (smaller, 3-up) ────────────────────
   Compact related-content tiles at the bottom of leaf pages, before
   the CTA. Each tile is title + 1-line desc + arrow link. ────────── */
.sy-page-related-section {
	padding: clamp(84px, 10vw, 136px) 0;
	background: var(--syp-page);
	border-top: 1px solid var(--syp-rule);
}
.sy-page-related-head {
	max-width: 720px;
	margin: 0 auto clamp(32px, 4vw, 48px);
	padding: 0 28px;
	text-align: center;
}
.sy-page-related-eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: var(--syp-ink-3);
	margin: 0 0 14px;
}
.sy-page-related-h2 {
	font-size: clamp(20px, 2.4vw, 28px);
	font-weight: 600;
	letter-spacing: -0.012em;
	line-height: 1.2;
	color: var(--syp-ink);
	margin: 0;
}
.sy-page-related-wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 28px;
}
.sy-page-related {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}
@media (max-width: 960px) {
	.sy-page-related { grid-template-columns: 1fr; }
}
.sy-page-related-tile {
	display: block;
	padding: 26px 24px;
	background: var(--syp-page-alt);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 20px;
	transition: transform 720ms var(--syp-curve),
	            border-color var(--syp-dur-fast) var(--syp-curve);
}
.sy-page-related-tile:hover {
	transform: translateY(-2px);
	border-color: var(--syp-blue);
}
.sy-page-related-tile-title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.008em;
	color: var(--syp-ink);
	margin: 0 0 6px;
}
.sy-page-related-tile-desc {
	font-size: 13.5px;
	line-height: 1.45;
	color: var(--syp-ink-2);
	margin: 0 0 12px;
}
.sy-page-related-tile-arrow {
	font-size: 13px;
	font-weight: 500;
	color: var(--syp-blue);
}
.sy-page-related-tile-arrow span {
	display: inline-block;
	margin-left: 4px;
	transition: transform var(--syp-dur-fast) var(--syp-curve);
}
.sy-page-related-tile:hover .sy-page-related-tile-arrow span { transform: translateX(3px); }

/* ─── CTA band ────────────────────────────────────────────────────── */
.sy-page-cta {
	padding: clamp(86px, 10vw, 136px) 0;
	text-align: center;
	background:
		linear-gradient(180deg, rgba(15, 82, 140, 0.08), rgba(15, 82, 140, 0)),
		#ffffff;
}
.sy-page-cta-h {
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 600;
	letter-spacing: -0.012em;
	line-height: 1.2;
	color: var(--syp-ink);
	margin: 0 auto 28px;
	max-width: 22ch;
}
.sy-page-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--syp-blue);
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.005em;
	line-height: 1;
	min-height: 48px;
	padding: 0 26px;
	border-radius: 999px;
	transition: background var(--syp-dur-fast) var(--syp-curve),
	            transform 720ms var(--syp-curve);
}
.sy-page a.sy-page-cta-btn,
.sy-page a.sy-page-cta-btn:visited {
	color: #ffffff;
}
.sy-page-cta-btn:hover {
	background: var(--syp-blue-2);
	color: #ffffff;
	transform: translateY(-1px);
}
.sy-page-cta-btn span {
	display: inline-block;
	transition: transform var(--syp-dur-fast) var(--syp-curve);
}
.sy-page-cta-btn:hover span { transform: translateX(3px); }
