.bc-learning-main {
	--bc-learning-header-offset: 5rem;
	--bc-learning-nav-gap: 0.35rem;
	--bc-learning-nav-height: 4rem;
	--bc-learning-sticky-top: calc(var(--bc-learning-header-offset) + var(--bc-learning-nav-gap));
	--bc-learning-anchor-offset: calc(var(--bc-learning-sticky-top) + var(--bc-learning-nav-height) + 1rem);
	background: linear-gradient(180deg, #050505 0%, #0b0b0b 100%);
	padding: 0 0 5rem;
}

.bc-learning-shell {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0.85rem 1.25rem 0;
}

.bc-learning-page {
	color: var(--theme-palette-color-4, #141414);
	text-wrap: pretty;
}

.bc-learning-breadcrumb {
	align-items: center;
	color: var(--theme-palette-color-3, #5a5a5a);
	display: flex;
	flex-wrap: wrap;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.76rem;
	font-weight: 600;
	gap: 0.55rem;
	letter-spacing: 0.08em;
	margin: 0 auto 0.75rem;
	max-width: 1180px;
	text-transform: uppercase;
}

.bc-learning-breadcrumb a {
	text-decoration: none;
}

[data-learning-anchor] {
	scroll-margin-top: var(--bc-learning-anchor-offset);
}

.bc-learning-sticky-nav {
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(20, 20, 20, 0.06);
	border-radius: 999px;
	box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0 auto 1.25rem;
	max-width: 1180px;
	padding: 0.55rem;
	position: sticky;
	top: var(--bc-learning-sticky-top);
	z-index: 35;
}

.bc-learning-sticky-nav a {
	border-radius: 999px;
	color: var(--theme-palette-color-3, #5a5a5a);
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	padding: 0.65rem 0.85rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.bc-learning-sticky-nav a:hover,
.bc-learning-sticky-nav a:focus-visible,
.bc-learning-sticky-nav a.is-active {
	background: #111111;
	color: #ffffff;
	transform: translateY(-1px);
}

.bc-learning-hero {
	background: linear-gradient(145deg, #090909 0%, #111111 54%, #171717 100%);
	border: 1px solid rgba(255, 255, 255, 0.04);
	border-radius: 24px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
	color: #f5f5f5;
	margin: 0 auto;
	max-width: 1180px;
	overflow: hidden;
	padding: clamp(2rem, 4vw, 3.75rem);
	position: relative;
}

.bc-learning-kicker {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.7);
	display: inline-flex;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	gap: 0.45rem;
	letter-spacing: 0.08em;
	padding: 0.55rem 0.9rem;
	text-transform: uppercase;
}

.bc-learning-hero h1 {
	color: #ffffff;
	font-family: var(--theme-font-family, "Inter"), "Inter", system-ui, sans-serif;
	font-size: clamp(2.6rem, 6vw, 5rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 0.95;
	margin: 0.9rem 0 0;
	max-width: 940px;
	text-wrap: balance;
}

.bc-learning-hero p {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1rem, 1.8vw, 1.16rem);
	line-height: 1.72;
	margin: 1.15rem 0 0;
	max-width: 760px;
	text-wrap: pretty;
}

.bc-learning-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.8rem;
}

.bc-learning-button {
	align-items: center;
	border: var(--theme-button-border, 1px solid transparent);
	border-radius: var(--theme-button-border-radius, 15px);
	box-shadow: var(--theme-button-shadow, none);
	display: inline-flex;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: var(--theme-button-font-size, 18px);
	font-weight: var(--theme-button-font-weight, 500);
	gap: 0.55rem;
	justify-content: center;
	line-height: 1.1;
	min-height: var(--theme-button-min-height, 50px);
	padding: var(--theme-button-padding, 5px 20px);
	text-decoration: none;
	text-transform: var(--theme-button-transform, none);
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		color 180ms ease,
		transform 180ms ease;
}

.bc-learning-button .bc-icon svg,
.bc-learning-step-link .bc-icon svg {
	height: 1rem;
	width: 1rem;
}

.bc-learning-button--primary:not(:has(.bc-icon))::after,
a.bc-learning-button--secondary:not(:has(.bc-icon))::after {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 12h14'/%3E%3Cpath fill='black' d='m13 6 6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
	background-color: currentColor;
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	height: 1rem;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 12h14'/%3E%3Cpath fill='black' d='m13 6 6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 1rem;
}

.bc-learning-button--primary {
	background: var(--theme-button-background-initial-color, #e62e2d);
	color: #ffffff;
}

.bc-learning-button--primary:hover,
.bc-learning-button--primary:focus-visible {
	background: var(--theme-button-background-hover-color, #ff0000);
	color: #ffffff;
	transform: translateY(-1px);
}

.bc-learning-button--secondary {
	background: #ffffff;
	border: 1px solid #e62e2d;
	color: var(--theme-palette-color-1, #e62e2d);
}

.bc-learning-button--secondary:hover,
.bc-learning-button--secondary:focus-visible {
	background: #111111;
	border-color: #111111;
	color: #ffffff;
	transform: translateY(-1px);
}

.bc-learning-hero .bc-learning-button--secondary {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.16);
	color: #ffffff;
}

.bc-learning-hero .bc-learning-button--secondary:hover,
.bc-learning-hero .bc-learning-button--secondary:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.24);
	color: #ffffff;
}

.bc-learning-meta-grid,
.bc-learning-tile-grid,
.bc-learning-card-grid,
.bc-learning-link-grid,
.bc-learning-stage-grid {
	display: grid;
	gap: 1.15rem;
}

.bc-learning-meta-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 2rem;
}

.bc-learning-scan-grid {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.45rem;
}

.bc-learning-scan-card {
	align-items: flex-start;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	display: grid;
	gap: 0.85rem;
	grid-template-columns: auto minmax(0, 1fr);
	padding: 1rem 1.05rem;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.bc-learning-scan-card .bc-icon {
	align-items: center;
	background: rgba(230, 46, 45, 0.14);
	border: 1px solid rgba(230, 46, 45, 0.2);
	border-radius: 14px;
	color: #ffffff;
	display: inline-flex;
	height: 2.65rem;
	justify-content: center;
	width: 2.65rem;
}

.bc-learning-scan-card .bc-icon svg {
	height: 1.15rem;
	width: 1.15rem;
}

.bc-learning-scan-card strong,
.bc-learning-visual-card figcaption strong {
	color: #ffffff;
	display: block;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.3;
}

.bc-learning-scan-card span {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 0.92rem;
	line-height: 1.55;
	margin-top: 0.2rem;
}

.bc-learning-hero__visual-grid,
.bc-learning-visual-story {
	display: grid;
	gap: 1rem;
	margin-top: 1.8rem;
}

.bc-learning-hero__visual-grid {
	grid-template-columns: 1.2fr 0.8fr;
}

.bc-learning-visual-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 22px;
	display: grid;
	gap: 0.75rem;
	overflow: hidden;
	padding: 0.9rem;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.bc-learning-visual-card--wide {
	grid-row: span 2;
}

.bc-learning-visual-card img {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
	border-radius: 16px;
	display: block;
	height: auto;
	transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
	width: 100%;
}

.bc-learning-visual-card figcaption {
	color: rgba(255, 255, 255, 0.72);
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.65;
	padding: 0 0.15rem;
}

.bc-learning-scan-card:hover,
.bc-learning-scan-card:focus-within,
.bc-learning-visual-card:hover,
.bc-learning-visual-card:focus-within {
	border-color: rgba(230, 46, 45, 0.22);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
	transform: translateY(-3px);
}

.bc-learning-visual-card:hover img,
.bc-learning-visual-card:focus-within img {
	transform: scale(1.02);
}

.bc-learning-meta-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 1rem 1.05rem;
}

.bc-learning-meta-card span {
	color: rgba(255, 255, 255, 0.62);
	display: block;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	margin-bottom: 0.45rem;
	text-transform: uppercase;
}

.bc-learning-meta-card strong {
	color: #ffffff;
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.3;
}

.bc-learning-journey {
	display: grid;
	gap: 1.4rem;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	margin-top: 1.8rem;
}

.bc-learning-journey__intro {
	align-self: start;
	display: grid;
	gap: 1rem;
	overflow: hidden;
	position: sticky;
	top: 6.5rem;
}

.bc-learning-journey__intro::before {
	background:
		radial-gradient(circle, rgba(230, 46, 45, 0.26) 0%, rgba(230, 46, 45, 0) 68%);
	content: "";
	height: 13rem;
	pointer-events: none;
	position: absolute;
	right: -3.5rem;
	top: -3rem;
	width: 13rem;
}

.bc-learning-journey__stats {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bc-learning-journey__stat {
	background: rgba(230, 46, 45, 0.03);
	border: 1px solid rgba(230, 46, 45, 0.1);
	border-radius: 16px;
	display: grid;
	gap: 0.35rem;
	padding: 0.9rem 0.95rem;
}

.bc-learning-journey__stat span,
.bc-learning-journey-step__meta strong {
	color: var(--theme-palette-color-3, #5a5a5a);
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.bc-learning-journey__stat strong {
	color: var(--theme-palette-color-4, #141414);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
}

.bc-learning-journey__rail {
	display: grid;
	gap: 1rem;
	padding-left: 3rem;
	position: relative;
}

.bc-learning-journey__rail::before,
.bc-learning-journey__rail::after {
	content: "";
	left: 1rem;
	position: absolute;
	top: 0;
}

.bc-learning-journey__rail::before {
	background: linear-gradient(180deg, rgba(230, 46, 45, 0.1), rgba(230, 46, 45, 0.03));
	border-radius: 999px;
	bottom: 0;
	width: 2px;
}

.bc-learning-journey__rail::after {
	animation: bc-learning-rail-flow 10s linear infinite;
	background:
		linear-gradient(180deg, rgba(230, 46, 45, 0), rgba(230, 46, 45, 0.95), rgba(255, 153, 153, 0));
	border-radius: 999px;
	height: 9rem;
	transform: translateX(-1px);
	width: 4px;
}

.bc-learning-journey-step {
	position: relative;
}

.bc-learning-journey-step:nth-child(even) .bc-learning-journey-step__card {
	transform-origin: left center;
}

.bc-learning-journey-step__dot {
	background: linear-gradient(135deg, var(--theme-palette-color-1, #e62e2d), #ff9b9b);
	border: 6px solid rgba(230, 46, 45, 0.12);
	border-radius: 999px;
	box-shadow: 0 0 0 10px rgba(230, 46, 45, 0.05);
	height: 18px;
	left: -2.52rem;
	position: absolute;
	top: 1.5rem;
	width: 18px;
	z-index: 1;
}

.bc-learning-journey-step__dot::after {
	animation: bc-learning-pulse 2.8s ease-in-out infinite;
	background: rgba(230, 46, 45, 0.18);
	border-radius: inherit;
	content: "";
	inset: -8px;
	position: absolute;
}

.bc-learning-journey-step__card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 1)),
		var(--theme-palette-color-8, #ffffff);
	border: 1px solid rgba(230, 46, 45, 0.08);
	border-radius: 22px;
	box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
	display: grid;
	gap: 0.95rem;
	min-height: 220px;
	overflow: hidden;
	padding: 1.3rem;
	position: relative;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.bc-learning-journey-step__card::before {
	background:
		radial-gradient(circle at top right, rgba(230, 46, 45, 0.15), rgba(230, 46, 45, 0) 55%);
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 180ms ease;
}

.bc-learning-journey-step__card > * {
	position: relative;
	z-index: 1;
}

.bc-learning-journey-step:hover .bc-learning-journey-step__card,
.bc-learning-journey-step:focus-within .bc-learning-journey-step__card {
	border-color: rgba(230, 46, 45, 0.18);
	box-shadow: 0 26px 70px rgba(15, 23, 42, 0.12);
	transform: translateY(-4px);
}

.bc-learning-journey-step:hover .bc-learning-journey-step__card::before,
.bc-learning-journey-step:focus-within .bc-learning-journey-step__card::before {
	opacity: 1;
}

.bc-learning-journey-step__meta,
.bc-learning-chip-row,
.bc-learning-journey-step__links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.bc-learning-journey-step__meta {
	justify-content: space-between;
}

.bc-learning-chip {
	background: rgba(230, 46, 45, 0.06);
	border: 1px solid rgba(230, 46, 45, 0.12);
	border-radius: 999px;
	color: var(--theme-palette-color-4, #141414);
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.76rem;
	font-weight: 600;
	padding: 0.42rem 0.72rem;
}

.bc-learning-step-link {
	align-items: center;
	background: var(--theme-button-background-initial-color, #e62e2d);
	border: 1px solid transparent;
	border-radius: var(--theme-button-border-radius, 15px);
	color: #ffffff !important;
	display: inline-flex;
	flex: 1 1 16rem;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.94rem;
	font-weight: var(--theme-button-font-weight, 500);
	gap: 0.4rem;
	justify-content: flex-start;
	min-height: var(--theme-button-min-height, 50px);
	padding: var(--theme-button-padding, 5px 20px);
	text-decoration: none;
	transition:
		background 180ms ease,
		border-color 180ms ease,
		color 180ms ease,
		transform 180ms ease;
}

.bc-learning-step-link .bc-learning-step-link__label {
	flex: 1 1 auto;
}

.bc-learning-step-link .bc-icon {
	display: inline-flex;
	flex: 0 0 auto;
	margin-left: auto;
}

.bc-learning-step-link:hover,
.bc-learning-step-link:focus-visible {
	background: var(--theme-button-background-hover-color, #ff0000);
	color: #ffffff !important;
	transform: translateY(-1px);
}

[data-learning-reveal] {
	opacity: 1;
	transform: none;
	transition:
		opacity 720ms ease,
		transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
		filter 720ms cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: calc(var(--step-index, 0) * 110ms);
}

html.bc-learning-motion [data-learning-reveal] {
	filter: blur(8px);
	opacity: 0;
	transform: translateY(22px);
}

html.bc-learning-motion [data-learning-reveal].is-visible {
	filter: blur(0);
	opacity: 1;
	transform: none;
}

.bc-learning-visual-story {
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.bc-learning-visual-story__copy,
.bc-learning-visual-story__media {
	align-self: stretch;
}

.bc-learning-visual-story__media {
	background:
		linear-gradient(180deg, rgba(230, 46, 45, 0.06), rgba(230, 46, 45, 0.015)),
		var(--theme-palette-color-8, #ffffff);
	border-color: rgba(230, 46, 45, 0.08);
	padding: 1rem;
}

.bc-learning-visual-story__media figcaption {
	color: var(--theme-palette-color-3, #5a5a5a);
}

.bc-learning-section {
	margin: 0 auto;
	max-width: 1180px;
	padding-top: clamp(2.75rem, 6vw, 4.75rem);
}

.bc-learning-section__head {
	max-width: 760px;
}

.bc-learning-section__head h2,
.bc-learning-callout h2 {
	color: var(--theme-palette-color-4, #141414);
	font-family: var(--theme-font-family, "Inter"), "Inter", system-ui, sans-serif;
	font-size: clamp(2rem, 4vw, 3.4rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1;
	margin: 0;
	text-wrap: balance;
}

.bc-learning-section__head p,
.bc-learning-callout p {
	color: var(--theme-palette-color-3, #5a5a5a);
	font-size: 1rem;
	line-height: 1.75;
	margin: 1rem 0 0;
	text-wrap: pretty;
}

.bc-learning-tile-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 1.8rem;
}

.bc-learning-tile,
.bc-learning-card,
.bc-learning-link-card,
.bc-learning-stage,
.bc-learning-callout {
	background: var(--theme-palette-color-8, #ffffff);
	border: 1px solid var(--theme-palette-color-5, #edeff2);
	border-radius: 20px;
	box-shadow: 0 16px 45px rgba(15, 23, 42, 0.08);
	transition:
		background 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		color 180ms ease,
		transform 180ms ease;
}

.bc-learning-tile {
	display: grid;
	gap: 1rem;
	min-height: 250px;
	padding: 1.35rem;
	text-decoration: none;
}

.bc-learning-tile--featured {
	background:
		linear-gradient(180deg, rgba(230, 46, 45, 0.08), rgba(230, 46, 45, 0.02)),
		var(--theme-palette-color-8, #ffffff);
}

.bc-learning-tile--muted {
	box-shadow: none;
}

.bc-learning-tile__eyebrow,
.bc-learning-tag,
.bc-learning-stage__number,
.bc-learning-link-card span {
	color: var(--theme-palette-color-1, #e62e2d);
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.bc-learning-tile h3,
.bc-learning-card h3,
.bc-learning-stage h3,
.bc-learning-link-card strong {
	color: var(--theme-palette-color-4, #141414);
	font-family: var(--theme-font-family, "Inter"), "Inter", system-ui, sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.08;
	margin: 0;
	text-wrap: balance;
}

.bc-learning-tile p,
.bc-learning-card p,
.bc-learning-stage p,
.bc-learning-link-card p {
	color: var(--theme-palette-color-3, #5a5a5a);
	line-height: 1.72;
	margin: 0;
	text-wrap: pretty;
}

.bc-learning-tile__foot {
	align-items: center;
	display: flex;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	gap: 0.65rem;
	margin-top: auto;
	text-transform: uppercase;
}

.bc-learning-tile__foot span:last-child {
	align-items: center;
	background: rgba(20, 20, 20, 0.05);
	border: 1px solid rgba(20, 20, 20, 0.08);
	border-radius: 999px;
	display: inline-flex;
	justify-content: center;
	min-width: 2.2rem;
	padding: 0.32rem 0.62rem;
}

.bc-learning-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.8rem;
}

.bc-learning-card {
	padding: 1.35rem;
}

.bc-learning-callout--plan {
	margin-top: 1.5rem;
}

.bc-learning-copy-button {
	cursor: pointer;
}

.bc-learning-copy-feedback {
	color: var(--theme-palette-color-1, #e62e2d);
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.84rem;
	font-weight: 700;
	margin-top: 1rem;
}

.bc-learning-copy-feedback.is-error {
	color: var(--theme-palette-color-3, #5a5a5a);
}

.bc-learning-tag {
	display: inline-flex;
	margin-bottom: 0.85rem;
}

.bc-learning-link-grid,
.bc-learning-stage-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 1.8rem;
}

.bc-learning-link-card,
.bc-learning-stage {
	display: grid;
	gap: 0.8rem;
	min-height: 200px;
	padding: 1.25rem;
	text-decoration: none;
}

.bc-learning-link-card span {
	margin-top: auto;
}

.bc-learning-link-card__footer {
	align-items: center;
	display: flex;
	gap: 0.8rem;
	justify-content: space-between;
	margin-top: auto;
}

.bc-learning-link-card__type {
	color: var(--theme-palette-color-3, #5a5a5a);
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.bc-learning-link-card__cta {
	color: var(--theme-palette-color-1, #e62e2d);
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.bc-learning-link-card__cta::after {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M10.293 3.293a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 1 1-1.414-1.414L13.586 10H4a1 1 0 1 1 0-2h9.586l-3.293-3.293a1 1 0 0 1 0-1.414Z'/%3E%3C/svg%3E") center / contain no-repeat;
	background-color: currentColor;
	content: "";
	display: inline-block;
	height: 0.9rem;
	margin-left: 0.35rem;
	vertical-align: middle;
	width: 0.9rem;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M10.293 3.293a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 1 1-1.414-1.414L13.586 10H4a1 1 0 1 1 0-2h9.586l-3.293-3.293a1 1 0 0 1 0-1.414Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bc-learning-tile:hover,
.bc-learning-tile:focus-visible,
.bc-learning-tile:focus-within,
.bc-learning-card:hover,
.bc-learning-card:focus-visible,
.bc-learning-card:focus-within,
.bc-learning-link-card:hover,
.bc-learning-link-card:focus-visible,
.bc-learning-link-card:focus-within,
.bc-learning-stage:hover,
.bc-learning-stage:focus-visible,
.bc-learning-stage:focus-within {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #cf2525 0%, #a91515 100%);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: 0 24px 60px rgba(170, 21, 21, 0.34);
	outline: none;
	transform: translateY(-4px);
}

.bc-learning-tile:hover .bc-learning-tile__eyebrow,
.bc-learning-tile:focus-visible .bc-learning-tile__eyebrow,
.bc-learning-tile:focus-within .bc-learning-tile__eyebrow,
.bc-learning-card:hover .bc-learning-tag,
.bc-learning-card:focus-visible .bc-learning-tag,
.bc-learning-card:focus-within .bc-learning-tag,
.bc-learning-link-card:hover span,
.bc-learning-link-card:focus-visible span,
.bc-learning-link-card:focus-within span,
.bc-learning-stage:hover .bc-learning-stage__number,
.bc-learning-stage:focus-visible .bc-learning-stage__number,
.bc-learning-stage:focus-within .bc-learning-stage__number,
.bc-learning-link-card:hover .bc-learning-link-card__type,
.bc-learning-link-card:focus-visible .bc-learning-link-card__type,
.bc-learning-link-card:focus-within .bc-learning-link-card__type,
.bc-learning-link-card:hover .bc-learning-link-card__cta,
.bc-learning-link-card:focus-visible .bc-learning-link-card__cta,
.bc-learning-link-card:focus-within .bc-learning-link-card__cta,
.bc-learning-tile:hover .bc-learning-tile__foot,
.bc-learning-tile:focus-visible .bc-learning-tile__foot,
.bc-learning-tile:focus-within .bc-learning-tile__foot {
	color: rgba(255, 255, 255, 0.92);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.bc-learning-tile:hover h3,
.bc-learning-tile:focus-visible h3,
.bc-learning-tile:focus-within h3,
.bc-learning-card:hover h3,
.bc-learning-card:focus-visible h3,
.bc-learning-card:focus-within h3,
.bc-learning-link-card:hover strong,
.bc-learning-link-card:focus-visible strong,
.bc-learning-link-card:focus-within strong,
.bc-learning-stage:hover h3,
.bc-learning-stage:focus-visible h3,
.bc-learning-stage:focus-within h3 {
	color: #ffffff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22), 0 1px 2px rgba(0, 0, 0, 0.16);
}

.bc-learning-tile:hover p,
.bc-learning-tile:focus-visible p,
.bc-learning-tile:focus-within p,
.bc-learning-card:hover p,
.bc-learning-card:focus-visible p,
.bc-learning-card:focus-within p,
.bc-learning-link-card:hover p,
.bc-learning-link-card:focus-visible p,
.bc-learning-link-card:focus-within p,
.bc-learning-stage:hover p,
.bc-learning-stage:focus-visible p,
.bc-learning-stage:focus-within p {
	color: rgba(255, 255, 255, 0.94);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.bc-learning-resource-block {
	margin-top: 2rem;
}

.bc-learning-filter-bar {
	align-items: center;
	background:
		linear-gradient(180deg, rgba(230, 46, 45, 0.04), rgba(230, 46, 45, 0.01)),
		var(--theme-palette-color-8, #ffffff);
	border: 1px solid var(--theme-palette-color-5, #edeff2);
	border-radius: 22px;
	box-shadow: 0 16px 45px rgba(15, 23, 42, 0.08);
	display: grid;
	gap: 1rem;
	margin-top: 1.8rem;
	padding: 1.2rem;
}

.bc-learning-filter-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}

.bc-learning-filter {
	background: rgba(20, 20, 20, 0.03);
	border: 1px solid rgba(20, 20, 20, 0.07);
	border-radius: 999px;
	color: var(--theme-palette-color-4, #141414);
	cursor: pointer;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	min-height: 2.85rem;
	padding: 0 1rem;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.bc-learning-filter:hover,
.bc-learning-filter:focus-visible,
.bc-learning-filter.is-active {
	background: rgba(230, 46, 45, 0.09);
	border-color: rgba(230, 46, 45, 0.16);
	color: var(--theme-palette-color-1, #e62e2d);
	transform: translateY(-1px);
}

.bc-learning-filter-copy {
	color: var(--theme-palette-color-3, #5a5a5a);
	font-size: 0.96rem;
	line-height: 1.6;
	margin: 0;
}

.bc-learning-accordion {
	background: var(--theme-palette-color-8, #ffffff);
	border: 1px solid var(--theme-palette-color-5, #edeff2);
	border-radius: 22px;
	box-shadow: 0 16px 45px rgba(15, 23, 42, 0.08);
	margin-top: 1.25rem;
	overflow: hidden;
}

.bc-learning-accordion summary {
	cursor: pointer;
	display: grid;
	gap: 0.4rem;
	list-style: none;
	padding: 1.25rem;
}

.bc-learning-accordion summary::-webkit-details-marker {
	display: none;
}

.bc-learning-accordion summary span {
	color: var(--theme-palette-color-4, #141414);
	font-family: var(--theme-font-family, "Inter"), "Inter", system-ui, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.08;
}

.bc-learning-accordion summary small {
	color: var(--theme-palette-color-3, #5a5a5a);
	font-size: 0.98rem;
	line-height: 1.7;
}

.bc-learning-accordion[open] summary {
	border-bottom: 1px solid var(--theme-palette-color-5, #edeff2);
}

.bc-learning-accordion .bc-learning-link-grid {
	padding: 1.25rem;
}

.bc-learning-resource-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.bc-learning-badge {
	background: rgba(20, 20, 20, 0.04);
	border: 1px solid rgba(20, 20, 20, 0.08);
	border-radius: 999px;
	color: var(--theme-palette-color-3, #5a5a5a);
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	padding: 0.36rem 0.65rem;
	text-transform: uppercase;
}

.bc-learning-badge--accent {
	background: rgba(230, 46, 45, 0.08);
	border-color: rgba(230, 46, 45, 0.13);
	color: var(--theme-palette-color-1, #e62e2d);
}

.bc-learning-resource-card.is-hidden {
	display: none;
}

.bc-learning-scenario {
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	margin-top: 1.8rem;
}

.bc-learning-scenario__flow {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bc-learning-scenario__media {
	align-self: stretch;
	background:
		linear-gradient(180deg, rgba(230, 46, 45, 0.06), rgba(230, 46, 45, 0.015)),
		var(--theme-palette-color-8, #ffffff);
	border-color: rgba(230, 46, 45, 0.08);
	padding: 1rem;
}

.bc-learning-scenario__media figcaption {
	color: var(--theme-palette-color-3, #5a5a5a);
}

.bc-learning-callout {
	background:
		linear-gradient(180deg, rgba(230, 46, 45, 0.06), rgba(230, 46, 45, 0.015)),
		var(--theme-palette-color-8, #ffffff);
	padding: 1.5rem;
}

.bc-app-feature-grid,
.bc-app-media-grid {
	display: grid;
	gap: 1rem;
	margin-top: 1.8rem;
}

.bc-app-feature-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bc-app-media-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bc-app-media-card {
	padding: 1rem;
}

.bc-app-media-card img {
	aspect-ratio: 390 / 844;
	background: #06080f;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	box-shadow: 0 24px 50px rgba(15, 23, 42, 0.16);
	display: block;
	object-fit: cover;
	width: 100%;
}

.bc-app-media-card figcaption {
	color: var(--theme-palette-color-3, #5a5a5a);
	display: grid;
	gap: 0.45rem;
	margin-top: 1rem;
}

.bc-app-media-card figcaption strong {
	color: var(--theme-palette-color-4, #141414);
	font-family: var(--theme-font-family, "Inter"), "Inter", system-ui, sans-serif;
	font-size: 1.08rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.12;
}

.bc-app-code {
	background: #0d1423;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
	color: #d5e2ff;
	font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.78rem;
	line-height: 1.7;
	margin: 0;
	overflow-x: auto;
	padding: 1rem;
	white-space: pre-wrap;
	word-break: break-word;
}

.bc-app-code code {
	font: inherit;
}

.bc-app-callout {
	margin-top: 1.8rem;
}

.bc-martech-route .entry-content a:not(.bc-learning-button):not(.bc-learning-link-card):not(.bc-learning-tile),
.bc-martech-route .entry-content a:not(.bc-learning-button):not(.bc-learning-link-card):not(.bc-learning-tile):visited,
.bc-learning-page a:not(.bc-learning-button):not(.bc-learning-link-card):not(.bc-learning-tile) {
	color: inherit;
}

html[data-theme="dark"] .bc-learning-main {
	background: linear-gradient(180deg, #050505 0%, #0b0b0b 100%);
}

html[data-theme="dark"] .bc-learning-page {
	color: var(--theme-palette-color-4, #e8e8e8);
}

html[data-theme="dark"] .bc-learning-breadcrumb,
html[data-theme="dark"] .bc-learning-copy-feedback.is-error,
html[data-theme="dark"] .bc-learning-filter-copy,
html[data-theme="dark"] .bc-learning-section__head p,
html[data-theme="dark"] .bc-learning-callout p,
html[data-theme="dark"] .bc-learning-tile p,
html[data-theme="dark"] .bc-learning-card p,
html[data-theme="dark"] .bc-learning-stage p,
html[data-theme="dark"] .bc-learning-link-card p,
html[data-theme="dark"] .bc-learning-accordion summary small,
html[data-theme="dark"] .bc-learning-scenario__media figcaption,
html[data-theme="dark"] .bc-app-media-card figcaption {
	color: var(--theme-palette-color-3, #a8a8a8);
}

html[data-theme="dark"] .bc-learning-tile,
html[data-theme="dark"] .bc-learning-card,
html[data-theme="dark"] .bc-learning-link-card,
html[data-theme="dark"] .bc-learning-stage,
html[data-theme="dark"] .bc-learning-callout,
html[data-theme="dark"] .bc-learning-filter-bar,
html[data-theme="dark"] .bc-learning-accordion {
	background: var(--theme-palette-color-6, #1e1e1e);
	border-color: var(--theme-palette-color-5, #2a2a2a);
	box-shadow: 0 16px 45px rgba(0, 0, 0, 0.32);
}

html[data-theme="dark"] .bc-learning-tile--featured,
html[data-theme="dark"] .bc-learning-callout {
	background:
		linear-gradient(180deg, rgba(230, 46, 45, 0.12), rgba(230, 46, 45, 0.02)),
		var(--theme-palette-color-6, #1e1e1e);
}

html[data-theme="dark"] .bc-learning-visual-card {
	background: rgba(255, 255, 255, 0.03);
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
}

html[data-theme="dark"] .bc-learning-visual-story__media {
	background:
		linear-gradient(180deg, rgba(230, 46, 45, 0.12), rgba(230, 46, 45, 0.02)),
		var(--theme-palette-color-6, #1e1e1e);
}

html[data-theme="dark"] .bc-learning-visual-story__media figcaption {
	color: var(--theme-palette-color-3, #a8a8a8);
}

html[data-theme="dark"] .bc-learning-sticky-nav {
	background: rgba(24, 24, 24, 0.86);
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

html[data-theme="dark"] .bc-learning-sticky-nav a {
	color: var(--theme-palette-color-3, #a8a8a8);
}

html[data-theme="dark"] .bc-learning-sticky-nav a:hover,
html[data-theme="dark"] .bc-learning-sticky-nav a:focus-visible,
html[data-theme="dark"] .bc-learning-sticky-nav a.is-active {
	background: rgba(230, 46, 45, 0.14);
	color: var(--theme-palette-color-4, #e8e8e8);
}

html[data-theme="dark"] .bc-learning-journey__stat {
	background: rgba(230, 46, 45, 0.06);
	border-color: rgba(230, 46, 45, 0.15);
}

html[data-theme="dark"] .bc-learning-journey__stat strong,
html[data-theme="dark"] .bc-learning-chip,
html[data-theme="dark"] .bc-learning-step-link {
	color: var(--theme-palette-color-4, #e8e8e8) !important;
}

html[data-theme="dark"] .bc-learning-filter,
html[data-theme="dark"] .bc-learning-badge {
	background: rgba(255, 255, 255, 0.03);
	border-color: rgba(255, 255, 255, 0.08);
	color: var(--theme-palette-color-3, #a8a8a8);
}

html[data-theme="dark"] .bc-learning-filter:hover,
html[data-theme="dark"] .bc-learning-filter:focus-visible,
html[data-theme="dark"] .bc-learning-filter.is-active {
	background: rgba(230, 46, 45, 0.13);
	border-color: rgba(230, 46, 45, 0.18);
	color: var(--theme-palette-color-4, #e8e8e8);
}

html[data-theme="dark"] .bc-learning-badge--accent {
	background: rgba(230, 46, 45, 0.14);
	border-color: rgba(230, 46, 45, 0.22);
	color: #ffb3ac;
}

html[data-theme="dark"] .bc-learning-link-card__type {
	color: var(--theme-palette-color-3, #a8a8a8);
}

html[data-theme="dark"] .bc-learning-link-card__cta {
	color: #ffb3ac;
}

html[data-theme="dark"] .bc-learning-tile:hover,
html[data-theme="dark"] .bc-learning-tile:focus-visible,
html[data-theme="dark"] .bc-learning-tile:focus-within,
html[data-theme="dark"] .bc-learning-card:hover,
html[data-theme="dark"] .bc-learning-card:focus-visible,
html[data-theme="dark"] .bc-learning-card:focus-within,
html[data-theme="dark"] .bc-learning-link-card:hover,
html[data-theme="dark"] .bc-learning-link-card:focus-visible,
html[data-theme="dark"] .bc-learning-link-card:focus-within,
html[data-theme="dark"] .bc-learning-stage:hover,
html[data-theme="dark"] .bc-learning-stage:focus-visible,
html[data-theme="dark"] .bc-learning-stage:focus-within {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #cf2525 0%, #961010 100%);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: 0 24px 60px rgba(170, 21, 21, 0.38);
}

html[data-theme="dark"] .bc-learning-scan-card {
	background: rgba(255, 255, 255, 0.03);
	border-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .bc-learning-chip {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .bc-learning-step-link {
	background: var(--theme-button-background-initial-color, #e62e2d);
	border-color: transparent;
}

html[data-theme="dark"] .bc-learning-step-link:hover,
html[data-theme="dark"] .bc-learning-step-link:focus-visible {
	background: var(--theme-button-background-hover-color, #ff0000);
}

html[data-theme="dark"] .bc-learning-journey-step__card {
	background:
		linear-gradient(180deg, rgba(33, 33, 33, 0.95), rgba(28, 28, 28, 1)),
		var(--theme-palette-color-6, #1e1e1e);
	border-color: rgba(255, 255, 255, 0.06);
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
}

html[data-theme="dark"] .bc-learning-section__head h2,
html[data-theme="dark"] .bc-learning-callout h2,
html[data-theme="dark"] .bc-learning-tile h3,
html[data-theme="dark"] .bc-learning-card h3,
html[data-theme="dark"] .bc-learning-stage h3,
html[data-theme="dark"] .bc-learning-link-card strong,
html[data-theme="dark"] .bc-app-media-card figcaption strong {
	color: var(--theme-palette-color-4, #e8e8e8);
}

html[data-theme="dark"] .bc-learning-accordion[open] summary {
	border-bottom-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .bc-learning-accordion summary span {
	color: var(--theme-palette-color-4, #e8e8e8);
}

html[data-theme="dark"] .bc-learning-scenario__media {
	background:
		linear-gradient(180deg, rgba(230, 46, 45, 0.12), rgba(230, 46, 45, 0.02)),
		var(--theme-palette-color-6, #1e1e1e);
}

/* Brand cleanup: keep reading surfaces black/white and reserve red for accents only. */
.bc-learning-journey__intro::before,
.bc-learning-journey-step__card::before {
	display: none;
}

.bc-learning-journey__stat,
.bc-learning-journey-step__card,
.bc-learning-chip,
.bc-learning-tile--featured,
.bc-learning-filter-bar,
.bc-learning-visual-story__media,
.bc-learning-scenario__media,
.bc-learning-callout,
.bc-learning-badge--accent {
	background: #ffffff;
}

.bc-learning-journey__stat,
.bc-learning-journey-step__card,
.bc-learning-chip,
.bc-learning-filter-bar,
.bc-learning-visual-story__media,
.bc-learning-scenario__media,
.bc-learning-callout {
	border-color: rgba(20, 20, 20, 0.08);
}

.bc-learning-chip,
.bc-learning-badge--accent {
	border: 1px solid rgba(230, 46, 45, 0.32);
	color: #e62e2d;
}

.bc-learning-journey-step:hover .bc-learning-journey-step__card,
.bc-learning-journey-step:focus-within .bc-learning-journey-step__card,
.bc-learning-filter:hover,
.bc-learning-filter:focus-visible,
.bc-learning-filter.is-active {
	border-color: #e62e2d;
}

.bc-learning-filter:hover,
.bc-learning-filter:focus-visible,
.bc-learning-filter.is-active {
	background: #111111;
	color: #ffffff;
}

html[data-theme="dark"] .bc-learning-tile,
html[data-theme="dark"] .bc-learning-card,
html[data-theme="dark"] .bc-learning-link-card,
html[data-theme="dark"] .bc-learning-stage,
html[data-theme="dark"] .bc-learning-callout,
html[data-theme="dark"] .bc-learning-filter-bar,
html[data-theme="dark"] .bc-learning-accordion,
html[data-theme="dark"] .bc-learning-tile--featured,
html[data-theme="dark"] .bc-learning-visual-story__media,
html[data-theme="dark"] .bc-learning-scenario__media,
html[data-theme="dark"] .bc-learning-journey__stat,
html[data-theme="dark"] .bc-learning-journey-step__card {
	background: #111111;
	border-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .bc-learning-chip,
html[data-theme="dark"] .bc-learning-badge--accent {
	background: #111111;
	border-color: rgba(230, 46, 45, 0.38);
	color: #ffffff;
}

html[data-theme="dark"] .bc-learning-tile__foot span:last-child {
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] .bc-learning-sticky-nav a:hover,
html[data-theme="dark"] .bc-learning-sticky-nav a:focus-visible,
html[data-theme="dark"] .bc-learning-sticky-nav a.is-active,
html[data-theme="dark"] .bc-learning-filter:hover,
html[data-theme="dark"] .bc-learning-filter:focus-visible,
html[data-theme="dark"] .bc-learning-filter.is-active {
	background: #e62e2d;
	border-color: #e62e2d;
	color: #ffffff;
}

.bc-martech-route .bc-newsletter-popup {
	display: none !important;
}

@media (max-width: 999px) {
	.bc-learning-shell {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.bc-learning-meta-grid,
	.bc-learning-tile-grid,
	.bc-learning-card-grid,
	.bc-learning-link-grid,
	.bc-learning-stage-grid,
	.bc-app-feature-grid,
	.bc-app-media-grid {
		grid-template-columns: 1fr;
	}

	.bc-learning-scan-grid {
		grid-template-columns: 1fr;
	}

	.bc-learning-hero__visual-grid,
	.bc-learning-visual-story,
	.bc-learning-scenario {
		grid-template-columns: 1fr;
	}

	.bc-learning-visual-card--wide {
		grid-row: auto;
	}

	.bc-learning-scenario__flow {
		grid-template-columns: 1fr;
	}

	.bc-learning-journey {
		grid-template-columns: 1fr;
	}

	.bc-learning-journey__intro {
		position: static;
	}

	.bc-learning-journey__stats {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.bc-learning-sticky-nav {
		border-radius: 20px;
	}

	.bc-learning-sticky-nav a {
		flex: 1 1 auto;
		text-align: center;
	}

	.bc-learning-hero {
		border-radius: 18px;
	}

	.bc-learning-kicker {
		padding-inline: 0.78rem;
	}

	.bc-learning-actions {
		flex-direction: column;
	}

	.bc-learning-button {
		width: 100%;
	}

	.bc-learning-step-link {
		width: 100%;
	}

	.bc-learning-journey__rail {
		padding-left: 2.15rem;
	}

	.bc-learning-journey-step__dot {
		left: -1.72rem;
	}

	.bc-learning-filter-group {
		flex-direction: column;
	}

	.bc-learning-filter {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bc-learning-journey__rail::after,
	.bc-learning-journey-step__dot::after {
		animation: none;
	}

	[data-learning-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* Adobe MarTech outcome-led implementation hub. */
.bc-martech-outcomes__hero {
	max-width: 1040px;
}

.bc-martech-outcome-grid,
.bc-martech-buying-grid,
.bc-martech-product-grid {
	display: grid;
	gap: 1rem;
	margin-top: 1.8rem;
}

.bc-martech-outcome-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bc-martech-buying-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bc-martech-product-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bc-martech-product-card {
	background: linear-gradient(145deg, #111111, #1b1111);
	border: 1px solid rgba(230, 46, 45, 0.3);
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 1.5rem;
}

.bc-martech-product-card h3 {
	color: #ffffff;
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	letter-spacing: -0.035em;
	margin: 0.8rem 0 0;
}

.bc-martech-product-card > p,
.bc-martech-product-card__includes span {
	color: #bdbdbd;
	line-height: 1.65;
}

.bc-martech-product-card__includes {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: grid;
	gap: 0.4rem;
	margin: 0.3rem 0 1.25rem;
	padding-top: 1rem;
}

.bc-martech-product-card__includes strong {
	color: #ff6b65;
	font-size: 0.76rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bc-martech-product-card .bc-learning-button {
	margin-top: auto;
	width: fit-content;
}

.bc-martech-outcome-card,
.bc-martech-buying-card {
	background: #ffffff;
	border: 1px solid rgba(20, 20, 20, 0.08);
	border-radius: 22px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 1.4rem;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.bc-martech-outcome-card:hover,
.bc-martech-outcome-card:focus-within,
.bc-martech-buying-card:hover,
.bc-martech-buying-card:focus-within {
	border-color: rgba(230, 46, 45, 0.48);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.13);
	transform: translateY(-4px);
}

.bc-martech-outcome-card--live {
	border-color: rgba(230, 46, 45, 0.28);
}

.bc-martech-outcome-card h3,
.bc-martech-buying-card h3,
.bc-martech-readiness h2 {
	color: var(--theme-palette-color-4, #141414);
	font-family: var(--theme-font-family, "Inter"), "Inter", system-ui, sans-serif;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.bc-martech-outcome-card h3,
.bc-martech-buying-card h3 {
	font-size: clamp(1.35rem, 2.3vw, 1.8rem);
	margin: 0.75rem 0 0;
}

.bc-martech-outcome-card p,
.bc-martech-buying-card p,
.bc-martech-readiness p {
	color: var(--theme-palette-color-3, #5a5a5a);
	line-height: 1.65;
}

.bc-martech-outcome-card ul {
	color: var(--theme-palette-color-3, #5a5a5a);
	display: grid;
	gap: 0.4rem;
	margin: 0.1rem 0 1.2rem;
	padding-left: 1.2rem;
}

.bc-martech-outcome-card > a,
.bc-martech-buying-card__links a {
	color: #d92727;
	font-family: var(--theme-font-family, "Inter"), "Inter", system-ui, sans-serif;
	font-weight: 750;
	text-decoration: none;
}

.bc-martech-outcome-card > a {
	margin-top: auto;
}

.bc-martech-outcome-card > a::after,
.bc-martech-buying-card__links a::after {
	content: " →";
}

.bc-martech-buying-card > span {
	color: #d92727;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bc-martech-buying-card__links {
	display: grid;
	gap: 0.65rem;
	margin-top: auto;
	padding-top: 0.8rem;
}

.bc-martech-readiness {
	align-items: center;
	background: linear-gradient(135deg, #111111, #1a0909);
	border: 1px solid rgba(230, 46, 45, 0.35);
	border-radius: 26px;
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: 2rem;
	padding: clamp(1.5rem, 4vw, 2.5rem);
}

.bc-martech-readiness h2 {
	color: #ffffff;
	font-size: clamp(1.8rem, 4vw, 2.7rem);
	margin: 0.65rem 0 0;
}

.bc-martech-readiness p {
	color: #bdbdbd;
	margin-bottom: 0;
	max-width: 720px;
}

html[data-theme="dark"] .bc-martech-outcome-card,
html[data-theme="dark"] .bc-martech-buying-card {
	background: #111111;
	border-color: rgba(255, 255, 255, 0.09);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

html[data-theme="dark"] .bc-martech-outcome-card--live {
	border-color: rgba(230, 46, 45, 0.42);
}

html[data-theme="dark"] .bc-martech-outcome-card h3,
html[data-theme="dark"] .bc-martech-buying-card h3 {
	color: #ffffff;
}

html[data-theme="dark"] .bc-martech-outcome-card p,
html[data-theme="dark"] .bc-martech-buying-card p,
html[data-theme="dark"] .bc-martech-outcome-card ul {
	color: #b5b5b5;
}

@media (max-width: 980px) {
	.bc-martech-outcome-grid,
	.bc-martech-buying-grid,
	.bc-martech-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bc-martech-buying-card:last-child {
		grid-column: 1 / -1;
	}

	.bc-martech-readiness {
		align-items: start;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.bc-martech-outcome-grid,
	.bc-martech-buying-grid,
	.bc-martech-product-grid {
		grid-template-columns: 1fr;
	}

	.bc-martech-buying-card:last-child {
		grid-column: auto;
	}
}

@keyframes bc-learning-rail-flow {
	0% {
		transform: translate(-1px, -18%);
	}

	100% {
		transform: translate(-1px, 420%);
	}
}

@keyframes bc-learning-pulse {
	0%,
	100% {
		opacity: 0.35;
		transform: scale(0.9);
	}

	50% {
		opacity: 0.85;
		transform: scale(1.14);
	}
}

/* Productivity problem-solver hub. */
.bc-learning-shell--productivity {
	padding-bottom: 1rem;
}

.bc-learning-shell--productivity .bc-learning-breadcrumb,
.bc-learning-shell--productivity .bc-learning-breadcrumb a {
	color: #a8a8a8;
}

.bc-productivity-page .bc-learning-section__head h2 {
	color: #ffffff;
}

.bc-productivity-page .bc-learning-section__head p {
	color: #a8a8a8;
}

.bc-productivity-page .bc-learning-section__head .bc-learning-kicker {
	color: #ff6b65;
	margin-bottom: 0.8rem;
}

.bc-productivity-page .bc-learning-sticky-nav a:hover,
.bc-productivity-page .bc-learning-sticky-nav a:focus-visible,
.bc-productivity-page .bc-learning-sticky-nav a.is-active {
	color: #ffffff !important;
}

.bc-productivity-page .bc-learning-hero__visual-grid {
	align-items: stretch;
}

.bc-productivity-page .bc-learning-visual-card--wide {
	grid-template-rows: minmax(0, 1fr) auto;
}

.bc-productivity-page .bc-learning-visual-card--wide img {
	height: 100%;
	min-height: 33rem;
	object-fit: cover;
}

.bc-productivity-page .bc-learning-visual-card:not(.bc-learning-visual-card--wide) img {
	max-height: 19rem;
	object-fit: cover;
	object-position: top;
}

.bc-productivity-page .bc-learning-visual-card a {
	border-radius: 16px;
	display: block;
	overflow: hidden;
}

.bc-productivity-outcome-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bc-productivity-diagnostic-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 1.8rem;
}

.bc-productivity-diagnostic {
	background: #111111;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 20px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
	display: grid;
	gap: 0.6rem;
	min-height: 180px;
	padding: 1.3rem;
	text-decoration: none;
	transition:
		background 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.bc-productivity-diagnostic:last-child:nth-child(odd) {
	grid-column: 1 / -1;
}

.bc-productivity-diagnostic > span {
	color: #ff6b65;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bc-productivity-diagnostic strong {
	color: #ffffff;
	font-family: var(--theme-font-family, "Inter"), "Inter", system-ui, sans-serif;
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.bc-productivity-diagnostic small {
	color: #9d9d9d;
	font-size: 0.9rem;
	line-height: 1.55;
}

.bc-productivity-diagnostic:hover,
.bc-productivity-diagnostic:focus-visible {
	background: linear-gradient(135deg, #cf2525 0%, #961010 100%);
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow: 0 24px 60px rgba(170, 21, 21, 0.34);
	outline: none;
	transform: translateY(-4px);
}

.bc-productivity-diagnostic:hover > span,
.bc-productivity-diagnostic:focus-visible > span,
.bc-productivity-diagnostic:hover small,
.bc-productivity-diagnostic:focus-visible small {
	color: rgba(255, 255, 255, 0.88);
}

.bc-productivity-case-list {
	display: grid;
	gap: 1rem;
	margin-top: 1.25rem;
}

.bc-productivity-case {
	background: #111111;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 22px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
	overflow: hidden;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.bc-productivity-case[hidden] {
	display: none !important;
}

.bc-productivity-case[open] {
	border-color: rgba(230, 46, 45, 0.62);
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
}

.bc-productivity-case > summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	gap: 1rem;
	grid-template-columns: 7rem minmax(0, 1fr) 2.8rem;
	list-style: none;
	padding: 1.25rem 1.35rem;
}

.bc-productivity-case > summary::-webkit-details-marker {
	display: none;
}

.bc-productivity-case > summary::after {
	align-items: center;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 999px;
	color: #ff6b65;
	content: "+";
	display: inline-flex;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	height: 2.75rem;
	justify-content: center;
	transition:
		background 180ms ease,
		color 180ms ease,
		transform 180ms ease;
	width: 2.75rem;
}

.bc-productivity-case[open] > summary::after {
	background: #e62e2d;
	color: #ffffff;
	content: "−";
	transform: rotate(180deg);
}

.bc-productivity-case > summary:hover::after,
.bc-productivity-case > summary:focus-visible::after {
	background: #e62e2d;
	color: #ffffff;
}

.bc-productivity-case__number,
.bc-productivity-case__category,
.bc-productivity-label,
.bc-productivity-case__signal > span,
.bc-productivity-case__result-grid span,
.bc-productivity-scorecard article > span {
	color: #ff6b65;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.bc-productivity-case__summary {
	display: grid;
	gap: 0.4rem;
}

.bc-productivity-case__summary strong {
	color: #ffffff;
	font-family: var(--theme-font-family, "Inter"), "Inter", system-ui, sans-serif;
	font-size: clamp(1.25rem, 2.2vw, 1.65rem);
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.bc-productivity-case__summary small {
	color: #a8a8a8;
	font-size: 0.94rem;
	line-height: 1.55;
}

.bc-productivity-case__body {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	display: grid;
	gap: 1.25rem;
	padding: 1.35rem;
}

.bc-productivity-case__signal {
	background: rgba(230, 46, 45, 0.08);
	border: 1px solid rgba(230, 46, 45, 0.2);
	border-radius: 16px;
	padding: 1rem;
}

.bc-productivity-case__signal p,
.bc-productivity-case__columns p,
.bc-productivity-case__columns li,
.bc-productivity-case__result-grid p {
	color: #c6c6c6;
	line-height: 1.65;
}

.bc-productivity-case__signal p,
.bc-productivity-case__columns p,
.bc-productivity-case__result-grid p {
	margin: 0.45rem 0 0;
}

.bc-productivity-case__columns {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bc-productivity-case__columns > div {
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 16px;
	padding: 1rem;
}

.bc-productivity-case__columns ol {
	display: grid;
	gap: 0.65rem;
	margin: 0.75rem 0 0;
	padding-left: 1.3rem;
}

.bc-productivity-tool-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 0.75rem;
}

.bc-productivity-tool-pills a,
.bc-productivity-page .bc-productivity-tool-pills a {
	background: rgba(230, 46, 45, 0.12);
	border: 1px solid rgba(230, 46, 45, 0.34);
	border-radius: 999px;
	color: #ffffff;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	padding: 0.55rem 0.75rem;
	text-decoration: none;
	transition:
		background 180ms ease,
		border-color 180ms ease,
		transform 180ms ease;
}

.bc-productivity-tool-pills a:hover,
.bc-productivity-tool-pills a:focus-visible {
	background: #e62e2d;
	border-color: #e62e2d;
	outline: none;
	transform: translateY(-1px);
}

.bc-productivity-case__result-grid {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bc-productivity-case__result-grid > div {
	background: #090909;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 16px;
	padding: 1rem;
}

.bc-productivity-demo {
	background:
		radial-gradient(circle at 88% 12%, rgba(230, 46, 45, 0.16), transparent 28%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 18px;
	margin: 0;
	overflow: hidden;
	padding: 1rem;
	position: relative;
}

.bc-productivity-demo__head {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.bc-productivity-demo__head figcaption {
	display: grid;
	gap: 0.35rem;
}

.bc-productivity-demo__head figcaption strong {
	color: #ffffff;
	font-family: var(--theme-font-family, "Inter"), "Inter", system-ui, sans-serif;
	font-size: clamp(1.05rem, 1.6vw, 1.3rem);
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.bc-productivity-demo__status {
	align-items: center;
	color: #a8a8a8;
	display: flex;
	flex: 0 0 auto;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	gap: 0.6rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.bc-productivity-demo__status-copy {
	display: inline-grid;
}

.bc-productivity-demo__status-static {
	display: none;
}

.bc-productivity-demo__pattern {
	background: rgba(0, 0, 0, 0.34);
	border: 1px solid rgba(230, 46, 45, 0.32);
	border-radius: 10px;
	display: block;
	height: 2.35rem;
	position: relative;
	width: 3rem;
}

.bc-productivity-demo__pattern i {
	background: #ff6b65;
	display: block;
	position: absolute;
}

.bc-productivity-demo--filter .bc-productivity-demo__pattern i {
	border-radius: 999px;
	height: 3px;
	left: 0.55rem;
	transform-origin: left center;
}

.bc-productivity-demo--filter .bc-productivity-demo__pattern i:nth-child(1) {
	top: 0.62rem;
	width: 1.8rem;
}

.bc-productivity-demo--filter .bc-productivity-demo__pattern i:nth-child(2) {
	top: 1.08rem;
	width: 1.35rem;
}

.bc-productivity-demo--filter .bc-productivity-demo__pattern i:nth-child(3) {
	top: 1.54rem;
	width: 0.9rem;
}

.bc-productivity-demo--block .bc-productivity-demo__pattern i {
	border-radius: 3px;
	bottom: 0.55rem;
	height: 0.68rem;
	width: 0.55rem;
}

.bc-productivity-demo--block .bc-productivity-demo__pattern i:nth-child(1) {
	left: 0.55rem;
}

.bc-productivity-demo--block .bc-productivity-demo__pattern i:nth-child(2) {
	height: 1.25rem;
	left: 1.22rem;
}

.bc-productivity-demo--block .bc-productivity-demo__pattern i:nth-child(3) {
	left: 1.89rem;
}

.bc-productivity-demo--flow .bc-productivity-demo__pattern i {
	border-radius: 999px;
	height: 0.48rem;
	top: 0.91rem;
	width: 0.48rem;
}

.bc-productivity-demo--flow .bc-productivity-demo__pattern i:nth-child(1) {
	left: 0.48rem;
}

.bc-productivity-demo--flow .bc-productivity-demo__pattern i:nth-child(2) {
	left: 1.23rem;
}

.bc-productivity-demo--flow .bc-productivity-demo__pattern i:nth-child(3) {
	left: 1.98rem;
}

.bc-productivity-demo--bridge .bc-productivity-demo__pattern i:nth-child(1),
.bc-productivity-demo--bridge .bc-productivity-demo__pattern i:nth-child(3) {
	border-radius: 999px;
	height: 0.55rem;
	top: 0.86rem;
	width: 0.55rem;
}

.bc-productivity-demo--bridge .bc-productivity-demo__pattern i:nth-child(1) {
	left: 0.42rem;
}

.bc-productivity-demo--bridge .bc-productivity-demo__pattern i:nth-child(2) {
	height: 2px;
	left: 0.92rem;
	top: 1.12rem;
	transform-origin: left center;
	width: 1.15rem;
}

.bc-productivity-demo--bridge .bc-productivity-demo__pattern i:nth-child(3) {
	right: 0.42rem;
}

.bc-productivity-demo--loop .bc-productivity-demo__pattern {
	border-radius: 999px;
}

.bc-productivity-demo--loop .bc-productivity-demo__pattern i {
	border-radius: 999px;
	height: 0.42rem;
	width: 0.42rem;
}

.bc-productivity-demo--loop .bc-productivity-demo__pattern i:nth-child(1) {
	left: 1.3rem;
	top: 0.35rem;
}

.bc-productivity-demo--loop .bc-productivity-demo__pattern i:nth-child(2) {
	left: 0.55rem;
	top: 1.3rem;
}

.bc-productivity-demo--loop .bc-productivity-demo__pattern i:nth-child(3) {
	right: 0.55rem;
	top: 1.3rem;
}

.bc-productivity-demo--verify .bc-productivity-demo__pattern i {
	border-radius: 999px;
	height: 3px;
	left: 0.48rem;
	width: 1.05rem;
}

.bc-productivity-demo--verify .bc-productivity-demo__pattern i:nth-child(1) {
	top: 0.6rem;
}

.bc-productivity-demo--verify .bc-productivity-demo__pattern i:nth-child(2) {
	top: 1.05rem;
}

.bc-productivity-demo--verify .bc-productivity-demo__pattern i:nth-child(3) {
	height: 0.48rem;
	left: 1.78rem;
	top: 1.08rem;
	transform: rotate(45deg);
	width: 0.24rem;
}

.bc-productivity-demo--verify .bc-productivity-demo__pattern::after {
	border-bottom: 3px solid #ff6b65;
	border-right: 3px solid #ff6b65;
	content: "";
	height: 0.85rem;
	position: absolute;
	right: 0.48rem;
	top: 0.45rem;
	transform: rotate(45deg);
	width: 0.42rem;
}

.bc-productivity-demo__steps {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	position: relative;
}

.bc-productivity-demo__steps::before,
.bc-productivity-demo__steps::after {
	content: "";
	height: 2px;
	left: 7%;
	position: absolute;
	right: 7%;
	top: 1.95rem;
	transform-origin: left center;
}

.bc-productivity-demo__steps::before {
	background: rgba(255, 255, 255, 0.09);
}

.bc-productivity-demo__steps::after {
	background: linear-gradient(90deg, #8f1515, #e62e2d 55%, #ff8b84);
	transform: scaleX(1);
}

.bc-productivity-demo__stage {
	background: rgba(8, 8, 8, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	display: grid;
	gap: 0.5rem;
	grid-template-rows: auto auto 1fr;
	min-height: 165px;
	overflow: hidden;
	padding: 0.85rem;
	position: relative;
	z-index: 1;
}

.bc-productivity-demo__stage::after {
	background: linear-gradient(110deg, transparent, rgba(230, 46, 45, 0.15), transparent);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(-115%);
}

.bc-productivity-demo__stage > * {
	position: relative;
	z-index: 1;
}

.bc-productivity-demo__stage > span:not(.bc-productivity-demo__index) {
	color: #ff6b65;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.bc-productivity-demo__index {
	align-items: center;
	background: #151515;
	border: 1px solid rgba(230, 46, 45, 0.42);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	height: 2.15rem;
	justify-content: center;
	width: 2.15rem;
}

.bc-productivity-demo__stage strong {
	color: #d4d4d4;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.5;
}

.bc-productivity-demo__note {
	color: #8f8f8f;
	font-size: 0.78rem;
	line-height: 1.5;
	margin: 0.8rem 0 0;
}

.bc-productivity-case[open] .bc-productivity-demo__steps::after {
	animation: bc-productivity-demo-progress 2.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.bc-productivity-case[open] .bc-productivity-demo__stage {
	animation: bc-productivity-demo-stage 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.bc-productivity-case[open] .bc-productivity-demo__stage::after {
	animation: bc-productivity-demo-scan 0.58s ease-out both;
}

.bc-productivity-case[open] .bc-productivity-demo__stage:nth-child(2),
.bc-productivity-case[open] .bc-productivity-demo__stage:nth-child(2)::after {
	animation-delay: 0.65s;
}

.bc-productivity-case[open] .bc-productivity-demo__stage:nth-child(3),
.bc-productivity-case[open] .bc-productivity-demo__stage:nth-child(3)::after {
	animation-delay: 1.3s;
}

.bc-productivity-case[open] .bc-productivity-demo__stage:nth-child(4),
.bc-productivity-case[open] .bc-productivity-demo__stage:nth-child(4)::after {
	animation-delay: 1.95s;
}

.bc-productivity-case[open] .bc-productivity-demo--filter .bc-productivity-demo__pattern i {
	animation: bc-productivity-demo-filter 2.6s ease both;
}

.bc-productivity-case[open] .bc-productivity-demo--block .bc-productivity-demo__pattern i {
	animation: bc-productivity-demo-block 2.6s ease both;
}

.bc-productivity-case[open] .bc-productivity-demo--flow .bc-productivity-demo__pattern i {
	animation: bc-productivity-demo-flow 2.6s ease both;
}

.bc-productivity-case[open] .bc-productivity-demo--flow .bc-productivity-demo__pattern i:nth-child(2),
.bc-productivity-case[open] .bc-productivity-demo--block .bc-productivity-demo__pattern i:nth-child(2) {
	animation-delay: 0.18s;
}

.bc-productivity-case[open] .bc-productivity-demo--flow .bc-productivity-demo__pattern i:nth-child(3),
.bc-productivity-case[open] .bc-productivity-demo--block .bc-productivity-demo__pattern i:nth-child(3) {
	animation-delay: 0.36s;
}

.bc-productivity-case[open] .bc-productivity-demo--bridge .bc-productivity-demo__pattern i:nth-child(2) {
	animation: bc-productivity-demo-bridge 2.6s ease both;
}

.bc-productivity-case[open] .bc-productivity-demo--loop .bc-productivity-demo__pattern {
	animation: bc-productivity-demo-loop 2.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.bc-productivity-case[open] .bc-productivity-demo--verify .bc-productivity-demo__pattern::after {
	animation: bc-productivity-demo-verify 2.6s ease both;
}

.bc-productivity-tool-rule {
	margin-top: 1.8rem;
}

.bc-productivity-tool-card {
	min-height: 230px;
}

.bc-productivity-scorecard {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 1.8rem;
}

.bc-productivity-scorecard article {
	background: #111111;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 20px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
	display: grid;
	gap: 0.65rem;
	padding: 1.3rem;
}

.bc-productivity-scorecard strong {
	color: #ffffff;
	font-family: var(--theme-font-family, "Inter"), "Inter", system-ui, sans-serif;
	font-size: clamp(1.25rem, 2vw, 1.6rem);
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.bc-productivity-scorecard p {
	color: #a8a8a8;
	line-height: 1.65;
	margin: 0;
}

.bc-productivity-evidence-grid .bc-learning-link-card {
	min-height: 250px;
}

.bc-productivity-final-cta {
	margin-top: 1.8rem;
}

.bc-productivity-final-cta h2 {
	max-width: 930px;
}

html[data-theme="dark"] .bc-productivity-diagnostic,
html[data-theme="dark"] .bc-productivity-case,
html[data-theme="dark"] .bc-productivity-scorecard article {
	background: #111111;
	border-color: rgba(255, 255, 255, 0.09);
}

@media (max-width: 999px) {
	.bc-productivity-outcome-grid,
	.bc-productivity-case__columns,
	.bc-productivity-case__result-grid,
	.bc-productivity-scorecard {
		grid-template-columns: 1fr;
	}

	.bc-productivity-demo__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bc-productivity-demo__steps::before,
	.bc-productivity-demo__steps::after {
		display: none;
	}

	.bc-productivity-page .bc-learning-visual-card--wide img {
		min-height: 0;
	}
}

@media (max-width: 760px) {
	.bc-productivity-page .bc-learning-sticky-nav {
		-ms-overflow-style: none;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		overscroll-behavior-inline: contain;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.bc-productivity-page .bc-learning-sticky-nav::-webkit-scrollbar {
		display: none;
	}

	.bc-productivity-page .bc-learning-sticky-nav a {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.bc-productivity-diagnostic-grid {
		grid-template-columns: 1fr;
	}

	.bc-productivity-diagnostic:last-child:nth-child(odd) {
		grid-column: auto;
	}

	.bc-productivity-case > summary {
		grid-template-columns: 1fr 2.8rem;
		padding: 1.05rem;
	}

	.bc-productivity-case__number {
		grid-column: 1;
	}

	.bc-productivity-case__summary {
		grid-column: 1;
	}

	.bc-productivity-case > summary::after {
		grid-column: 2;
		grid-row: 1 / span 2;
	}

	.bc-productivity-case__body {
		padding: 1rem;
	}

	.bc-productivity-demo__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.bc-productivity-demo__steps {
		grid-template-columns: 1fr;
	}

	.bc-productivity-demo__stage {
		min-height: 0;
	}
}

@media (max-width: 480px) {
	.bc-productivity-case > summary {
		grid-template-columns: 1fr;
	}

	.bc-productivity-case > summary::after {
		grid-column: 1;
		grid-row: auto;
		justify-self: start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bc-productivity-case[open] .bc-productivity-demo__steps::after,
	.bc-productivity-case[open] .bc-productivity-demo__stage,
	.bc-productivity-case[open] .bc-productivity-demo__stage::after,
	.bc-productivity-case[open] .bc-productivity-demo__pattern,
	.bc-productivity-case[open] .bc-productivity-demo__pattern i,
	.bc-productivity-case[open] .bc-productivity-demo__pattern::after {
		animation: none;
	}

	.bc-productivity-demo__steps::after {
		transform: scaleX(1);
	}

	.bc-productivity-demo__stage {
		opacity: 1;
		transform: none;
	}

	.bc-productivity-case > summary::after {
		transition: none;
		transform: none;
	}

	.bc-productivity-demo__status-motion {
		display: none;
	}

	.bc-productivity-demo__status-static {
		display: inline;
	}
}

@keyframes bc-productivity-demo-progress {
	0% {
		transform: scaleX(0);
	}

	100% {
		transform: scaleX(1);
	}
}

@keyframes bc-productivity-demo-stage {
	0% {
		border-color: rgba(255, 255, 255, 0.06);
		opacity: 0.38;
		transform: translateY(8px);
	}

	65% {
		border-color: rgba(230, 46, 45, 0.52);
	}

	100% {
		border-color: rgba(255, 255, 255, 0.08);
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes bc-productivity-demo-scan {
	0% {
		transform: translateX(-115%);
	}

	100% {
		transform: translateX(115%);
	}
}

@keyframes bc-productivity-demo-filter {
	0%,
	100% {
		transform: scaleX(1) translateX(0);
	}

	45% {
		transform: scaleX(0.62) translateX(0);
	}

	70% {
		transform: scaleX(0.62) translateX(7px);
	}
}

@keyframes bc-productivity-demo-block {
	0%,
	100% {
		transform: translateY(0);
	}

	45% {
		transform: translateY(-5px);
	}
}

@keyframes bc-productivity-demo-flow {
	0%,
	100% {
		opacity: 0.45;
		transform: translateX(0) scale(0.8);
	}

	50% {
		opacity: 1;
		transform: translateX(4px) scale(1.05);
	}
}

@keyframes bc-productivity-demo-bridge {
	0% {
		transform: scaleX(0);
	}

	55%,
	100% {
		transform: scaleX(1);
	}
}

@keyframes bc-productivity-demo-loop {
	0% {
		transform: rotate(0deg) scale(0.88);
	}

	100% {
		transform: rotate(360deg) scale(1);
	}
}

@keyframes bc-productivity-demo-verify {
	0%,
	45% {
		opacity: 0;
		transform: rotate(45deg) scale(0.5);
	}

	70%,
	100% {
		opacity: 1;
		transform: rotate(45deg) scale(1);
	}
}
