/*!
 * SALIENT SYNERGY® — Introduction / Homepage (Salient Pulse™ presentation)
 *
 * Apple.com–level premium composition. One thought per billboard.
 * Restrained Pulse-red accent (signal only — never page wash).
 * Synergy blue as the primary UI accent.
 *
 * Scope: .sy-intro only. No inline CSS. No !important. One concern per
 * file. Inherits global --sy-* tokens from 01-global-tokens.css and the
 * theme's IntersectionObserver-driven .sy-reveal animation.
 */

/* ─── Local tokens ───────────────────────────────────────────────────── */
.sy-intro {
	--syi-ink:        #1d1d1f;
	--syi-ink-2:      #4a4a4d;
	--syi-ink-3:      #6e6e73;
	--syi-ink-4:      #86868b;

	--syi-page:       #ffffff;
	--syi-page-alt:   #fbfbfd;
	--syi-dark:       #0a0a0a;
	--syi-dark-elev:  #161618;

	--syi-on-dark:    #f5f5f7;
	--syi-on-dark-2:  #a1a1a6;
	--syi-on-dark-3:  #6e6e73;

	--syi-blue:       #0F528C;
	--syi-blue-2:     #1B6FB8;
	--syi-blue-soft:  rgba(15, 82, 140, 0.08);

	/* Signal accent — Pulse red, used sparingly */
	--syi-signal:     #E1192D;
	--syi-signal-2:   rgba(225, 25, 45, 0.55);
	--syi-signal-3:   rgba(225, 25, 45, 0.10);

	--syi-rule:        rgba(0, 0, 0, 0.08);
	--syi-rule-soft:   rgba(0, 0, 0, 0.05);
	--syi-rule-dark:   rgba(245, 245, 247, 0.12);
	--syi-rule-dark-2: rgba(245, 245, 247, 0.18);

	--syi-curve:       cubic-bezier(.22, .61, .36, 1);
	--syi-curve-soft:  cubic-bezier(.4, 0, .2, 1);
	--syi-dur:         720ms;
	--syi-dur-fast:    320ms;

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

	--syi-wrap-max:   980px;
	--syi-wrap-wide:  1180px;
	--syi-wrap-pad:   28px;
	--syi-bb-pad:     clamp(110px, 13vw, 170px);

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

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

.sy-intro p { margin: 0; }
.sy-intro ul,
.sy-intro ol,
.sy-intro dl { margin: 0; padding: 0; list-style: none; }
.sy-intro a { color: inherit; text-decoration: none; }
.sy-intro img,
.sy-intro svg { display: block; max-width: 100%; }

.sy-intro .sy-intro-tm {
	font-size: 0.55em;
	vertical-align: 0.7em;
	font-weight: 400;
	letter-spacing: 0;
	opacity: 0.7;
}

/* Wrap */
.sy-intro-wrap {
	max-width: var(--syi-wrap-max);
	margin: 0 auto;
	padding: 0 var(--syi-wrap-pad);
}
@media (max-width: 720px) { .sy-intro { --syi-wrap-pad: 22px; } }

/* ─── Type primitives (Apple/EcoStructure scale) ─────────────────────── */
.sy-intro .sy-intro-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: var(--syi-ink-3);
	margin: 0 0 22px;
}
.sy-intro .sy-intro-eyebrow--on-dark { color: var(--syi-on-dark-3); }

/* Aligned to Salient Fusion® group typography tokens
   --t-h2:    clamp(28px, 3.4vw, 44px)   weight 600   ls -0.012em   lh 1.10
   --t-hero:  clamp(40px, 5.8vw, 68px)   weight 600   ls -0.015em   lh 1.05 */
.sy-intro .sy-intro-h {
	font-size: clamp(28px, 3.4vw, 44px);
	font-weight: 600;
	line-height: 1.10;
	letter-spacing: -0.012em;
	color: var(--syi-ink);
	margin: 0 auto 22px;
	max-width: 22ch;
}
.sy-intro .sy-intro-h--hero {
	font-size: clamp(40px, 5.8vw, 68px);
	letter-spacing: -0.015em;
	line-height: 1.05;
	max-width: 18ch;
}
.sy-intro-bb--dark .sy-intro-h { color: var(--syi-on-dark); }

.sy-intro .sy-intro-sub {
	font-size: clamp(17px, 1.3vw, 19px);
	line-height: 1.5;
	color: var(--syi-ink-2);
	max-width: 58ch;
	margin: 0 auto;
	font-weight: 400;
	letter-spacing: -0.003em;
}
.sy-intro .sy-intro-sub--on-dark { color: var(--syi-on-dark-2); }

/* ─── Billboard system ───────────────────────────────────────────────── */
.sy-intro-bb {
	padding: var(--syi-bb-pad) 0;
	text-align: center;
	position: relative;
}
.sy-intro-bb--light { background: var(--syi-page); }
.sy-intro-bb--alt   { background: var(--syi-page-alt); }
.sy-intro-bb--dark  { background: var(--syi-dark); color: var(--syi-on-dark); }
.sy-intro-bb--hero {
	padding-top: clamp(120px, 14vw, 180px);
	padding-bottom: clamp(40px, 6vw, 72px);
}
.sy-intro-bb--cta {
	padding-top: clamp(120px, 13vw, 170px);
	padding-bottom: clamp(120px, 13vw, 170px);
}

/* Soft top hairline between bands of the same family (Apple-style separator) */
.sy-intro-bb--light + .sy-intro-bb--alt,
.sy-intro-bb--alt + .sy-intro-bb--light {
	border-top: 1px solid var(--syi-rule-soft);
}

/* ─── CTAs (Apple-style: small pill primary + text links) ────────────── */
.sy-intro-cta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 22px 24px;
	margin-top: 36px;
}

.sy-intro-cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.005em;
	line-height: 1;
	transition: background var(--syi-dur-fast) var(--syi-curve),
	            color var(--syi-dur-fast) var(--syi-curve),
	            opacity var(--syi-dur-fast) var(--syi-curve),
	            transform var(--syi-dur) var(--syi-curve);
}
.sy-intro-cta-primary {
	background: var(--syi-blue);
	color: #ffffff;
	padding: 13px 22px;
	border-radius: 999px;
}
.sy-intro-cta-primary:hover {
	background: var(--syi-blue-2);
	color: #ffffff;
	transform: translateY(-1px);
}
.sy-intro-cta-link {
	color: var(--syi-blue);
	padding: 0;
}
.sy-intro-cta-link:hover { opacity: 0.7; }
.sy-intro-cta-arrow {
	display: inline-block;
	transition: transform var(--syi-dur-fast) var(--syi-curve);
}
.sy-intro-cta:hover .sy-intro-cta-arrow { transform: translateX(3px); }

/* On-dark variants for the final CTA / dark billboards (kept for reuse) */
.sy-intro-bb--dark .sy-intro-cta-link { color: var(--syi-on-dark); }
.sy-intro-bb--dark .sy-intro-cta-primary {
	background: #ffffff;
	color: var(--syi-ink);
}
.sy-intro-bb--dark .sy-intro-cta-primary:hover {
	background: #f5f5f7;
	color: var(--syi-ink);
}

/* ─── Cinematic full-bleed billboard ──────────────────────────────────
   Apple-style: image fills the section edge-to-edge; eyebrow, headline,
   subhead and CTAs sit OVER the image. A directional scrim handles
   legibility. Used by the HERO, the SOLUTION band and the WHY-IT-MATTERS
   band. ──────────────────────────────────────────────────────────────── */
.sy-intro-cine {
	position: relative;
	overflow: hidden;
	min-height: 78vh;
	min-height: clamp(560px, 78vh, 820px);
	padding: clamp(96px, 11vw, 140px) 0;
	background: var(--syi-dark);
	color: var(--syi-on-dark);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sy-intro-cine::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 120px;
	z-index: 1;
	background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.18) 100%);
	pointer-events: none;
}
/* Hero is taller and anchors text near the top, leaving the architecture
   to fill the lower frame the way an Apple product hero does */
.sy-intro-cine--hero {
	min-height: clamp(680px, 92vh, 980px);
	padding: clamp(120px, 14vw, 180px) 0 clamp(96px, 11vw, 140px);
	align-items: flex-start;
}

/* The figure fills the section as a full-bleed backdrop */
.sy-intro-cine-figure {
	position: absolute;
	inset: 0;
	margin: 0;
	z-index: 0;
}
.sy-intro-cine-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transform: scale(1.012);
}
.sy-intro-cine--hero .sy-intro-cine-img {
	object-position: 72% center;
}

/* Scrim: layered tint for high text contrast.
   Layer A — full-frame base darkening (consistent across the image).
   Layer B — directional gradient that reinforces where text sits.
   Default variant centres the strongest darkening behind centred text.
   --scrim--top variant pushes the strongest darkening to the top
   (Apple iPhone hero pattern). */
.sy-intro-cine-scrim {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg,
			rgba(0, 0, 0, 0.52) 0%,
			rgba(0, 0, 0, 0.68) 40%,
			rgba(0, 0, 0, 0.68) 60%,
			rgba(0, 0, 0, 0.52) 100%),
		linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28));
	z-index: 1;
}
.sy-intro-cine-scrim--top {
	background:
		radial-gradient(780px 430px at 50% 46%,
			rgba(0, 0, 0, 0.55) 0%,
			rgba(0, 0, 0, 0.42) 46%,
			rgba(0, 0, 0, 0.26) 78%,
			rgba(0, 0, 0, 0.20) 100%),
		linear-gradient(180deg,
			rgba(0, 0, 0, 0.32) 0%,
			rgba(0, 0, 0, 0.28) 35%,
			rgba(0, 0, 0, 0.28) 65%,
			rgba(0, 0, 0, 0.34) 100%),
		linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22));
}

/* Text wrap floats above the scrim */
.sy-intro-cine-inner {
	position: relative;
	z-index: 2;
	max-width: var(--syi-wrap-max);
	margin: 0 auto;
	padding: 0 var(--syi-wrap-pad);
	width: 100%;
}

/* On-image type variants — light type with reinforcing text-shadow */
.sy-intro .sy-intro-eyebrow--on-image {
	color: rgba(245, 245, 247, 0.92);
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}
.sy-intro .sy-intro-h--on-image {
	color: #ffffff;
	text-shadow:
		0 1px 4px rgba(0, 0, 0, 0.55),
		0 1px 26px rgba(0, 0, 0, 0.42);
}
.sy-intro .sy-intro-sub--on-image {
	color: #ffffff;
	text-shadow:
		0 1px 6px rgba(0, 0, 0, 0.55),
		0 1px 22px rgba(0, 0, 0, 0.40);
	max-width: 56ch;
	margin: 0 auto;
}

/* On-image CTA treatment */
.sy-intro-cta-row--on-image { margin-top: 36px; }
/* Higher-specificity overrides so on-image CTAs keep dark text on hover
   (the base .sy-intro-cta-primary:hover sets color:#fff for the regular
   blue pill — without this, the white-on-image variant would inherit
   that hover color and disappear). */
.sy-intro .sy-intro-cta-primary--on-image,
.sy-intro a.sy-intro-cta-primary--on-image,
.sy-intro a.sy-intro-cta-primary--on-image:visited {
	background: #ffffff;
	color: var(--syi-ink);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}
.sy-intro .sy-intro-cta-primary--on-image:hover,
.sy-intro a.sy-intro-cta-primary--on-image:hover,
.sy-intro .sy-intro-cta-primary--on-image:focus,
.sy-intro .sy-intro-cta-primary--on-image:active {
	background: #f5f5f7;
	color: var(--syi-ink);
}
.sy-intro .sy-intro-cta-link--on-image,
.sy-intro a.sy-intro-cta-link--on-image,
.sy-intro a.sy-intro-cta-link--on-image:visited {
	color: #ffffff;
}
.sy-intro .sy-intro-cta-link--on-image:hover,
.sy-intro a.sy-intro-cta-link--on-image:hover {
	color: #ffffff;
	opacity: 0.7;
}

@media (max-width: 720px) {
	.sy-intro-cine {
		min-height: clamp(520px, 78vh, 680px);
	}
	.sy-intro-cine--hero {
		min-height: clamp(560px, 86vh, 740px);
		padding-top: clamp(96px, 16vw, 140px);
	}
}

/* ─── Service-capability grid (4-up on Core Capability band) ─────────
   Drops to 2-up on tablet then 1-up on mobile. Cards inherit the
   .sy-intro-cap styles below but feel more spacious. ────────────────── */
.sy-intro-caps--service {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}
@media (max-width: 720px) {
	.sy-intro-caps--service { grid-template-columns: 1fr; }
}

/* ─── Salient Connect™ flow diagram ──────────────────────────────────
   Three stage cards linked by arrow glyphs. Wraps on narrow viewports. */
.sy-intro-flow-wrap {
	max-width: var(--syi-wrap-wide);
	margin: 64px auto 24px;
	padding: 0 var(--syi-wrap-pad);
}
.sy-intro-flow {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 14px;
	text-align: left;
}
.sy-intro-flow-step {
	flex: 1 1 240px;
	min-width: 240px;
	max-width: 320px;
	padding: 22px 24px;
	background: #ffffff;
	border: 1px solid var(--syi-rule);
	border-radius: 22px;
	box-shadow: 0 12px 44px rgba(10, 14, 20, 0.05);
	display: flex;
	flex-direction: column;
	gap: 6px;
	transition: border-color var(--syi-dur-fast) var(--syi-curve),
	            transform var(--syi-dur) var(--syi-curve);
}
.sy-intro-flow-step:hover {
	border-color: var(--syi-blue);
	transform: translateY(-4px);
	box-shadow: 0 22px 70px rgba(10, 14, 20, 0.10);
}
.sy-intro-flow-step--centre {
	border-color: rgba(15, 82, 140, 0.30);
	background: linear-gradient(180deg, #ffffff 0%, rgba(15, 82, 140, 0.04) 100%);
}
.sy-intro-flow-tag {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--syi-blue);
}
.sy-intro-flow-title {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -0.008em;
	color: var(--syi-ink);
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

/* Pulse-red signal dot on the Software/Salient Pulse flow card. The
   dot lives next to the title; the rings expand and fade once every
   2.6s. Animation is suppressed under prefers-reduced-motion. */
.sy-intro-flow-pulse {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	flex-shrink: 0;
}
.sy-intro-flow-pulse-dot {
	position: absolute;
	inset: 0;
	border-radius: 999px;
	background: var(--syi-signal);
	box-shadow: 0 0 0 1px rgba(225, 25, 45, 0.18);
}
.sy-intro-flow-pulse-ring {
	position: absolute;
	inset: 0;
	border-radius: 999px;
	border: 1px solid var(--syi-signal-2);
	opacity: 0;
	animation: syi-flow-pulse 2.6s var(--syi-curve) infinite;
	transform-origin: center;
}
.sy-intro-flow-pulse-ring--2 {
	animation-delay: 1.3s;
}
@keyframes syi-flow-pulse {
	0%   { transform: scale(1);   opacity: 0.9; }
	75%  { transform: scale(3);   opacity: 0;   }
	100% { transform: scale(3);   opacity: 0;   }
}
@media (prefers-reduced-motion: reduce) {
	.sy-intro-flow-pulse-ring { animation: none; opacity: 0; }
}
.sy-intro-flow-note {
	font-size: 13.5px;
	line-height: 1.45;
	color: var(--syi-ink-3);
}
.sy-intro-flow-link {
	display: flex;
	align-items: center;
	color: var(--syi-ink-4);
	flex: 0 0 64px;
}
@media (max-width: 720px) {
	.sy-intro-flow { flex-direction: column; align-items: stretch; }
	.sy-intro-flow-step { max-width: none; }
	.sy-intro-flow-link { transform: rotate(90deg); justify-content: center; flex: 0 0 32px; }
}

/* Bridge foot caption — quiet paragraph below the flow */
.sy-intro-bridge-foot {
	max-width: 720px;
	margin: 32px auto 0;
	text-align: center;
}
.sy-intro-bridge-foot p {
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--syi-ink-3);
	letter-spacing: -0.002em;
}

/* ─── 4. PLATFORM SECTION LEAD VECTOR ─────────────────────────────────
   Adobe Illustrator–rendered SVG anchoring the Platform section.
   Sits between the section header and the 8-up capability grid. ─────── */
.sy-intro-vector-lead {
	max-width: 960px;
	margin: 56px auto 24px;
	padding: 0 var(--syi-wrap-pad);
}
.sy-intro-vector-lead-img {
	width: 100%;
	height: auto;
	max-height: 480px;
	object-fit: contain;
	display: block;
}
@media (max-width: 720px) {
	.sy-intro-vector-lead {
		margin: 40px auto 8px;
	}
	.sy-intro-vector-lead-img {
		max-height: 320px;
	}
}

/* ─── 4. CAPABILITY CARDS ────────────────────────────────────────────── */
.sy-intro-caps-wrap {
	max-width: var(--syi-wrap-wide);
	margin-top: 64px;
	padding: 0 var(--syi-wrap-pad);
}
.sy-intro-caps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	text-align: left;
}
@media (max-width: 1024px) {
	.sy-intro-caps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
	.sy-intro-caps { grid-template-columns: 1fr; }
}
.sy-intro-cap {
	position: relative;
	min-height: 310px;
	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 var(--syi-dur) var(--syi-curve),
	            box-shadow var(--syi-dur) var(--syi-curve),
	            border-color var(--syi-dur-fast) var(--syi-curve);
}
.sy-intro-cap::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 4px;
	background: linear-gradient(90deg, var(--syi-blue), #2C8ED6);
	opacity: 0;
	transition: opacity var(--syi-dur-fast) var(--syi-curve);
}
.sy-intro-cap:hover {
	transform: translateY(-4px);
	border-color: rgba(15, 82, 140, 0.20);
	box-shadow: 0 22px 70px rgba(10, 14, 20, 0.10);
}
.sy-intro-cap:hover::before { opacity: 1; }
.sy-intro-cap-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(15, 82, 140, 0.10) 0%, rgba(15, 82, 140, 0.06) 100%);
	color: var(--syi-blue);
	margin-bottom: 24px;
	border: 1px solid rgba(15, 82, 140, 0.10);
}
.sy-intro-cap-icon svg { display: block; }
.sy-intro-cap-title {
	font-size: 19px;
	font-weight: 600;
	letter-spacing: -0.005em;
	color: var(--syi-ink);
	margin: 0 0 8px;
}
.sy-intro-cap-desc {
	font-size: 15px;
	line-height: 1.58;
	color: var(--syi-ink-2);
}
.sy-intro-cap-flag {
	position: absolute;
	top: 18px;
	right: 18px;
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--syi-ink-3);
	padding: 4px 10px;
	border: 1px solid var(--syi-rule);
	border-radius: 999px;
	background: #ffffff;
}

/* ─── 5. S·M·A·R·T·E·R METHODOLOGY ──────────────────────────────────── */
.sy-intro-method-wrap {
	max-width: 720px;
	margin-top: 56px;
}
.sy-intro-method {
	display: grid;
	gap: 0;
	text-align: left;
	border-top: 1px solid var(--syi-rule-dark);
}
.sy-intro-step {
	display: grid;
	grid-template-columns: 56px 1fr;
	align-items: center;
	gap: 24px;
	padding: 22px 4px;
	border-bottom: 1px solid var(--syi-rule-dark);
}
.sy-intro-step-badge {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: rgba(225, 25, 45, 0.12);
	color: var(--syi-signal);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.01em;
	border: 1px solid rgba(225, 25, 45, 0.22);
}
.sy-intro-step-title {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -0.008em;
	color: var(--syi-on-dark);
	margin: 0 0 4px;
}
.sy-intro-step-body p {
	font-size: 14.5px;
	line-height: 1.5;
	color: var(--syi-on-dark-2);
}

/* ─── 6. WHY IT MATTERS — value rows ─────────────────────────────────── */
.sy-intro-values-wrap {
	max-width: var(--syi-wrap-wide);
	margin-top: 56px;
	padding: 0 var(--syi-wrap-pad);
}
.sy-intro-values {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	text-align: left;
	border-top: 1px solid var(--syi-rule);
}
@media (max-width: 720px) {
	.sy-intro-values { grid-template-columns: 1fr; }
}
.sy-intro-value {
	position: relative;
	padding: 28px 32px 30px 36px;
	border-bottom: 1px solid var(--syi-rule);
}
.sy-intro-value:nth-child(odd) {
	border-right: 1px solid var(--syi-rule);
}
@media (max-width: 720px) {
	.sy-intro-value:nth-child(odd) { border-right: none; }
	.sy-intro-value { padding: 24px 0 26px 24px; }
}
.sy-intro-value-title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.008em;
	color: var(--syi-ink);
	margin: 0 0 8px;
	line-height: 1.3;
}
.sy-intro-value p {
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--syi-ink-2);
	margin: 0;
	letter-spacing: -0.002em;
}
.sy-intro-value-bullet {
	position: absolute;
	top: 34px;
	left: 16px;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: var(--syi-signal);
}
@media (max-width: 720px) {
	.sy-intro-value-bullet { left: 4px; top: 30px; }
}

/* Foot caption — quiet sentence under the value grid that bridges
   to the Institutional Anchor section. */
.sy-intro-values-foot {
	max-width: 760px;
	margin: 40px auto 0;
	text-align: center;
}
.sy-intro-values-foot p {
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--syi-ink-3);
	letter-spacing: -0.002em;
}

/* ─── 7. PLATFORM JOURNEY — chevron flow ─────────────────────────────── */
.sy-intro-journey-wrap {
	max-width: var(--syi-wrap-wide);
	margin-top: 56px;
	padding: 0 var(--syi-wrap-pad);
}
.sy-intro-journey {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 10px;
}
.sy-intro-stage {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 16px 20px 16px 24px;
	background: #ffffff;
	border: 1px solid var(--syi-rule);
	border-radius: 12px;
	min-width: 124px;
	text-align: left;
	transition: border-color var(--syi-dur-fast) var(--syi-curve),
	            transform var(--syi-dur) var(--syi-curve);
}
.sy-intro-stage:hover {
	border-color: var(--syi-blue);
	transform: translateY(-2px);
}
.sy-intro-stage::after {
	content: "›";
	position: absolute;
	top: 50%;
	right: -14px;
	transform: translateY(-50%);
	font-size: 18px;
	color: var(--syi-ink-4);
	pointer-events: none;
}
.sy-intro-stage:last-child::after { content: ""; }
.sy-intro-stage-num {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: var(--syi-ink-4);
	font-variant-numeric: tabular-nums;
}
.sy-intro-stage-label {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.005em;
	color: var(--syi-ink);
}
.sy-intro-stage--final {
	background: var(--syi-blue);
	border-color: var(--syi-blue);
}
.sy-intro-stage--final:hover { background: var(--syi-blue-2); border-color: var(--syi-blue-2); }
.sy-intro-stage--final .sy-intro-stage-num   { color: rgba(255, 255, 255, 0.7); }
.sy-intro-stage--final .sy-intro-stage-label { color: #ffffff; }

/* ─── 8. SCALE GRID ──────────────────────────────────────────────────── */
.sy-intro-scale-wrap {
	max-width: var(--syi-wrap-wide);
	margin-top: 56px;
	padding: 0 var(--syi-wrap-pad);
}
.sy-intro-scale-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: var(--syi-rule);
	border: 1px solid var(--syi-rule);
	border-radius: 18px;
	overflow: hidden;
	text-align: left;
}
@media (max-width: 1024px) {
	.sy-intro-scale-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
	.sy-intro-scale-grid { grid-template-columns: 1fr; }
}
.sy-intro-scale-item {
	background: #ffffff;
	padding: 26px 24px;
	transition: background var(--syi-dur-fast) var(--syi-curve);
}
.sy-intro-scale-item:hover { background: #f9fbfd; }
.sy-intro-scale-item dt {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--syi-blue);
	margin-bottom: 12px;
}
.sy-intro-scale-item dd {
	font-size: 15px;
	line-height: 1.5;
	color: var(--syi-ink);
	font-weight: 500;
	letter-spacing: -0.005em;
}

/* ─── 9. ROADMAP / FUTURE-READY ──────────────────────────────────────── */
.sy-intro-roadmap-wrap {
	max-width: 920px;
	margin-top: 56px;
}
.sy-intro-roadmap {
	display: grid;
	gap: 0;
	text-align: left;
	border-top: 1px solid var(--syi-rule-dark);
}
.sy-intro-roadmap-row {
	display: grid;
	grid-template-columns: 110px 1.1fr 2fr;
	align-items: baseline;
	gap: 24px;
	padding: 22px 4px;
	border-bottom: 1px solid var(--syi-rule-dark);
	transition: padding-left var(--syi-dur-fast) var(--syi-curve);
}
.sy-intro-roadmap-row:hover { padding-left: 8px; }
.sy-intro-roadmap-flag {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--syi-on-dark-3);
}
.sy-intro-roadmap-title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.008em;
	color: var(--syi-on-dark);
	margin: 0;
}
.sy-intro-roadmap-row p {
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--syi-on-dark-2);
	margin: 0;
}
@media (max-width: 720px) {
	.sy-intro-roadmap-row {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 22px 0;
	}
}

/* ─── 10. FINAL CTA ─────────────────────────────────────────────────── */
.sy-intro-bb--cta {
	background:
		radial-gradient(900px 380px at 20% 0%, rgba(15, 82, 140, 0.06), transparent 70%),
		radial-gradient(700px 320px at 80% 100%, rgba(225, 25, 45, 0.03), transparent 70%),
		var(--syi-page);
}
.sy-intro-bb--cta .sy-intro-h {
	font-size: clamp(30px, 4vw, 52px);
	letter-spacing: -0.014em;
	line-height: 1.08;
}

/* ─── Reveal hooks (the theme's IntersectionObserver flips .sy-visible) ─ */
.sy-intro .sy-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity var(--syi-dur) var(--syi-curve),
	            transform var(--syi-dur) var(--syi-curve);
	will-change: opacity, transform;
}
.sy-intro .sy-reveal.sy-visible {
	opacity: 1;
	transform: translateY(0);
}
.sy-intro .sy-reveal-stagger > * {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.6s var(--syi-curve),
	            transform 0.6s var(--syi-curve);
}
.sy-intro .sy-reveal-stagger.sy-visible > *:nth-child(1) { transition-delay: 0ms; }
.sy-intro .sy-reveal-stagger.sy-visible > *:nth-child(2) { transition-delay: 80ms; }
.sy-intro .sy-reveal-stagger.sy-visible > *:nth-child(3) { transition-delay: 160ms; }
.sy-intro .sy-reveal-stagger.sy-visible > *:nth-child(4) { transition-delay: 240ms; }
.sy-intro .sy-reveal-stagger.sy-visible > *:nth-child(5) { transition-delay: 320ms; }
.sy-intro .sy-reveal-stagger.sy-visible > *:nth-child(6) { transition-delay: 400ms; }
.sy-intro .sy-reveal-stagger.sy-visible > *:nth-child(7) { transition-delay: 480ms; }
.sy-intro .sy-reveal-stagger.sy-visible > *:nth-child(8) { transition-delay: 560ms; }
.sy-intro .sy-reveal-stagger.sy-visible > * {
	opacity: 1;
	transform: translateY(0);
}
.sy-intro-cine--hero .sy-reveal,
.sy-intro-cine--hero .sy-reveal-stagger > * {
	opacity: 1;
	transform: none;
}
@media (prefers-reduced-motion: reduce) {
	.sy-intro .sy-reveal,
	.sy-intro .sy-reveal-stagger > * {
		opacity: 1;
		transform: none;
		transition: none;
	}
}
