/* ================================================================
   PAGE-SPECIFIC: JOURNEY ORCHESTRATION
   Scope: body.design-v2.page-journey-orchestration
   ================================================================ */

body.design-v2.page-journey-orchestration { background-color: #04273a; }

body.design-v2.page-journey-orchestration .platform-stat-card {
	border: 1px solid var(--border-subtle);
}

body.design-v2.page-journey-orchestration .hero-title {
	font-size: clamp(48px, 7vw, 88px);
	line-height: 0.98;
}

/* Hero showcase – desktop app shell */
body.design-v2.page-journey-orchestration .section-hero .hero-showcase .desktop-app-bg {
	right: auto;
	margin-left: auto;
	margin-right: auto;
	animation: none;
	visibility: visible;
	translate: none;
}
body.design-v2.page-journey-orchestration .section-hero .desktop-app-window {
	background: rgba(255, 255, 255, 0.3);
	box-shadow:
		0 25px 80px -12px rgba(100, 116, 139, 0.15),
		0 0 0 1px rgba(255, 255, 255, 0.25),
		inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
body.design-v2.page-journey-orchestration .hero-showcase .analytics-card-label {
	color: var(--text-primary);
}
body.design-v2.page-journey-orchestration .hero-showcase .desktop-app-window {
	cursor: default;
}
body.design-v2.page-journey-orchestration .hero-showcase .desktop-app-window * {
	pointer-events: none;
}
body.design-v2.page-journey-orchestration .hero-showcase .jo-sidebar-nav .conversation-item {
	pointer-events: auto;
	cursor: pointer;
}

/* Hero showcase – structural layout (mirrors analytics variant from style.scss) */
body.design-v2.page-journey-orchestration .section-hero--showcase-journey-orchestration.section-hero--stacked .hero-container {
	padding: 220px 60px 80px;
}
body.design-v2.page-journey-orchestration .hero-description {
	font-size: var(--text-body-xl);
	max-width: 700px;
}
body.design-v2.page-journey-orchestration .hero-showcase {
	position: relative;
}
body.design-v2.page-journey-orchestration .analytics-hero-body {
	display: flex;
	min-height: 500px;
}
body.design-v2.page-journey-orchestration .analytics-hero-sidebar {
	width: 180px;
	flex-shrink: 0;
}
body.design-v2.page-journey-orchestration .analytics-hero-sidebar .sidebar-header {
	justify-content: flex-start;
	gap: 8px;
}
body.design-v2.page-journey-orchestration .analytics-hero-sidebar .sidebar-logo-icon {
	width: 18px;
	height: 18px;
}
body.design-v2.page-journey-orchestration .analytics-hero-sidebar .conversation-list {
	flex: 0 0 auto;
}
body.design-v2.page-journey-orchestration .analytics-hero-sidebar .conversation-item {
	padding: 10px 18px;
}
body.design-v2.page-journey-orchestration .analytics-hero-sidebar .conversation-item i {
	margin-right: 8px;
	font-size: 14px;
	opacity: 0.7;
}
body.design-v2.page-journey-orchestration .analytics-hero-sidebar .conversation-name {
	font-size: var(--text-caption-lg);
}
body.design-v2.page-journey-orchestration .analytics-sidebar-bottom {
	margin-top: auto;
	padding: 12px 18px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
body.design-v2.page-journey-orchestration .analytics-sidebar-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: var(--text-caption-lg);
	font-weight: 600;
	color: var(--text-primary);
	background: rgba(0, 0, 0, 0.06);
	padding: 8px 14px;
	border-radius: 8px;
	cursor: default;
}
body.design-v2.page-journey-orchestration .analytics-hero-main {
	flex: 1;
	padding: 28px 32px;
	background: rgba(0, 0, 0, 0.08);
}
body.design-v2.page-journey-orchestration .analytics-main-heading {
	font-family: var(--font-display);
	font-size: var(--text-body-lg);
	font-weight: 600;
	color: var(--text-primary);
	margin-bottom: 14px;
}
body.design-v2.page-journey-orchestration .analytics-kpi-row {
	display: flex;
	gap: 10px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}
body.design-v2.page-journey-orchestration .analytics-kpi-card {
	flex: 1;
	min-width: 100px;
	background: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 12px;
	padding: 12px 14px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
body.design-v2.page-journey-orchestration .analytics-kpi-label {
	font-size: var(--text-caption);
	color: var(--text-secondary);
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 6px;
}
body.design-v2.page-journey-orchestration .analytics-kpi-label i {
	font-size: 13px;
	color: var(--brand-blue);
}
body.design-v2.page-journey-orchestration .analytics-kpi-value {
	font-family: var(--font-display);
	font-size: var(--text-heading-sm);
	font-weight: 600;
	color: var(--text-primary);
	line-height: 1.2;
}
body.design-v2.page-journey-orchestration .analytics-kpi-trend {
	font-size: var(--text-caption-sm);
	font-weight: 500;
}
body.design-v2.page-journey-orchestration .analytics-kpi-trend--up,
body.design-v2.page-journey-orchestration .analytics-kpi-trend--down,
body.design-v2.page-journey-orchestration .analytics-kpi-trend--warn,
body.design-v2.page-journey-orchestration .analytics-kpi-trend--neutral {
	color: var(--brand-blue);
}
body.design-v2.page-journey-orchestration .analytics-chart-card {
	flex: 1;
	display: flex;
	flex-direction: column;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 12px;
	padding: 14px 16px;
	box-shadow:
		0 4px 16px rgba(0, 0, 0, 0.08),
		0 0 0 1px rgba(255, 255, 255, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
body.design-v2.page-journey-orchestration .analytics-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}
body.design-v2.page-journey-orchestration .analytics-card-label {
	font-size: var(--text-caption-lg);
	font-weight: 600;
	color: var(--brand-navy);
}

/* Builder main + panels */
body.design-v2.page-journey-orchestration .jo-builder-main {
	display: flex;
	flex-direction: column;
	background: rgba(255, 255, 255, 0.35);
	padding: 0;
}
body.design-v2.page-journey-orchestration .jo-panel {
	display: none;
	flex-direction: column;
	flex: 1;
}
body.design-v2.page-journey-orchestration .jo-panel-active {
	display: flex;
	animation: joPanelIn 0.45s ease-out both;
}

/* Toolbar */
body.design-v2.page-journey-orchestration .jo-builder-toolbar {
	display: flex;
	align-items: center;
	gap: 3px;
	padding: 6px 10px;
	background: rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
body.design-v2.page-journey-orchestration .jo-tool-btn {
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.4);
	cursor: default;
}
body.design-v2.page-journey-orchestration .jo-tool-btn.active {
	background: rgba(0, 98, 184, 0.1);
	color: #0062B8;
}
body.design-v2.page-journey-orchestration .jo-tool-divider {
	width: 1px;
	height: 16px;
	background: rgba(0, 0, 0, 0.1);
	margin: 0 4px;
}
body.design-v2.page-journey-orchestration .jo-zoom-level {
	font-size: 11px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.35);
	margin-left: 4px;
}

/* Flow canvas */
body.design-v2.page-journey-orchestration .jo-flow-canvas {
	position: relative;
	flex: 1;
	min-height: 380px;
	background-image: radial-gradient(circle, rgba(0, 0, 0, 0.07) 1px, transparent 1px);
	background-size: 20px 20px;
	border-radius: 8px;
	overflow: hidden;
}
body.design-v2.page-journey-orchestration .jo-canvas-header {
	position: relative;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 14px;
}
body.design-v2.page-journey-orchestration .jo-canvas-title {
	font-family: var(--font-display);
	font-size: var(--text-body-sm);
	font-weight: 600;
	color: var(--text-primary);
}
body.design-v2.page-journey-orchestration .jo-canvas-add-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-family: var(--font-body);
	font-size: var(--text-caption);
	font-weight: 600;
	color: var(--brand-blue);
	background: rgba(0, 98, 184, 0.08);
	padding: 4px 10px;
	border-radius: 6px;
}
body.design-v2.page-journey-orchestration .jo-canvas-add-btn i {
	font-size: 14px;
}
body.design-v2.page-journey-orchestration .jo-flow-canvas .journey-lines {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}
body.design-v2.page-journey-orchestration .jo-flow-canvas .journey-flow-path {
	stroke: rgba(0, 98, 184, 0.2);
	stroke-width: 2;
	fill: none;
}
body.design-v2.page-journey-orchestration .jo-flow-canvas .journey-flow-beam {
	stroke: #0062B8;
	stroke-width: 3;
	fill: none;
	stroke-dasharray: 20 60;
	stroke-linecap: round;
	opacity: 0.6;
	animation: journeyBeam 2.5s linear infinite;
}
body.design-v2.page-journey-orchestration .jo-flow-canvas .journey-beam-1 { animation-delay: 0s; }
body.design-v2.page-journey-orchestration .jo-flow-canvas .journey-beam-2 { animation-delay: 0.4s; }
body.design-v2.page-journey-orchestration .jo-flow-canvas .journey-beam-3 { animation-delay: 0.8s; }
body.design-v2.page-journey-orchestration .jo-flow-canvas .journey-node {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 20px;
	min-width: 180px;
	background: rgba(255, 255, 255, 0.55);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-radius: 16px;
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.12),
		0 0 0 1px rgba(255, 255, 255, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.5);
	font-family: var(--font-body);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
body.design-v2.page-journey-orchestration .jo-flow-canvas .journey-node-icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: rgba(0, 98, 184, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--text-body-lg);
	color: #0062B8;
	flex-shrink: 0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	animation: joIconPulse 4s ease-in-out infinite;
}
body.design-v2.page-journey-orchestration .jo-flow-canvas .journey-node-content {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
body.design-v2.page-journey-orchestration .jo-flow-canvas .journey-node-label {
	font-size: var(--text-micro);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(80, 80, 80, 0.7);
	line-height: 1;
}
body.design-v2.page-journey-orchestration .jo-flow-canvas .journey-node-title {
	font-size: var(--text-body-sm);
	font-weight: 600;
	color: rgba(30, 30, 30, 0.9);
	letter-spacing: -0.02em;
	line-height: 1.2;
}
body.design-v2.page-journey-orchestration .jo-flow-canvas .journey-canvas-label {
	position: absolute;
	bottom: 16px;
	right: 20px;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 6px;
	font-family: var(--font-body);
	font-size: var(--text-caption-sm);
	font-weight: 500;
	background: rgba(0, 98, 184, 0.08);
	color: rgba(0, 0, 0, 0.4);
}
body.design-v2.page-journey-orchestration .jo-flow-canvas .journey-canvas-label i {
	font-size: var(--text-body-sm);
	color: rgba(0, 0, 0, 0.3);
}
body.design-v2.page-journey-orchestration .jo-flow-canvas .app-ai-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.6);
	color: var(--text-white);
	font-size: var(--text-micro-xs);
	font-weight: 700;
	padding: 2px 5px;
	border-radius: 3px;
	margin-left: 6px;
	vertical-align: middle;
}

/* Status badge */
body.design-v2.page-journey-orchestration .jo-builder-header {
	display: flex;
	align-items: center;
	gap: 10px;
}
body.design-v2.page-journey-orchestration .jo-builder-header .analytics-main-heading {
	margin-bottom: 0;
}
body.design-v2.page-journey-orchestration .jo-status-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 11px;
	font-weight: 600;
	color: #15803d;
	background: rgba(21, 128, 61, 0.1);
	padding: 3px 10px;
	border-radius: 20px;
}
body.design-v2.page-journey-orchestration .jo-status-dot {
	width: 6px;
	height: 6px;
	background: #15803d;
	border-radius: 50%;
	display: inline-block;
}

/* ---- Problem card animations ---- */

body.design-v2.page-journey-orchestration .jo-anim-blindspot,
body.design-v2.page-journey-orchestration .jo-anim-friction,
body.design-v2.page-journey-orchestration .jo-anim-sprawl {
	background: var(--brand-cream);
	border-radius: 12px;
}

/* Card 1: Dashed ring + eye */
body.design-v2.page-journey-orchestration .jo-anim-blindspot {
	display: flex;
	align-items: center;
	justify-content: center;
}
body.design-v2.page-journey-orchestration .jo-dashed-ring {
	width: 60px;
	height: 60px;
	animation: joRingSpin 10s linear infinite;
}
body.design-v2.page-journey-orchestration .jo-eye {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
body.design-v2.page-journey-orchestration .jo-eye-shape {
	width: 20px;
	height: 11px;
	border-radius: 50%;
	background: rgba(0, 98, 184, 0.08);
	border: 1.5px solid var(--brand-blue);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	animation: joEyeBlink 5s ease-in-out infinite;
}
body.design-v2.page-journey-orchestration .jo-eye-pupil {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--brand-blue);
	animation: joEyeLook 5s ease-in-out infinite;
}

/* Card 2: Chat bubbles */
body.design-v2.page-journey-orchestration .jo-anim-friction {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 10px;
}
body.design-v2.page-journey-orchestration .jo-bubble {
	display: flex;
	gap: 2px;
	padding: 5px 8px;
	border-radius: 8px;
	width: fit-content;
	animation: joBubblePop 3.5s ease-in-out infinite;
}
body.design-v2.page-journey-orchestration .jo-bubble-left {
	align-self: flex-start;
	background: rgba(0, 98, 184, 0.12);
	border-bottom-left-radius: 2px;
}
body.design-v2.page-journey-orchestration .jo-bubble-right {
	align-self: flex-end;
	background: rgba(220, 80, 60, 0.1);
	border-bottom-right-radius: 2px;
	animation-delay: 0.6s;
}
body.design-v2.page-journey-orchestration .jo-x {
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	color: var(--brand-blue);
}
body.design-v2.page-journey-orchestration .jo-bubble-right .jo-x {
	color: rgba(220, 80, 60, 0.7);
}

/* Card 3: Wandering dots */
body.design-v2.page-journey-orchestration .jo-anim-sprawl {
	position: relative;
	overflow: hidden;
}
body.design-v2.page-journey-orchestration .jo-wander-dot {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--brand-blue);
	opacity: 0.6;
}
body.design-v2.page-journey-orchestration .jo-wander-dot-1 { top: 10px; left: 8px; animation: joWander1 7s ease-in-out infinite; }
body.design-v2.page-journey-orchestration .jo-wander-dot-2 { top: 36px; left: 52px; opacity: 0.4; animation: joWander2 9s ease-in-out infinite; }
body.design-v2.page-journey-orchestration .jo-wander-dot-3 { top: 54px; left: 26px; opacity: 0.5; animation: joWander3 8s ease-in-out infinite; }
body.design-v2.page-journey-orchestration .jo-wander-dot-4 { top: 22px; left: 44px; opacity: 0.35; animation: joWander4 10s ease-in-out infinite; }
body.design-v2.page-journey-orchestration .jo-wander-dot-5 { top: 48px; left: 10px; opacity: 0.55; animation: joWander5 8.5s ease-in-out infinite; }
body.design-v2.page-journey-orchestration .jo-wander-dot-6 { top: 6px; left: 38px; opacity: 0.45; animation: joWander6 11s ease-in-out infinite; }

/* ---- Customer map panel ---- */

body.design-v2.page-journey-orchestration .jo-map-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
body.design-v2.page-journey-orchestration .jo-map-customer {
	display: flex;
	align-items: center;
	gap: 10px;
}
body.design-v2.page-journey-orchestration .jo-map-avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
}
body.design-v2.page-journey-orchestration .jo-map-customer-info {
	display: flex;
	flex-direction: column;
	gap: 1px;
}
body.design-v2.page-journey-orchestration .jo-map-customer-name {
	font-family: var(--font-display);
	font-size: var(--text-body-sm);
	font-weight: 600;
	color: var(--text-primary);
}
body.design-v2.page-journey-orchestration .jo-map-customer-meta {
	font-size: var(--text-micro);
	color: rgba(0, 0, 0, 0.45);
}
body.design-v2.page-journey-orchestration .jo-map-sentiment-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: var(--text-micro);
	font-weight: 600;
	padding: 3px 10px;
	border-radius: 20px;
	color: #0062B8;
	background: rgba(0, 98, 184, 0.08);
}
body.design-v2.page-journey-orchestration .jo-map-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 14px 16px;
	overflow: hidden;
}
body.design-v2.page-journey-orchestration .jo-sentiment-card { flex: none; }
body.design-v2.page-journey-orchestration .jo-map-canvas {
	flex: 1;
	display: flex;
	padding: 4px 0 0 0;
}
body.design-v2.page-journey-orchestration .jo-map-y-axis {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 10px 24px 14px;
	font-size: var(--text-micro);
	font-weight: 600;
	color: rgba(0, 0, 0, 0.35);
	min-width: 60px;
}
body.design-v2.page-journey-orchestration .jo-map-chart-area {
	flex: 1;
	display: flex;
	flex-direction: column;
}
body.design-v2.page-journey-orchestration .jo-sentiment-chart {
	width: 100%;
	height: auto;
	display: block;
}
body.design-v2.page-journey-orchestration .jo-map-x-axis {
	display: flex;
	justify-content: space-between;
	padding: 4px 0 8px;
	font-size: var(--text-micro);
	color: rgba(0, 0, 0, 0.35);
}

/* Chart entrance animations (replay on panel activation) */
body.design-v2.page-journey-orchestration .jo-chart-line { stroke-dasharray: 700; stroke-dashoffset: 700; }
body.design-v2.page-journey-orchestration .jo-chart-fill { opacity: 0; }
body.design-v2.page-journey-orchestration .jo-chart-dot { opacity: 0; transform-origin: center; transform: scale(0); }
body.design-v2.page-journey-orchestration .jo-chart-tooltip { opacity: 0; }
body.design-v2.page-journey-orchestration .jo-panel-active .jo-chart-line   { animation: joLineDraw 1.2s ease-out 0.15s forwards; }
body.design-v2.page-journey-orchestration .jo-panel-active .jo-chart-fill   { animation: joFillFade 0.6s ease-out 1s forwards; }
body.design-v2.page-journey-orchestration .jo-panel-active .jo-chart-dot    { animation: joDotPop 0.3s ease-out var(--dot-delay, 0.5s) forwards; }
body.design-v2.page-journey-orchestration .jo-panel-active .jo-chart-tooltip { animation: joTooltipIn 0.4s ease-out 0.85s forwards; }
body.design-v2.page-journey-orchestration .jo-panel-active .jo-map-header   { animation: joPanelIn 0.4s ease-out 0.05s both; }
body.design-v2.page-journey-orchestration .jo-panel-active .analytics-kpi-row { animation: joPanelIn 0.4s ease-out 1.1s both; }

/* Dot pulse + tooltip bounce (looping) */
body.design-v2.page-journey-orchestration .jo-dot-pulse { animation: joDotPulse 2s ease-out infinite; transform-origin: center; }
body.design-v2.page-journey-orchestration .jo-tooltip-bounce { animation: joTooltipBounce 3s ease-in-out infinite; }

/* ---- Feature accordion overrides ---- */

body.design-v2.page-journey-orchestration .section-feature-accordion-trust {
	scroll-margin-top: 0;
	overflow-anchor: none;
	padding-top: 100px;
	padding-bottom: 40px;
}
body.design-v2.page-journey-orchestration .platform-stats-section {
	padding-bottom: 40px;
}
body.design-v2.page-journey-orchestration .section-feature-accordion-trust .social-proof-grid-title {
	max-width: 600px;
}
body.design-v2.page-journey-orchestration .features-accordion-card {
	will-change: auto;
	min-height: 800px;
}
body.design-v2.page-journey-orchestration .features-accordion-visual {
	min-height: 760px;
	height: 760px;
}

body.design-v2.page-journey-orchestration .analytics-accordion-mockup {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
}
body.design-v2.page-journey-orchestration .analytics-accordion-mockup .analytics-app-window {
	max-width: 680px;
	width: 100%;
	box-shadow:
		0 25px 80px -12px rgba(0, 0, 0, 0.2),
		0 0 0 1px rgba(255, 255, 255, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
body.design-v2.page-journey-orchestration .analytics-accordion-mockup .analytics-app-body {
	min-height: auto;
}
body.design-v2.page-journey-orchestration .analytics-mockup-card {
	background: rgba(255, 255, 255, 0.55);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 14px;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 2px 12px -2px rgba(0, 0, 0, 0.05);
}
body.design-v2.page-journey-orchestration .analytics-mockup-card .analytics-card-header {
	margin-bottom: 14px;
}

body.design-v2.page-journey-orchestration .wem-bar { background: var(--brand-blue); }
body.design-v2.page-journey-orchestration .wem-area-calls,
body.design-v2.page-journey-orchestration .wem-area-decline { fill: var(--brand-blue); }

/* ---- @keyframes ---- */

@keyframes journeyNodePulse {
	0%, 8% { background: rgba(255, 255, 255, 0.55); }
	12% { background: rgba(255, 255, 255, 0.95); }
	20%, 100% { background: rgba(255, 255, 255, 0.55); }
}
@keyframes journeyBeam {
	0% { stroke-dashoffset: 80; }
	100% { stroke-dashoffset: -80; }
}
@keyframes joIconPulse {
	0%, 8% { color: #0062B8; background: rgba(0, 98, 184, 0.12); }
	12% { color: #004a8f; background: rgba(0, 98, 184, 0.2); }
	20%, 100% { color: #0062B8; background: rgba(0, 98, 184, 0.12); }
}
@keyframes joRingSpin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
@keyframes joEyeBlink {
	0%, 18% { transform: scaleY(1); }
	20% { transform: scaleY(0.05); }
	23%, 68% { transform: scaleY(1); }
	70% { transform: scaleY(0.05); }
	73%, 100% { transform: scaleY(1); }
}
@keyframes joEyeLook {
	0%, 20% { transform: translateX(0); }
	30%, 45% { transform: translateX(-3px); }
	55%, 70% { transform: translateX(3px); }
	80%, 100% { transform: translateX(0); }
}
@keyframes joBubblePop {
	0%, 100% { opacity: 0; transform: scale(0.85); }
	15%, 80% { opacity: 1; transform: scale(1); }
	90% { opacity: 0; transform: scale(0.95); }
}
@keyframes joWander1 {
	0%   { transform: translate(0, 0); }
	25%  { transform: translate(28px, 20px); }
	50%  { transform: translate(10px, 38px); }
	75%  { transform: translate(40px, 8px); }
	100% { transform: translate(0, 0); }
}
@keyframes joWander2 {
	0%   { transform: translate(0, 0); }
	25%  { transform: translate(-26px, -12px); }
	50%  { transform: translate(-8px, 10px); }
	75%  { transform: translate(-34px, -20px); }
	100% { transform: translate(0, 0); }
}
@keyframes joWander3 {
	0%   { transform: translate(0, 0); }
	25%  { transform: translate(18px, -18px); }
	50%  { transform: translate(-12px, -8px); }
	75%  { transform: translate(22px, -28px); }
	100% { transform: translate(0, 0); }
}
@keyframes joWander4 {
	0%   { transform: translate(0, 0); }
	25%  { transform: translate(-20px, 16px); }
	50%  { transform: translate(14px, 24px); }
	75%  { transform: translate(-8px, -14px); }
	100% { transform: translate(0, 0); }
}
@keyframes joWander5 {
	0%   { transform: translate(0, 0); }
	25%  { transform: translate(32px, -10px); }
	50%  { transform: translate(20px, -22px); }
	75%  { transform: translate(44px, 4px); }
	100% { transform: translate(0, 0); }
}
@keyframes joWander6 {
	0%   { transform: translate(0, 0); }
	25%  { transform: translate(-16px, 26px); }
	50%  { transform: translate(6px, 34px); }
	75%  { transform: translate(-22px, 12px); }
	100% { transform: translate(0, 0); }
}
@keyframes joPanelIn {
	from { opacity: 0; transform: translateY(10px); }
	to   { opacity: 1; transform: translateY(0); }
}
@keyframes joLineDraw {
	to { stroke-dashoffset: 0; }
}
@keyframes joFillFade {
	to { opacity: 0.08; }
}
@keyframes joDotPop {
	to { opacity: 1; transform: scale(1); }
}
@keyframes joTooltipIn {
	0%   { opacity: 0; transform: translateY(4px); }
	100% { opacity: 1; transform: translateY(0); }
}
@keyframes joDotPulse {
	0%   { r: 4; opacity: 0.4; }
	70%  { r: 12; opacity: 0; }
	100% { r: 12; opacity: 0; }
}
@keyframes joTooltipBounce {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-3px); }
}

/* ---- Responsive ---- */

@media (max-width: 1024px) {
	body.design-v2.page-journey-orchestration .section-hero--showcase-journey-orchestration.section-hero--stacked .hero-container {
		padding: 120px 40px 60px;
	}
	body.design-v2.page-journey-orchestration .section-hero {
		overflow: visible;
	}
	body.design-v2.page-journey-orchestration .hero-showcase,
	body.design-v2.page-journey-orchestration .hero-showcase .desktop-app-bg {
		overflow: visible;
	}
	body.design-v2.page-journey-orchestration .analytics-kpi-card {
		flex: 1;
		min-width: 100px;
		background: rgba(255, 255, 255, 0.35);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
		border-radius: 10px;
		padding: 14px 16px;
		box-shadow:
			0 4px 16px rgba(0, 0, 0, 0.08),
			0 0 0 1px rgba(255, 255, 255, 0.2),
			inset 0 1px 0 rgba(255, 255, 255, 0.15);
	}
	body.design-v2.page-journey-orchestration .analytics-kpi-value {
		font-size: var(--text-body-xl);
	}
}

@media (max-width: 768px) {
	body.design-v2.page-journey-orchestration .section-hero--showcase-journey-orchestration.section-hero--stacked .hero-container {
		padding: 100px 20px 40px;
	}
	body.design-v2.page-journey-orchestration .hero-content {
		order: 1;
	}
	body.design-v2.page-journey-orchestration .hero-highlights {
		order: 2;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.625rem;
		margin-top: 1.5rem;
		padding: 0;
	}
	body.design-v2.page-journey-orchestration .hero-showcase {
		order: 3;
	}
	body.design-v2.page-journey-orchestration .analytics-kpi-card {
		min-width: calc(50% - 8px);
		flex: 1 1 calc(50% - 8px);
	}
	body.design-v2.page-journey-orchestration .analytics-hero-sidebar {
		display: none;
	}
	body.design-v2.page-journey-orchestration .analytics-hero-main {
		padding: 16px;
	}
	body.design-v2.page-journey-orchestration .analytics-hero-body {
		min-height: 360px;
	}
}

@media (max-width: 900px) {
	body.design-v2.page-journey-orchestration .features-accordion-card { min-height: auto; }
	body.design-v2.page-journey-orchestration .features-accordion-visual { min-height: 400px; height: auto; }
	body.design-v2.page-journey-orchestration .efficiency-panel { top: 75%; }
	body.design-v2.page-journey-orchestration .analytics-accordion-mockup { padding: 24px; align-items: flex-start; padding-top: 24px; }
	body.design-v2.page-journey-orchestration .analytics-accordion-mockup .analytics-app-window { max-width: 100%; }
	body.design-v2.page-journey-orchestration .jo-flow-canvas { min-height: 320px; }
	body.design-v2.page-journey-orchestration .jo-flow-canvas .journey-node { padding: 8px 12px; min-width: auto; gap: 6px; }
	body.design-v2.page-journey-orchestration .jo-flow-canvas .journey-node-icon { width: 26px; height: 26px; font-size: var(--text-caption); border-radius: 6px; }
	body.design-v2.page-journey-orchestration .jo-flow-canvas .journey-node-title { font-size: var(--text-micro); }
	body.design-v2.page-journey-orchestration .jo-flow-canvas .journey-node-label { font-size: var(--text-micro-sm); }
}

@media (max-width: 640px) {
	body.design-v2.page-journey-orchestration .features-accordion-visual { min-height: 300px; }
	body.design-v2.page-journey-orchestration .analytics-accordion-mockup { padding: 16px; align-items: flex-start; padding-top: 24px; }

	/* Truncate text in accordion mockups */
	body.design-v2.page-journey-orchestration .analytics-accordion-mockup .analytics-card-label,
	body.design-v2.page-journey-orchestration .analytics-accordion-mockup .analytics-card-header > span {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	body.design-v2.page-journey-orchestration .analytics-accordion-mockup div[style*="flex: 1"] { min-width: 0; }
	body.design-v2.page-journey-orchestration .analytics-accordion-mockup div[style*="flex: 1"] > div {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	body.design-v2.page-journey-orchestration .analytics-accordion-mockup div[style*="display: grid"] > div { overflow: hidden; }
	body.design-v2.page-journey-orchestration .analytics-accordion-mockup div[style*="display: grid"] > div > div {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	body.design-v2.page-journey-orchestration .analytics-accordion-mockup div[style*="gap: 4px"] {
		overflow: hidden;
		flex-wrap: nowrap;
	}
	body.design-v2.page-journey-orchestration .analytics-accordion-mockup div[style*="gap: 4px"] > span {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		min-width: 0;
		flex-shrink: 1;
	}

	/* Efficiency panel positioning */
	body.design-v2.page-journey-orchestration .efficiency-panel { top: 62%; }
	body.design-v2.page-journey-orchestration .efficiency-panel .efficiency-title { min-width: 0; overflow: hidden; }
	body.design-v2.page-journey-orchestration .efficiency-panel .efficiency-name,
	body.design-v2.page-journey-orchestration .efficiency-panel .efficiency-meta,
	body.design-v2.page-journey-orchestration .efficiency-panel .insight-tag,
	body.design-v2.page-journey-orchestration .efficiency-panel .insight-tag span {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	body.design-v2.page-journey-orchestration .efficiency-panel .efficiency-summary-text {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		white-space: normal;
	}

	/* Journey builder – collapse to 3-node vertical stack */
	body.design-v2.page-journey-orchestration .features-accordion-image[data-feature="builder"] .journey-canvas {
		justify-content: center;
		padding: 24px 16px;
	}
	body.design-v2.page-journey-orchestration .features-accordion-image[data-feature="builder"] .journey-lines { display: none; }
	body.design-v2.page-journey-orchestration .features-accordion-image[data-feature="builder"] .journey-node {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		transform: none !important;
		min-width: auto;
		width: 100%;
		max-width: 240px;
	}
	body.design-v2.page-journey-orchestration .features-accordion-image[data-feature="builder"] .journey-node:nth-child(4),
	body.design-v2.page-journey-orchestration .features-accordion-image[data-feature="builder"] .journey-node:nth-child(5),
	body.design-v2.page-journey-orchestration .features-accordion-image[data-feature="builder"] .journey-node:nth-child(6) {
		display: none !important;
	}
	body.design-v2.page-journey-orchestration .features-accordion-image[data-feature="builder"] .journey-node:nth-child(2),
	body.design-v2.page-journey-orchestration .features-accordion-image[data-feature="builder"] .journey-node:nth-child(3) {
		margin-bottom: 28px;
	}
	body.design-v2.page-journey-orchestration .features-accordion-image[data-feature="builder"] .journey-node:nth-child(2)::after,
	body.design-v2.page-journey-orchestration .features-accordion-image[data-feature="builder"] .journey-node:nth-child(3)::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 100%;
		width: 2px;
		height: 28px;
		background: rgba(0, 98, 184, 0.3);
		transform: translateX(-50%);
	}
	body.design-v2.page-journey-orchestration .features-accordion-image[data-feature="builder"] .journey-canvas-label { display: none; }
}
