.rpd-launchpad-page {
	--lp-muted: #7670b3; /* no exact global equivalent */
	background: #fff;
	color: var(--rpd-body);
	font-family: var(--font-body);
	overflow-x: clip;
}

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

.rpd-launchpad-page h1,
.rpd-launchpad-page h2,
.rpd-launchpad-page h3,
.rpd-launchpad-page h4 {
	margin: 0;
	color: var(--rpd-navy);
	font-family: var(--font-heading);
	letter-spacing: 0;
	line-height: var(--rpd-line-height-heading);
}

:where(.rpd-launchpad-page) p {
	margin: 0;
	line-height: 1.7;
}

.rpd-launchpad-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.rpd-lp-svg {
	width: 1.1em;
	height: 1.1em;
	flex: 0 0 auto;
}

.rpd-lp-section {
	position: relative;
	padding-block: 6rem;
	overflow: hidden;
}

.rpd-container {
	width: min(100% - 2rem, 80rem);
	margin-inline: auto;
}

.rpd-lp-section-header {
	max-width: 46rem;
	margin: 0 0 3.2rem;
}

.rpd-lp-section-header--center {
	margin-inline: auto;
	text-align: center;
}

.rpd-lp-section-header h2,
.rpd-lp-split h2,
.rpd-lp-transition h2,
.rpd-lp-final h2 {
	font-size: clamp(2.35rem, 4vw, 3.35rem);
}

.rpd-lp-section-header p:last-child,
.rpd-lp-split > div > p,
.rpd-lp-final p {
	font-size: 1.05rem;
}

.rpd-launchpad-page .rpd-lp-eyebrow,
.rpd-launchpad-page .rpd-lp-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 1.1rem;
	color: var(--rpd-purple-deep);
	font-size: var(--rpd-font-size-xs);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	text-transform: uppercase;
}

.rpd-launchpad-page .rpd-lp-pill {
	padding: 0.55rem 0.85rem;
	border-radius: var(--rpd-radius);
	background: rgba(253, 185, 51, 0.16);
	color: var(--rpd-gold);
	text-transform: none;
}

.rpd-lp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-top: 2rem;
}

.rpd-lp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 3.45rem;
	padding: 0.9rem 1.55rem;
	border: 1px solid transparent;
	border-radius: var(--rpd-radius);
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition: transform var(--rpd-transition), box-shadow var(--rpd-transition), background var(--rpd-transition);
}

.rpd-lp-btn:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.rpd-lp-btn--gold {
	background: var(--rpd-gold);
	box-shadow: 0 18px 34px rgba(253, 185, 51, 0.22);
	color: var(--rpd-navy);
}

.rpd-lp-btn--outline {
	border-color: rgba(255, 255, 255, 0.42);
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
}

.rpd-lp-btn--purple {
	background: var(--rpd-purple);
	box-shadow: 0 18px 34px rgba(85, 82, 177, 0.2);
	color: #fff;
}

.rpd-lp-orb {
	position: absolute;
	width: 22rem;
	height: 22rem;
	border-radius: var(--rpd-radius-pill);
	filter: blur(66px);
	opacity: 0.45;
	pointer-events: none;
}

.rpd-lp-orb--one {
	top: 8%;
	left: -10rem;
	background: var(--rpd-purple);
}

.rpd-lp-orb--two {
	right: -9rem;
	bottom: 4%;
	background: var(--rpd-purple-deep);
}

.rpd-lp-hero {
	position: relative;
	isolation: isolate;
	padding-block: clamp(5rem, 8vw, 7.5rem);
	background:
		linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		linear-gradient(135deg, var(--rpd-navy), var(--rpd-navy), var(--rpd-navy-mid));
	background-size: 40px 40px, 40px 40px, auto;
	color: rgba(255, 255, 255, 0.86);
	overflow: hidden;
}

.rpd-lp-hero__grid,
.rpd-lp-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(2.5rem, 5vw, 5rem);
	align-items: center;
}

.rpd-lp-split--wide {
	align-items: center;
}

.rpd-lp-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 37rem;
	overflow: visible;
}

.rpd-lp-hero h1 {
	color: #fff;
	font-size: clamp(4.5rem, 8vw, 6.9rem);
	line-height: 1.06;
	overflow: visible;
	padding-block: 0.04em;
}

.rpd-lp-hero__subhead {
	margin-top: 0.9rem;
	color: var(--rpd-gold);
	font-family: var(--font-heading);
	font-size: clamp(1.8rem, 3vw, 2.15rem);
	font-weight: 700;
	line-height: 1.12;
}

.rpd-lp-hero__body {
	margin-top: 1.35rem;
	font-size: 1.12rem;
}

.rpd-lp-hero__visual {
	position: relative;
	min-height: 31rem;
}

.rpd-lp-browser {
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: 1.1rem;
	background: #fff;
	box-shadow: 0 30px 90px rgba(9, 6, 36, 0.45);
}

.rpd-lp-browser__bar {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.85rem 1rem;
	background: #f2f2f7;
}

.rpd-lp-browser__bar span {
	width: 0.68rem;
	height: 0.68rem;
	border-radius: var(--rpd-radius-pill);
	background: #ff5f56;
}

.rpd-lp-browser__bar span:nth-child(2) {
	background: #ffbd2e;
}

.rpd-lp-browser__bar span:nth-child(3) {
	background: #27c93f;
}

.rpd-lp-browser__bar b {
	margin-left: 0.6rem;
	padding: 0.35rem 0.85rem;
	border-radius: var(--rpd-radius-pill);
	background: #fff;
	color: var(--lp-muted);
	font-size: 0.75rem;
}

.rpd-lp-browser img {
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
}

.rpd-lp-diamond {
	position: absolute;
	top: -1.5rem;
	right: 1rem;
	width: 5rem;
	height: 5rem;
	border: 2px solid rgba(253, 185, 51, 0.5);
	transform: rotate(45deg);
}

.rpd-lp-float {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 0.8rem;
	max-width: 17rem;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(196, 196, 229, 0.32);
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 22px 56px rgba(12, 10, 43, 0.28);
	color: var(--rpd-navy);
}

.rpd-lp-float .rpd-lp-svg {
	color: var(--rpd-gold);
	font-size: 1.4rem;
}

.rpd-lp-float small,
.rpd-lp-ui small,
.rpd-lp-instructor-card p {
	display: block;
	color: var(--rpd-purple-deep);
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
}

.rpd-lp-float strong,
.rpd-lp-float em {
	display: block;
	font-style: normal;
}

.rpd-lp-float--cert {
	top: 10.5rem;
	left: -1.5rem;
}

.rpd-lp-float--progress {
	right: -2.2rem;
	bottom: 5.2rem;
}

.rpd-lp-float--progress i {
	display: block;
	width: 8rem;
	height: 0.45rem;
	margin-top: 0.6rem;
	border-radius: var(--rpd-radius-pill);
	background: linear-gradient(90deg, var(--rpd-purple-deep) 78%, #eceaf8 78%);
}

.rpd-lp-float--course {
	left: 2.8rem;
	bottom: 0.8rem;
}

.rpd-lp-trust {
	padding-block: 1.75rem;
	border-block: 1px solid rgba(196, 196, 229, 0.2);
	background: var(--rpd-navy-mid);
	color: #fff;
}

.rpd-lp-trust__items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem 1.5rem;
}

.rpd-lp-trust__item {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
}

.rpd-lp-trust__item .rpd-lp-svg {
	color: var(--rpd-gold);
}

.rpd-lp-dot {
	color: var(--rpd-purple);
}

.rpd-lp-problem {
	background: #fff;
}

.rpd-lp-problem .rpd-lp-split > div:first-child > h2 + p,
.rpd-lp-problem .rpd-lp-split > div:first-child > p + p {
	margin-top: 1.25rem;
}

.rpd-lp-problem .rpd-lp-split > div:first-child > p:not(.rpd-lp-eyebrow) {
	text-wrap: pretty;
}

.rpd-lp-problem__visual {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

.rpd-lp-before,
.rpd-lp-after {
	border-radius: 1.1rem;
}

.rpd-lp-before {
	display: grid;
	gap: 0.7rem;
}

.rpd-lp-before h3,
.rpd-lp-after h3 {
	font-size: 1rem;
	text-align: center;
}

.rpd-lp-before__card {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.78rem 0.9rem;
	border: 1px solid rgba(161, 84, 161, 0.18);
	border-radius: 0.85rem;
	background: #fff;
	box-shadow: var(--rpd-shadow-sm);
	font-weight: 700;
}

.rpd-lp-before__card:nth-child(2) { transform: rotate(-2deg); }
.rpd-lp-before__card:nth-child(3) { transform: rotate(1.5deg); }
.rpd-lp-before__card:nth-child(4) { transform: rotate(-0.8deg); }
.rpd-lp-before__card:nth-child(5) { transform: rotate(2.2deg); }
.rpd-lp-before__card:nth-child(6) { transform: rotate(-1.4deg); }
.rpd-lp-before__card:nth-child(7) { transform: rotate(0.8deg); }

.rpd-lp-before__card .rpd-lp-svg {
	color: #c64e63;
}

.rpd-lp-after {
	padding: 1.2rem;
	background: var(--gradient-purple);
	box-shadow: 0 24px 54px rgba(85, 82, 177, 0.2);
	color: #fff;
}

.rpd-lp-after h3,
.rpd-lp-after strong {
	color: #fff;
}

.rpd-lp-after__logo {
	margin: 1rem 0;
	color: #fff;
	font-family: var(--font-heading);
	font-size: 1.6rem;
	font-weight: 800;
	text-align: center;
}

.rpd-lp-after__row {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.65rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.rpd-lp-after__row .rpd-lp-svg,
.rpd-lp-after strong {
	color: var(--rpd-gold);
}

.rpd-lp-after strong {
	display: block;
	margin-top: 1rem;
	text-align: center;
}

.rpd-lp-arrow-badge {
	display: none;
}

.rpd-lp-dark {
	isolation: isolate;
	background: linear-gradient(135deg, var(--rpd-navy), var(--rpd-navy-mid), var(--rpd-navy));
	color: rgba(255, 255, 255, 0.78);
}

.rpd-lp-dark h2,
.rpd-lp-dark h3,
.rpd-lp-dark h4 {
	color: #fff;
}

.rpd-launchpad-page .rpd-lp-dark .rpd-lp-eyebrow,
.rpd-launchpad-page .rpd-lp-final .rpd-lp-eyebrow {
	color: var(--rpd-gold);
}

.rpd-lp-five-grid,
.rpd-lp-card-grid,
.rpd-lp-instructor-grid,
.rpd-lp-transition__grid {
	display: grid;
	gap: 1.4rem;
}

.rpd-lp-glass-card {
	padding: 1.3rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(6px);
}

.rpd-lp-glass-card .rpd-lp-svg {
	margin-bottom: 1rem;
	color: var(--rpd-gold);
	font-size: 1.6rem;
}

.rpd-lp-glass-card h3 {
	margin-bottom: 0.8rem;
	font-size: 1.05rem;
}

.rpd-launchpad-page .rpd-lp-centered-note {
	max-width: 52rem;
	margin-top: 2.4rem;
	margin-inline: auto;
	color: rgba(255, 255, 255, 0.78);
	text-align: center;
	text-wrap: balance;
}

.rpd-lp-product,
.rpd-lp-implementation,
.rpd-lp-stories,
.rpd-lp-courses {
	border-block: 1px solid rgba(196, 196, 229, 0.32);
	background: var(--rpd-bg-soft);
}

.rpd-lp-partners {
	background: #fff;
}

.rpd-lp-check-list {
	display: grid;
	gap: 0.8rem;
	margin: 1.4rem 0;
	padding: 0;
	list-style: none;
}

.rpd-lp-check-list li {
	position: relative;
	padding-left: 2.1rem;
	font-weight: 700;
	line-height: 1.45;
}

.rpd-lp-check-list li::before {
	position: absolute;
	top: 0.1rem;
	left: 0;
	display: grid;
	place-items: center;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: var(--rpd-radius-pill);
	background: rgba(161, 84, 161, 0.12);
	color: var(--rpd-purple-deep);
	content: "✓";
	font-size: 0.8rem;
	font-weight: 900;
}

.rpd-lp-ui-collage {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	align-items: start;
}

.rpd-lp-ui {
	padding: 1.05rem;
	border: 1px solid rgba(196, 196, 229, 0.35);
	border-radius: 1rem;
	background: #fff;
	box-shadow: var(--rpd-shadow-md);
	color: var(--rpd-navy);
}

.rpd-lp-ui--search {
	grid-column: 1 / -1;
}

.rpd-lp-ui--course {
	display: flex;
	flex-direction: column;
}

.rpd-lp-ui--course strong {
	display: block;
	margin-top: 0.3rem;
	line-height: 1.3;
}

.rpd-lp-ui--course em {
	display: block;
	margin-top: 0.3rem;
	color: var(--lp-muted);
	font-size: 0.8rem;
	font-style: normal;
}

.rpd-lp-ui--course a {
	margin-top: 0.55rem;
}

.rpd-lp-ui--search div {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0.8rem 0;
	padding: 0.8rem;
	border-radius: 0.8rem;
	background: var(--rpd-bg-soft);
	color: var(--lp-muted);
}

.rpd-lp-ui--search p {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

/* Filter chips — intentional pill radius, not aligned to --rpd-radius */
.rpd-lp-ui--search span {
	padding: 0.32rem 0.62rem;
	border-radius: var(--rpd-radius-pill);
	background: rgba(253, 185, 51, 0.18);
	color: var(--rpd-navy);
	font-size: 0.74rem;
	font-weight: 800;
}

.rpd-lp-story-card__media > span {
	padding: 0.32rem 0.62rem;
	border-radius: var(--rpd-radius-pill);
	background: var(--rpd-gold);
	color: var(--rpd-navy);
	font-size: 0.74rem;
	font-weight: 800;
}

.rpd-lp-video-thumb {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 16 / 9;
	margin-bottom: 0.75rem;
	border-radius: 0.85rem;
	background: var(--gradient-purple);
	color: #fff;
}

.rpd-lp-video-thumb img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	border-radius: inherit;
}

.rpd-lp-video-thumb span {
	position: absolute;
	top: 0.55rem;
	right: 0.55rem;
	padding: 0.22rem 0.45rem;
	border-radius: var(--rpd-radius-pill);
	background: rgba(255, 255, 255, 0.9);
	color: var(--rpd-navy);
	font-size: 0.72rem;
}

.rpd-lp-ui a,
.rpd-lp-link-row a,
.rpd-lp-instructors__header a {
	color: var(--rpd-purple);
	font-weight: 800;
	text-decoration: none;
}

.rpd-lp-ui a:hover,
.rpd-lp-link-row a:hover,
.rpd-lp-instructors__header a:hover {
	color: var(--rpd-purple);
	text-decoration: none;
}

.rpd-lp-ui--progress p {
	margin-top: 0.65rem;
}

.rpd-lp-ui--progress i {
	display: block;
	height: 0.45rem;
	margin-top: 0.35rem;
	border-radius: var(--rpd-radius-pill);
	background: linear-gradient(90deg, var(--rpd-purple-deep) var(--pct), #eceaf8 var(--pct));
}

.rpd-lp-ui--cert {
	background: var(--rpd-navy);
	color: #fff;
}

.rpd-lp-image-card,
.rpd-lp-outcome-card,
.rpd-lp-story-card,
.rpd-lp-fit-card,
.rpd-lp-workflow,
.rpd-lp-table {
	border: 1px solid rgba(196, 196, 229, 0.38);
	border-radius: 1rem;
	background: #fff;
	box-shadow: var(--rpd-shadow-sm);
}

.rpd-lp-image-card {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	transition: transform var(--rpd-transition), box-shadow var(--rpd-transition);
}

.rpd-lp-image-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--rpd-shadow-lg);
}

.rpd-lp-image-card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.rpd-lp-image-card > div {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.35rem;
}

.rpd-lp-image-card .rpd-lp-svg,
.rpd-lp-outcome-card .rpd-lp-svg {
	display: grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	margin-bottom: 1rem;
	padding: 0.55rem;
	border-radius: 0.8rem;
	background: linear-gradient(135deg, var(--rpd-purple-deep), var(--rpd-purple));
	color: #fff;
}

.rpd-lp-image-card h3,
.rpd-lp-outcome-card h3 {
	margin-bottom: 0.75rem;
	font-size: 1.22rem;
}

.rpd-lp-image-card .rpd-lp-check-list {
	margin-top: auto;
}

.rpd-lp-implementation {
	background: linear-gradient(180deg, var(--rpd-bg-soft), #fff);
}

.rpd-lp-fit-card {
	overflow: hidden;
}

.rpd-lp-fit-card h3 {
	padding: 1.15rem 1.35rem;
	background: var(--gradient-purple);
	color: #fff;
	font-size: 1.25rem;
}

.rpd-lp-fit-card div {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1rem 1.35rem;
	border-top: 1px solid rgba(196, 196, 229, 0.35);
	font-weight: 800;
}

.rpd-lp-fit-card .rpd-lp-svg {
	color: var(--rpd-gold);
}

.rpd-lp-workflow {
	position: relative;
	margin-top: 3rem;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	text-align: center;
}

.rpd-lp-workflow h3 {
	font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.rpd-lp-workflow__steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.2rem;
	margin-top: 2rem;
}

.rpd-lp-workflow__steps article {
	position: relative;
	z-index: 2;
}

.rpd-lp-workflow__steps article > span {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 4.2rem;
	height: 4.2rem;
	border: 2px solid rgba(161, 84, 161, 0.4);
	border-radius: var(--rpd-radius-pill);
	background: #fff;
	color: var(--rpd-purple-deep);
}

.rpd-lp-workflow__steps b {
	position: absolute;
	top: -0.35rem;
	right: -0.4rem;
	display: grid;
	place-items: center;
	width: 1.45rem;
	height: 1.45rem;
	border-radius: var(--rpd-radius-pill);
	background: var(--rpd-gold);
	color: var(--rpd-navy);
	font-size: 0.75rem;
}

.rpd-lp-workflow__steps h4 {
	margin-top: 0.8rem;
}

.rpd-lp-workflow__closing {
	margin-top: 2rem;
	color: var(--rpd-purple);
	font-weight: 800;
}

.rpd-lp-outcome-card {
	padding: 1.4rem;
	transition: transform var(--rpd-transition), box-shadow var(--rpd-transition);
}

.rpd-lp-outcome-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--rpd-shadow-md);
}

.rpd-lp-stories__grid {
	display: grid;
	gap: 1.5rem;
	max-width: 52rem;
	margin-inline: auto;
}

.rpd-lp-story-card {
	display: block;
	overflow: hidden;
	color: var(--rpd-body);
	text-decoration: none;
}

.rpd-lp-story-card__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: var(--rpd-navy);
}

.rpd-lp-story-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rpd-lp-story-card__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(35, 31, 88, 0.08), rgba(35, 31, 88, 0.72));
	content: "";
}

.rpd-lp-story-card__media > span,
.rpd-lp-story-card__media b,
.rpd-lp-story-card__media em {
	position: absolute;
	z-index: 2;
}

.rpd-lp-story-card__media > span {
	top: 1rem;
	left: 1rem;
}

.rpd-lp-story-card__media b {
	top: 50%;
	left: 50%;
	display: grid;
	place-items: center;
	width: 4.3rem;
	height: 4.3rem;
	border-radius: var(--rpd-radius-pill);
	background: rgba(255, 255, 255, 0.92);
	color: var(--rpd-purple);
	transform: translate(-50%, -50%);
}

.rpd-lp-story-card__media em {
	right: 1rem;
	bottom: 1rem;
	padding: 0.25rem 0.55rem;
	border-radius: var(--rpd-radius-pill);
	background: rgba(0, 0, 0, 0.58);
	color: #fff;
	font-style: normal;
	font-size: 0.8rem;
}

.rpd-lp-story-card__body {
	padding: 1.35rem;
}

.rpd-lp-story-card__body > .rpd-lp-svg {
	color: var(--rpd-gold);
}

.rpd-lp-story-card__body h3 {
	margin: 0.8rem 0 1.1rem;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.rpd-lp-story-card__body small {
	display: block;
	color: var(--lp-muted);
}

.rpd-lp-story-card--empty {
	display: grid;
	place-items: center;
	padding: 2rem;
	border-style: dashed;
	text-align: center;
}

.rpd-lp-story-card--empty .rpd-lp-svg {
	color: var(--rpd-purple);
	font-size: 2.6rem;
}

.rpd-lp-story-card--empty span {
	color: var(--rpd-purple-deep);
	font-weight: 800;
}

.rpd-lp-link-row {
	margin-top: 1.4rem;
	text-align: center;
}

.rpd-lp-hub {
	position: relative;
	width: min(100%, 32.5rem);
	aspect-ratio: 1;
	margin-inline: auto;
}

.rpd-lp-hub__ring {
	position: absolute;
	border-radius: var(--rpd-radius-pill);
	border: 1px dashed rgba(118, 112, 179, 0.45);
}

.rpd-lp-hub__ring--outer {
	inset: 4%;
}

.rpd-lp-hub__ring--inner {
	inset: 22%;
	border-style: solid;
}

.rpd-lp-hub__center {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	place-items: center;
	width: 10rem;
	height: 10rem;
	padding: 1rem;
	border-radius: var(--rpd-radius-pill);
	background: var(--gradient-purple);
	box-shadow: 0 20px 44px rgba(85, 82, 177, 0.28);
	color: #fff;
	text-align: center;
	transform: translate(-50%, -50%);
}

.rpd-lp-hub__center .rpd-lp-svg {
	color: var(--rpd-gold);
	font-size: 1.8rem;
}

/* Hub nodes — intentional pill radius */
.rpd-lp-hub__node {
	position: absolute;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.72rem 0.9rem;
	border: 1px solid rgba(196, 196, 229, 0.5);
	border-radius: var(--rpd-radius-pill);
	background: #fff;
	box-shadow: var(--rpd-shadow-sm);
	color: var(--rpd-navy);
	font-weight: 800;
	white-space: nowrap;
}

.rpd-lp-hub__node .rpd-lp-svg {
	color: var(--rpd-gold);
}

.rpd-lp-hub__node--1 { top: 1%; left: 50%; transform: translateX(-50%); }
.rpd-lp-hub__node--2 { top: 22%; right: 0; }
.rpd-lp-hub__node--3 { right: 4%; bottom: 18%; }
.rpd-lp-hub__node--4 { bottom: 1%; left: 50%; transform: translateX(-50%); }
.rpd-lp-hub__node--5 { bottom: 25%; left: 0; }
.rpd-lp-hub__node--6 { top: 22%; left: 0; }

.rpd-lp-instructors__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 3rem;
}

.rpd-lp-instructors__header > div {
	max-width: 50rem;
}

.rpd-lp-instructors__header h2 {
	font-size: clamp(2.35rem, 4vw, 3.35rem);
}

.rpd-lp-instructor-card {
	overflow: hidden;
	border: 1px solid rgba(196, 196, 229, 0.38);
	border-radius: 1rem;
	background: #fff;
	box-shadow: var(--rpd-shadow-sm);
}

.rpd-lp-instructor-card {
	padding-bottom: 1.15rem;
	color: inherit;
	text-decoration: none;
	transition: transform var(--rpd-transition), box-shadow var(--rpd-transition);
}

.rpd-lp-instructor-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--rpd-shadow-md);
}

.rpd-lp-instructor-card__image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: var(--rpd-navy);
}

.rpd-lp-instructor-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 20%;
}

.rpd-lp-instructor-card__image::after {
	position: absolute;
	inset: auto 0 0;
	height: 42%;
	background: linear-gradient(180deg, transparent, rgba(35, 31, 88, 0.88));
	content: "";
}

.rpd-lp-instructor-card__image > span {
	position: absolute;
	z-index: 2;
	top: 0.75rem;
	left: 0.75rem;
	padding: 0.3rem 0.55rem;
	border-radius: var(--rpd-radius-pill);
	background: var(--rpd-gold);
	color: var(--rpd-navy);
	font-size: 0.72rem;
	font-weight: 900;
}

.rpd-lp-instructor-card__image b {
	position: absolute;
	z-index: 2;
	right: 0.8rem;
	bottom: 0.8rem;
	left: 0.8rem;
	display: flex;
	align-items: center;
	gap: 0.45rem;
	color: #fff;
	font-size: 0.82rem;
}

.rpd-lp-instructor-card__image small {
	margin-left: auto;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.75rem;
	font-weight: 600;
}

.rpd-lp-instructor-card > p,
.rpd-lp-instructor-card > h3,
.rpd-lp-instructor-card > span {
	margin-inline: 1rem;
}

.rpd-lp-instructor-card > p {
	margin-top: 1rem;
	margin-bottom: 0.35rem;
}

.rpd-lp-instructor-card > h3 {
	font-size: 1.12rem;
}

.rpd-lp-instructor-card > span {
	display: -webkit-box;
	margin-top: 0.55rem;
	overflow: hidden;
	color: var(--rpd-body);
	font-size: 0.94rem;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.rpd-lp-transition {
	background: linear-gradient(135deg, var(--rpd-bg-soft), #eeebf8);
	text-align: center;
}

.rpd-lp-transition__inner {
	width: min(100% - 2rem, 64rem);
}

.rpd-lp-transition__grid {
	grid-template-columns: 1fr;
}

.rpd-lp-transition__grid article {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1rem;
	border: 1px solid rgba(196, 196, 229, 0.42);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.72);
	text-align: left;
}

.rpd-lp-transition__grid .rpd-lp-svg {
	color: var(--rpd-purple-deep);
}

.rpd-launchpad-page .rpd-lp-transition__closing {
	margin-top: 3.5rem;
	color: var(--rpd-navy);
	font-weight: 900;
}

.rpd-lp-table-wrap {
	overflow-x: auto;
	padding-bottom: 0.2rem;
}

.rpd-lp-table {
	min-width: 36rem;
	overflow: hidden;
}

.rpd-lp-table__head,
.rpd-lp-table__row,
.rpd-lp-table__foot {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	align-items: center;
}

.rpd-lp-table__head {
	background: linear-gradient(135deg, var(--rpd-navy), var(--rpd-navy-mid));
	color: #fff;
}

.rpd-lp-table__head strong,
.rpd-lp-table__row span,
.rpd-lp-table__foot p {
	padding: 1rem;
}

.rpd-lp-table__head small {
	display: block;
	color: var(--rpd-gold);
	font-size: 0.72rem;
}

.rpd-lp-table__row:nth-child(odd) {
	background: var(--rpd-bg-soft);
}

.rpd-lp-table__row span:not(:first-child),
.rpd-lp-table__head strong:not(:first-child),
.rpd-lp-table__foot p {
	text-align: center;
}

.rpd-lp-table b {
	display: inline-grid;
	place-items: center;
	width: 1.7rem;
	height: 1.7rem;
	border-radius: var(--rpd-radius-pill);
}

.rpd-lp-table .is-yes {
	background: rgba(85, 82, 177, 0.12);
	color: var(--rpd-purple);
}

.rpd-lp-table .is-plus {
	background: rgba(253, 185, 51, 0.2);
	color: var(--rpd-purple-deep);
}

.rpd-lp-table .is-no {
	color: var(--rpd-lavender-soft);
}

.rpd-lp-table__foot {
	border-top: 1px solid rgba(196, 196, 229, 0.38);
	background: #fff;
}

.rpd-lp-table__foot strong {
	display: block;
	color: var(--rpd-navy);
}

.rpd-lp-partners {
	padding-block: 5rem;
}

.rpd-lp-comparison + .rpd-lp-partners {
	padding-top: 0;
}

.rpd-lp-partners__logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 2rem 3rem;
}

.rpd-lp-partners__logos img {
	width: auto;
	max-width: 10rem;
	height: 3.5rem;
	object-fit: contain;
	filter: grayscale(1);
	opacity: 0.72;
	transition: filter var(--rpd-transition), opacity var(--rpd-transition);
}

.rpd-lp-partners__logos img:hover {
	filter: grayscale(0);
	opacity: 1;
}

.rpd-lp-final {
	isolation: isolate;
	background: linear-gradient(135deg, var(--rpd-navy-mid), var(--rpd-navy));
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
}

.rpd-lp-final h2 {
	color: #fff;
}

.rpd-lp-final__inner {
	position: relative;
	z-index: 2;
	width: min(100% - 2rem, 48rem);
}

.rpd-lp-final p:not(.rpd-lp-eyebrow) {
	margin: 1.2rem 0 2rem;
	font-size: 1.18rem;
}

@media (min-width: 640px) {
	.rpd-lp-five-grid,
	.rpd-lp-transition__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rpd-lp-instructor-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 768px) {
	.rpd-lp-card-grid--three {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rpd-lp-story-card--featured {
		grid-column: 1 / -1;
	}

	.rpd-lp-workflow__steps {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.rpd-lp-workflow__steps::before {
		position: absolute;
		z-index: 1;
		top: 2.1rem;
		right: 8%;
		left: 8%;
		height: 0.24rem;
		border-radius: var(--rpd-radius-pill);
		background: linear-gradient(90deg, var(--rpd-purple), var(--rpd-purple-deep), var(--rpd-gold));
		content: "";
	}
}

@media (min-width: 1024px) {
	.rpd-lp-hero__grid {
		grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
		gap: 5rem;
	}

	.rpd-lp-split {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.rpd-lp-split > :first-child {
		grid-column: span 6;
	}

	.rpd-lp-split > :last-child {
		grid-column: span 6;
	}

	.rpd-lp-split--wide > :first-child {
		grid-column: span 5;
	}

	.rpd-lp-split--wide > :last-child {
		grid-column: span 7;
	}

	.rpd-lp-problem__visual {
		grid-template-columns: 0.92fr 1.08fr;
	}

	.rpd-lp-arrow-badge {
		position: absolute;
		z-index: 5;
		top: 50%;
		left: 47%;
		display: grid;
		place-items: center;
		width: 3.6rem;
		height: 3.6rem;
		border-radius: var(--rpd-radius-pill);
		background: var(--rpd-gold);
		color: var(--rpd-navy);
		box-shadow: 0 18px 34px rgba(253, 185, 51, 0.24);
		transform: translate(-50%, -50%);
	}

	.rpd-lp-five-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.rpd-lp-instructor-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1280px) {
	.rpd-lp-instructor-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 1023px) {
	.rpd-lp-float--course,
	.rpd-lp-diamond {
		display: none;
	}

	.rpd-lp-instructors__header {
		display: block;
	}

	.rpd-lp-instructors__header a {
		display: inline-flex;
		margin-top: 1rem;
	}
}

@media (max-width: 767px) {
	.rpd-lp-section {
		padding-block: 4.25rem;
	}

	.rpd-lp-hero {
		padding-block: 4.5rem;
	}

	.rpd-lp-hero__visual {
		min-height: 0;
	}

	.rpd-lp-float--cert,
	.rpd-lp-float--progress,
	.rpd-lp-dot {
		display: none;
	}

	.rpd-lp-ui-collage {
		grid-template-columns: 1fr;
	}

	.rpd-lp-hub {
		display: grid;
		width: 100%;
		aspect-ratio: auto;
		gap: 0.8rem;
	}

	.rpd-lp-hub__ring {
		display: none;
	}

	.rpd-lp-hub__center,
	.rpd-lp-hub__node {
		position: static;
		width: auto;
		height: auto;
		transform: none;
	}

	.rpd-lp-hub__center {
		min-height: 8.5rem;
		margin-inline: auto;
		padding: 1.2rem;
	}

	.rpd-lp-hub__node {
		justify-content: center;
		white-space: normal;
	}

	.rpd-lp-table {
		min-width: 33rem;
	}
}

@media (max-width: 420px) {
	.rpd-container,
	.rpd-lp-final__inner,
	.rpd-lp-transition__inner {
		width: min(100% - 1.25rem, 80rem);
	}

	.rpd-lp-hero h1 {
		font-size: 4rem;
	}

	.rpd-lp-actions,
	.rpd-lp-actions .rpd-lp-btn {
		width: 100%;
	}

	.rpd-lp-browser__bar b {
		max-width: 12rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

/* ── Lightbox ─────────────────────────────────────────────────────────── */

.rpd-lp-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	padding: 2rem;
	background: rgba(9, 6, 36, 0.92);
}

.rpd-lp-lightbox[hidden] {
	display: none;
}

.rpd-lp-lightbox__frame {
	position: relative;
	width: min(100%, 56rem);
	aspect-ratio: 16 / 9;
}

.rpd-lp-lightbox__frame iframe {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: var(--rpd-radius);
}

.rpd-lp-lightbox__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	border: none;
	border-radius: var(--rpd-radius);
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	transition: background var(--rpd-transition);
}

.rpd-lp-lightbox__close:hover {
	background: rgba(255, 255, 255, 0.26);
}

/* ── Course gallery embedded in LaunchPad ─────────────────────────────── */

.rpd-lp-courses-controls {
	display: grid;
	gap: 1.25rem;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	border: 1px solid rgba(196, 196, 229, 0.55);
	border-radius: 22px;
	background: var(--rpd-bg-soft);
	box-shadow: var(--rpd-shadow-sm);
}

.rpd-lp-courses-search-row {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.75rem;
}

.rpd-lp-courses-search-icon {
	color: rgba(83, 74, 183, 0.5);
	flex-shrink: 0;
}

.rpd-lp-courses-controls input[type="search"] {
	width: 100%;
	min-height: 3.1rem;
	padding: 0 1rem;
	border: 1px solid rgba(196, 196, 229, 0.75);
	border-radius: 14px;
	background: #fff;
	color: var(--rpd-navy);
	font: inherit;
	font-weight: 700;
	outline: 0;
}

.rpd-lp-courses-search-row button {
	padding: 0.6rem 0.25rem;
	border: 0;
	background: transparent;
	color: var(--rpd-purple-deep);
	font: inherit;
	font-size: 0.83rem;
	font-weight: 900;
	white-space: nowrap;
	cursor: pointer;
}

.rpd-lp-courses-search-row button[hidden] {
	display: none;
}

.rpd-lp-courses-filter-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}

.rpd-lp-courses-filter-row > span {
	color: rgba(83, 74, 183, 0.6);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.rpd-lp-courses-filter-row button {
	padding: 0.55rem 0.75rem;
	border: 1px solid rgba(196, 196, 229, 0.7);
	border-radius: var(--rpd-radius-pill);
	background: #fff;
	color: var(--rpd-purple);
	font: inherit;
	font-size: 0.9rem;
	font-weight: 800;
	cursor: pointer;
	transition: background var(--rpd-transition), color var(--rpd-transition), border-color var(--rpd-transition);
}

.rpd-lp-courses-filter-row button.is-active {
	background: var(--rpd-navy);
	border-color: var(--rpd-navy);
	color: #fff;
}

.rpd-lp-courses-status {
	margin-bottom: 1.4rem;
	color: rgba(83, 74, 183, 0.6);
	font-size: 0.85rem;
	font-weight: 800;
}

.rpd-lp-courses__more {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

.rpd-lp-courses__more[hidden] {
	display: none;
}

.rpd-lp-courses__more .rpd-lp-btn {
	border-color: rgba(83, 74, 183, 0.35);
	background: #fff;
	color: var(--rpd-purple);
}

.rpd-lp-courses-empty {
	padding: 3rem 1.5rem;
	margin-top: 1.5rem;
	border: 2px dashed rgba(83, 74, 183, 0.25);
	border-radius: 1rem;
	background: rgba(196, 196, 229, 0.12);
	text-align: center;
}

.rpd-lp-courses-empty h3 {
	margin: 0 0 0.5rem;
}

.rpd-lp-courses-empty p {
	margin: 0 0 1.5rem;
	color: var(--rpd-body);
}
