.rpd-instructor-detail-page {
	background: var(--rpd-white);
	color: #45417c;
	overflow-x: clip;
}

.rpd-instructor-detail-page .rpd-container {
	max-width: 76.5rem;
}

.rpd-instructor-detail-page h1,
.rpd-instructor-detail-page h2,
.rpd-instructor-detail-page h3 {
	color: #231f58;
	font-family: var(--font-heading);
	letter-spacing: 0;
}

.rpd-instructor-detail-page .rpd-instructor-hero {
	padding: clamp(4.75rem, 7vw, 7.25rem) 0 clamp(5rem, 7vw, 7.5rem);
	background:
		radial-gradient(circle at 86% 20%, rgba(161, 84, 161, 0.18), transparent 24rem),
		radial-gradient(circle at 14% 78%, rgba(85, 82, 177, 0.12), transparent 28rem),
		linear-gradient(135deg, #ffffff 0%, #fbfbff 42%, rgba(196, 196, 229, 0.58) 100%);
}

.rpd-instructor-detail-page .rpd-instructor-hero__grid {
	display: grid;
	align-items: center;
	gap: clamp(2rem, 4vw, 3.5rem);
}

.rpd-instructor-detail-page .rpd-instructor-eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	max-width: 100%;
	margin: 0 0 1rem;
	padding: 0.42rem 0.82rem;
	border: 1px solid rgba(196, 196, 229, 0.72);
	border-radius: var(--rpd-radius);
	background: rgba(196, 196, 229, 0.36);
	color: #231f58;
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.15;
	text-transform: uppercase;
}

.rpd-instructor-detail-page .rpd-instructor-section-kicker {
	margin: 0 0 1rem;
	color: #a154a1;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rpd-instructor-detail-page .rpd-instructor-hero h1 {
	margin: 0;
	font-size: clamp(3.35rem, 5.25vw, 4.25rem);
	font-weight: 900;
	line-height: 0.98;
}

.rpd-instructor-detail-page .rpd-instructor-hero__authority {
	max-width: 48rem;
	margin: 1.4rem 0 0;
	color: #a154a1;
	font-family: var(--font-heading);
	font-size: clamp(1.35rem, 2.25vw, 2rem);
	font-weight: 800;
	line-height: 1.12;
}

.rpd-instructor-detail-page .rpd-instructor-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	max-width: 49rem;
	margin-top: 1.65rem;
}

.rpd-instructor-detail-page .rpd-instructor-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	padding: 0.43rem 0.84rem;
	border: 1px solid rgba(196, 196, 229, 0.5);
	border-radius: 999px;
	background: rgba(196, 196, 229, 0.38);
	color: #231f58;
	font-size: 0.78rem;
	font-weight: 750;
	line-height: 1.15;
}

.rpd-instructor-detail-page .rpd-instructor-hero__actions,
.rpd-instructor-detail-page .rpd-instructor-resource-actions,
.rpd-instructor-detail-page .rpd-instructor-final__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-top: 2rem;
}

.rpd-instructor-detail-page .rpd-btn {
	border-radius: 0.375rem;
	font-weight: 900;
}

.rpd-instructor-detail-page .rpd-btn--outline-purple {
	border: 1px solid #5552b1;
	background: transparent;
	color: #5552b1;
}

.rpd-instructor-detail-page .rpd-btn--outline-light {
	border: 1px solid rgba(255, 255, 255, 0.76);
	background: transparent;
	color: var(--rpd-white);
}

.rpd-instructor-detail-page .rpd-instructor-follow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.7rem;
	margin-top: 2rem;
	color: #7670b3;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rpd-instructor-detail-page .rpd-instructor-follow .rpd-icon-link {
	width: 2.35rem;
	height: 2.35rem;
}

.rpd-instructor-detail-page .rpd-instructor-follow__icon,
.rpd-instructor-detail-page .rpd-instructor-follow__icon svg {
	display: block;
	width: 1rem;
	height: 1rem;
}

.rpd-instructor-detail-page .rpd-instructor-follow__icon svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rpd-instructor-detail-page .rpd-instructor-follow__icon svg path:first-child:last-child {
	fill: currentColor;
	stroke: none;
}

.rpd-instructor-detail-page .rpd-instructor-hero__visual {
	position: relative;
	max-width: 35rem;
	margin-inline: auto;
	overflow: visible;
}

.rpd-instructor-detail-page .rpd-instructor-portrait {
	display: grid;
	place-items: center;
	overflow: hidden;
	aspect-ratio: 0.86;
	border-radius: 2rem;
	background: linear-gradient(135deg, #c4c4e5, #5552b1 60%, #a154a1);
	box-shadow: 24px 24px 0 rgba(196, 196, 229, 0.72), 0 26px 50px rgba(35, 31, 88, 0.2);
}

.rpd-instructor-detail-page .rpd-instructor-portrait img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rpd-instructor-detail-page .rpd-instructor-portrait__fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: var(--rpd-white);
	font-family: var(--font-heading);
	font-size: 5rem;
	font-weight: 900;
}

.rpd-instructor-detail-page .rpd-instructor-portrait img + .rpd-instructor-portrait__fallback {
	display: none;
}

.rpd-instructor-detail-page .rpd-instructor-portrait.is-image-missing img {
	display: none;
}

.rpd-instructor-detail-page .rpd-instructor-portrait.is-image-missing .rpd-instructor-portrait__fallback {
	display: grid;
}

.rpd-instructor-detail-page .rpd-instructor-award {
	position: absolute;
	top: 1.2rem;
	right: -2rem;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.75rem 1rem;
	border-radius: 999px;
	background: #fdb933;
	color: #231f58;
	font-family: var(--font-heading);
	font-weight: 900;
	box-shadow: var(--rpd-shadow-md);
}

.rpd-instructor-detail-page .rpd-instructor-hero-stats {
	position: absolute;
	z-index: 6;
	right: -0.35rem;
	bottom: -2.8rem;
	left: -3rem;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
	gap: 0.85rem;
	min-height: 5.6rem;
	padding: 1.05rem 1.35rem;
	border: 1px solid rgba(196, 196, 229, 0.8);
	border-radius: 1rem;
	background: var(--rpd-white);
	box-shadow: var(--rpd-shadow-md);
}

.rpd-instructor-detail-page .rpd-instructor-hero-stats strong,
.rpd-instructor-detail-page .rpd-instructor-trust__metrics strong {
	display: block;
	color: #231f58;
	font-family: var(--font-heading);
	font-size: clamp(1.35rem, 3vw, 2.05rem);
	font-weight: 900;
	line-height: 1;
}

.rpd-instructor-detail-page .rpd-instructor-hero-stats span,
.rpd-instructor-detail-page .rpd-instructor-trust__metrics span {
	display: block;
	margin-top: 0.35rem;
	color: #7670b3;
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1.25;
}

.rpd-instructor-detail-page .rpd-instructor-hero-stats span {
	white-space: nowrap;
}

.rpd-instructor-detail-page .rpd-instructor-authority,
.rpd-instructor-detail-page .rpd-instructor-trust,
.rpd-instructor-detail-page .rpd-instructor-related,
.rpd-instructor-detail-page .rpd-instructor-faq {
	padding: clamp(5rem, 8vw, 7rem) 0;
	background: var(--rpd-white);
}

.rpd-instructor-detail-page .rpd-instructor-split {
	display: grid;
	gap: clamp(2rem, 6vw, 5rem);
}

.rpd-instructor-detail-page .rpd-instructor-split__intro h2,
.rpd-instructor-detail-page .rpd-instructor-section-header h2,
.rpd-instructor-detail-page .rpd-instructor-final h2 {
	margin: 0;
	font-size: clamp(2.15rem, 4vw, 3.45rem);
	font-weight: 900;
	line-height: 1.02;
}

.rpd-instructor-detail-page .rpd-instructor-authority__body > p {
	margin: 0 0 1.2rem;
	color: #343465;
	font-size: 1.12rem;
	line-height: 1.7;
}

.rpd-instructor-detail-page .rpd-instructor-authority__body h3 {
	margin: 2.35rem 0 1.05rem;
	color: #45417c;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.rpd-instructor-detail-page .rpd-instructor-focus-grid {
	display: grid;
	gap: 0.85rem 1.2rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rpd-instructor-detail-page .rpd-instructor-focus-grid li {
	display: grid;
	grid-template-columns: 1.25rem minmax(0, 1fr);
	gap: 0.6rem;
	align-items: flex-start;
	color: #343465;
	font-family: var(--font-body);
	font-size: 0.95rem;
	font-weight: 650;
	line-height: 1.4;
}

.rpd-instructor-detail-page .rpd-instructor-focus-grid li + li {
	margin-top: 0;
}

.rpd-instructor-detail-page .rpd-instructor-focus-grid span {
	display: grid;
	place-items: center;
	width: 1.05rem;
	height: 1.05rem;
	margin-top: 0.08rem;
	border: 1px solid rgba(85, 82, 177, 0.22);
	border-radius: 999px;
	background: transparent;
	color: #5552b1;
}

.rpd-instructor-detail-page .rpd-instructor-focus-grid span::before {
	content: "✓";
	font-size: 0.62rem;
	font-weight: 900;
	line-height: 1;
}

.rpd-instructor-detail-page .rpd-instructor-resources {
	padding: clamp(5rem, 8vw, 7rem) 0;
	background: rgba(196, 196, 229, 0.2);
}

.rpd-instructor-detail-page .rpd-instructor-section-header {
	max-width: 52rem;
	margin: 0 auto 2.75rem;
	text-align: center;
}

.rpd-instructor-detail-page .rpd-instructor-resources .rpd-instructor-section-header .rpd-instructor-section-kicker,
.rpd-instructor-detail-page .rpd-instructor-learning .rpd-instructor-section-header .rpd-instructor-section-kicker {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin: 0 auto 0.9rem;
	padding: 0.42rem 0.86rem;
	border: 1px solid rgba(196, 196, 229, 0.62);
	border-radius: var(--rpd-radius);
	background: rgba(196, 196, 229, 0.34);
	color: #231f58;
	letter-spacing: 0.09em;
}

.rpd-instructor-detail-page .rpd-instructor-section-header > p:last-child {
	max-width: 37rem;
	margin: 1rem auto 0;
	color: #565282;
	font-size: 1.02rem;
	line-height: 1.65;
}

.rpd-instructor-detail-page .rpd-instructor-resource-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.25rem;
	max-width: 100%;
	min-width: 0;
}

.rpd-instructor-detail-page .rpd-instructor-resource-grid .rpd-resource-card {
	height: 100%;
}

.rpd-instructor-detail-page .rpd-instructor-resource-toggle {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.rpd-instructor-detail-page .rpd-instructor-resource-toggle button:focus-visible {
	outline: 3px solid var(--rpd-color-focus);
	outline-offset: 3px;
}

.rpd-instructor-detail-page .rpd-instructor-guide-card {
	display: grid;
	overflow: hidden;
	border-radius: 1.2rem;
	background:
		radial-gradient(circle at 16% 22%, rgba(253, 185, 51, 0.16), transparent 10rem),
		linear-gradient(135deg, #a154a1 0%, #5552b1 58%, #231f58 100%);
	box-shadow: 0 24px 52px rgba(35, 31, 88, 0.16);
}

.rpd-instructor-detail-page .rpd-instructor-guide-card__feature {
	padding: clamp(2rem, 4vw, 3rem);
	color: var(--rpd-white);
}

.rpd-instructor-detail-page .rpd-instructor-resource-icon {
	display: inline-grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 1.2rem;
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.14);
	color: #fdb933;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.rpd-instructor-detail-page .rpd-instructor-resource-icon svg {
	display: block;
	width: 1.45rem;
	height: 1.45rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rpd-instructor-detail-page .rpd-instructor-guide-card__feature > .rpd-svg-icon {
	display: block;
	margin-bottom: 1.2rem;
	color: #ffffff;
	stroke-width: 1.6;
}

.rpd-instructor-detail-page .rpd-instructor-guide-card__feature p,
.rpd-instructor-detail-page .rpd-instructor-media-card__body > p,
.rpd-instructor-detail-page .rpd-instructor-blog-card p,
.rpd-instructor-detail-page .rpd-instructor-offering-card__eyebrow {
	margin: 0 0 0.8rem;
	color: #a154a1;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.rpd-instructor-detail-page .rpd-instructor-guide-card__feature p {
	color: #fdb933;
}

.rpd-instructor-detail-page .rpd-instructor-guide-card__feature h3 {
	max-width: 28rem;
	margin: 0;
	color: var(--rpd-white);
	font-size: clamp(1.8rem, 4vw, 3rem);
	font-weight: 900;
	line-height: 1.03;
}

.rpd-instructor-detail-page .rpd-instructor-guide-card__feature > span {
	display: block;
	margin-top: 1.2rem;
	color: #c4c4e5;
	font-weight: 800;
}

.rpd-instructor-detail-page .rpd-instructor-guide-card__panel {
	padding: clamp(1.5rem, 4vw, 2.4rem);
	border-radius: 0 0 1.2rem 1.2rem;
	background: var(--rpd-white);
}

.rpd-instructor-detail-page .rpd-instructor-guide-card__panel p,
.rpd-instructor-detail-page .rpd-instructor-media-card__body span,
.rpd-instructor-detail-page .rpd-instructor-blog-card > span {
	display: block;
	margin: 0;
	color: #343465;
	font-size: 1.05rem;
	line-height: 1.65;
}

.rpd-instructor-detail-page .rpd-instructor-guide-card__panel ul,
.rpd-instructor-detail-page .rpd-instructor-offering-card ul {
	display: grid;
	gap: 0.7rem;
	margin: 1.4rem 0 0;
	padding: 0;
	list-style: none;
}

.rpd-instructor-detail-page .rpd-instructor-guide-card__panel li,
.rpd-instructor-detail-page .rpd-instructor-offering-card li {
	color: #343465;
	font-weight: 700;
}

.rpd-instructor-detail-page .rpd-instructor-offering-card li {
	display: grid;
	grid-template-columns: 1.15rem minmax(0, 1fr);
	gap: 0.56rem;
	align-items: start;
}

.rpd-instructor-detail-page .rpd-instructor-offering-card li::before {
	display: inline-grid;
	place-items: center;
	width: 1.05rem;
	height: 1.05rem;
	margin-top: 0.12rem;
	border-radius: 50%;
	background: rgba(85, 82, 177, 0.12);
	color: #5552b1;
	content: "✓";
	font-size: 0.62rem;
	font-weight: 900;
	line-height: 1;
}

.rpd-instructor-detail-page .rpd-instructor-offering-card--launchpad li::before {
	background: rgba(253, 185, 51, 0.17);
	color: #f5a800;
}

.rpd-instructor-detail-page .rpd-instructor-offering-card--cohort li::before {
	background: rgba(85, 82, 177, 0.12);
	color: #5552b1;
}

.rpd-instructor-detail-page .rpd-instructor-offering-card--workshop li::before {
	background: rgba(161, 84, 161, 0.13);
	color: #a154a1;
}

.rpd-instructor-detail-page .rpd-instructor-guide-card__panel li {
	display: grid;
	grid-template-columns: 1.25rem minmax(0, 1fr);
	gap: 0.58rem;
	align-items: start;
}

.rpd-instructor-detail-page .rpd-instructor-guide-card__panel li::before {
	display: inline-grid;
	place-items: center;
	width: 1.1rem;
	height: 1.1rem;
	margin-top: 0.08rem;
	border-radius: 50%;
	background: rgba(196, 196, 229, 0.42);
	color: #5552b1;
	content: "✓";
	font-size: 0.66rem;
	font-weight: 900;
	line-height: 1;
}

.rpd-instructor-detail-page .rpd-instructor-media-grid,
.rpd-instructor-detail-page .rpd-instructor-blog-grid,
.rpd-instructor-detail-page .rpd-instructor-offerings,
.rpd-instructor-detail-page .rpd-instructor-related__grid {
	display: grid;
	gap: 1.6rem;
	margin-top: 1.75rem;
}

.rpd-instructor-detail-page .rpd-instructor-blog-header {
	display: grid;
	gap: 0.9rem;
	align-items: end;
	margin: clamp(2.3rem, 4vw, 3rem) 0 1.3rem;
}

.rpd-instructor-detail-page .rpd-instructor-blog-header .rpd-instructor-section-kicker {
	margin: 0 0 0.55rem;
	color: #a154a1;
}

.rpd-instructor-detail-page .rpd-instructor-blog-header h3 {
	margin: 0;
	color: #231f58;
	font-family: var(--font-heading);
	font-size: clamp(1.45rem, 2.6vw, 2.15rem);
	font-weight: 900;
	line-height: 1.08;
}

.rpd-instructor-detail-page .rpd-instructor-blog-header__link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	width: fit-content;
	color: #5552b1;
	font-weight: 900;
	text-decoration: none;
	transition: color 180ms ease;
}

.rpd-instructor-detail-page .rpd-instructor-blog-header__link:hover,
.rpd-instructor-detail-page .rpd-instructor-blog-header__link:focus {
	color: #a154a1;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.rpd-instructor-detail-page .rpd-instructor-blog-header__link span {
	display: inline-block;
	transition: transform 180ms ease;
}

.rpd-instructor-detail-page .rpd-instructor-blog-header__link:hover span,
.rpd-instructor-detail-page .rpd-instructor-blog-header__link:focus span {
	transform: translateX(2px);
}

.rpd-instructor-detail-page .rpd-instructor-blog-header + .rpd-instructor-blog-grid {
	margin-top: 0;
}

.rpd-instructor-detail-page .rpd-instructor-media-card,
.rpd-instructor-detail-page .rpd-instructor-blog-card,
.rpd-instructor-detail-page .rpd-instructor-offering-card,
.rpd-instructor-detail-page .rpd-instructor-related-card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(196, 196, 229, 0.72);
	border-radius: 0.9rem;
	background: var(--rpd-white);
	box-shadow: 0 8px 20px rgba(35, 31, 88, 0.07);
}

.rpd-instructor-detail-page .rpd-instructor-embed {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background:
		linear-gradient(rgba(35, 31, 88, 0.18), rgba(35, 31, 88, 0.18)),
		var(--rpd-instructor-embed-poster, none) center / cover no-repeat,
		#231f58;
}

.rpd-instructor-detail-page .rpd-instructor-embed iframe {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.rpd-instructor-detail-page .rpd-instructor-media-card__body,
.rpd-instructor-detail-page .rpd-instructor-blog-card,
.rpd-instructor-detail-page .rpd-instructor-offering-card {
	padding: 1.65rem;
}

.rpd-instructor-detail-page .rpd-instructor-media-card h3,
.rpd-instructor-detail-page .rpd-instructor-blog-card h3,
.rpd-instructor-detail-page .rpd-instructor-offering-card h3,
.rpd-instructor-detail-page .rpd-instructor-related-card h3 {
	margin: 0 0 0.8rem;
	font-size: 1.45rem;
	font-weight: 900;
	line-height: 1.08;
}

.rpd-instructor-detail-page .rpd-instructor-media-card a,
.rpd-instructor-detail-page .rpd-instructor-blog-card a,
.rpd-instructor-detail-page .rpd-instructor-related-card a {
	display: inline-flex;
	margin-top: 1.1rem;
	color: #5552b1;
	font-weight: 900;
	text-decoration: none;
}

.rpd-instructor-detail-page .rpd-instructor-related-card a::after,
.rpd-instructor-detail-page .rpd-instructor-blog-card a::after {
	content: "";
	position: absolute;
	inset: 0;
}

.rpd-instructor-detail-page .rpd-instructor-blog-card.is-placeholder {
	border-style: dashed;
	background:
		linear-gradient(135deg, rgba(161, 84, 161, 0.05), rgba(85, 82, 177, 0.05)),
		rgba(255, 255, 255, 0.72);
}

.rpd-instructor-detail-page .rpd-instructor-learning {
	padding: clamp(5rem, 8vw, 7rem) 0;
	background: var(--rpd-white);
}

.rpd-instructor-detail-page .rpd-instructor-offering-card {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: visible;
	min-height: 26rem;
	padding-top: 2rem;
}

.rpd-instructor-detail-page .rpd-offering-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.35rem;
	height: 3.35rem;
	margin-bottom: 1.35rem;
	border-radius: 0.9rem;
	background: rgba(85, 82, 177, 0.12);
	color: #5552b1;
	box-shadow: inset 0 0 0 1px rgba(85, 82, 177, 0.08);
}

.rpd-instructor-detail-page .rpd-offering-card__icon--launchpad {
	background: rgba(253, 185, 51, 0.16);
	color: #f5a800;
	box-shadow: inset 0 0 0 1px rgba(253, 185, 51, 0.18);
}

.rpd-instructor-detail-page .rpd-offering-card__icon--cohort {
	background: rgba(85, 82, 177, 0.13);
	color: #5552b1;
	box-shadow: inset 0 0 0 1px rgba(85, 82, 177, 0.14);
}

.rpd-instructor-detail-page .rpd-offering-card__icon--workshop {
	background: rgba(161, 84, 161, 0.13);
	color: #a154a1;
	box-shadow: inset 0 0 0 1px rgba(161, 84, 161, 0.14);
}

.rpd-instructor-detail-page .rpd-offering-card__icon svg {
	display: block;
	width: 1.55rem;
	height: 1.55rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rpd-instructor-detail-page .rpd-instructor-offering-card__eyebrow {
	color: #5552b1;
}

.rpd-instructor-detail-page .rpd-instructor-offering-card__meta {
	margin: -0.25rem 0 0.95rem;
	color: #5552b1;
	font-size: 1.32rem;
	font-weight: 900;
	line-height: 1.15;
}

.rpd-instructor-detail-page .rpd-instructor-offering-card__badge {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	padding: 0.42rem 0.9rem;
	border-radius: 999px;
	background: #a154a1;
	color: var(--rpd-white);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	box-shadow: 0 10px 22px rgba(161, 84, 161, 0.22);
}

.rpd-instructor-detail-page .rpd-instructor-offering-card .rpd-btn {
	justify-content: center;
	margin-top: auto;
}

.rpd-instructor-detail-page .rpd-instructor-offering-card.is-featured {
	border-color: #5552b1;
	box-shadow: 0 24px 52px rgba(35, 31, 88, 0.15);
}

.rpd-instructor-detail-page .rpd-instructor-trust__grid {
	display: grid;
	gap: clamp(2rem, 6vw, 5rem);
	align-items: center;
}

.rpd-instructor-detail-page .rpd-instructor-trust {
	background: linear-gradient(180deg, var(--rpd-color-surface-soft) 0%, var(--rpd-white) 100%);
}

.rpd-instructor-detail-page .rpd-instructor-trust--testimonial-only .rpd-instructor-trust__grid {
	grid-template-columns: minmax(0, 50rem);
	justify-content: center;
}

.rpd-instructor-detail-page .rpd-instructor-trust--proof-only .rpd-instructor-trust__grid {
	grid-template-columns: minmax(0, 50rem);
	justify-content: center;
}

.rpd-instructor-detail-page .rpd-instructor-testimonial {
	margin: 0;
	padding: clamp(2rem, 4vw, 3rem);
	border-radius: 1.1rem;
	background: #231f58;
	color: var(--rpd-white);
	box-shadow: 0 24px 52px rgba(35, 31, 88, 0.17);
}

.rpd-instructor-detail-page .rpd-instructor-testimonial__quote-icon {
	display: block;
	width: 3.75rem;
	height: auto;
	margin-bottom: 1.35rem;
	color: #fdb933;
	fill: none;
	stroke: currentColor;
	stroke-width: 3;
	stroke-linejoin: round;
	opacity: 0.96;
}

.rpd-instructor-detail-page .rpd-instructor-testimonial blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--rpd-white);
	font-family: var(--font-heading);
	font-size: clamp(1.45rem, 3vw, 2.25rem);
	font-weight: 800;
	line-height: 1.2;
}

.rpd-instructor-detail-page .rpd-instructor-testimonial figcaption {
	display: flex;
	gap: 0.9rem;
	align-items: center;
	margin-top: 1.5rem;
}

.rpd-instructor-detail-page .rpd-instructor-testimonial__avatar {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 3.1rem;
	height: 3.1rem;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 50%;
	background: rgba(253, 185, 51, 0.96);
	color: #231f58;
	font-size: 0.9rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
	object-fit: cover;
}

.rpd-instructor-detail-page .rpd-instructor-testimonial__author {
	min-width: 0;
}

.rpd-instructor-detail-page .rpd-instructor-testimonial strong,
.rpd-instructor-detail-page .rpd-instructor-testimonial small {
	display: block;
}

.rpd-instructor-detail-page .rpd-instructor-testimonial small {
	color: #c4c4e5;
}

.rpd-instructor-detail-page .rpd-instructor-trust__metrics {
	display: grid;
	gap: 1rem;
}

.rpd-instructor-detail-page .rpd-instructor-trust__proof h2 {
	max-width: 41rem;
	margin: 0;
	color: #231f58;
	font-family: var(--font-heading);
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 900;
	line-height: 1.05;
}

.rpd-instructor-detail-page .rpd-instructor-trust__proof > p:not(.rpd-instructor-section-kicker) {
	max-width: 42rem;
	margin: 1rem 0 0;
	color: #343465;
	font-size: 1.04rem;
	line-height: 1.65;
}

.rpd-instructor-detail-page .rpd-instructor-trust__proof .rpd-instructor-trust__metrics {
	margin-top: 1.5rem;
}

.rpd-instructor-detail-page .rpd-instructor-trust__metrics div {
	padding: 1.4rem;
	border: 1px solid rgba(196, 196, 229, 0.78);
	border-radius: 0.8rem;
	background: rgba(255, 255, 255, 0.72);
	text-align: center;
	box-shadow: none;
}

.rpd-instructor-detail-page .rpd-instructor-related {
	background: rgba(196, 196, 229, 0.18);
}

.rpd-instructor-detail-page .rpd-instructor-related .rpd-instructor-section-kicker {
	color: #a154a1;
}

.rpd-instructor-detail-page .rpd-instructor-related-card {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 0;
	padding: 0;
}

.rpd-instructor-detail-page .rpd-instructor-related-card__image {
	overflow: hidden;
	aspect-ratio: 1.4;
	border-radius: 0;
	background: linear-gradient(135deg, #c4c4e5, #5552b1);
}

.rpd-instructor-detail-page .rpd-instructor-related-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rpd-instructor-detail-page .rpd-instructor-related-card p {
	margin: 0;
	color: #343465;
	line-height: 1.45;
}

.rpd-instructor-detail-page .rpd-instructor-related-card > div:last-child {
	padding: 1.25rem;
}

.rpd-instructor-detail-page .rpd-instructor-faq__list {
	display: grid;
	gap: 0.9rem;
}

.rpd-instructor-detail-page .rpd-instructor-faq {
	background: rgba(196, 196, 229, 0.18);
}

.rpd-instructor-detail-page .rpd-instructor-faq .rpd-instructor-section-kicker {
	margin: 0 0 1rem;
	color: #a154a1;
}

.rpd-instructor-detail-page .rpd-instructor-faq .rpd-instructor-split__intro h2 {
	max-width: 28rem;
	font-weight: 900;
}

.rpd-instructor-detail-page .rpd-instructor-faq__item {
	border: 1px solid rgba(196, 196, 229, 0.72);
	border-radius: 0.75rem;
	background: var(--rpd-white);
}

.rpd-instructor-detail-page .rpd-instructor-faq button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	padding: 1.15rem 1.25rem;
	border: 0;
	background: transparent;
	color: #231f58;
	font-family: var(--font-heading);
	font-size: 1.05rem;
	font-weight: 900;
	text-align: left;
}

.rpd-instructor-detail-page .rpd-instructor-faq button i {
	display: block;
	flex: 0 0 auto;
	width: 0.65rem;
	height: 0.65rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	font-style: normal;
	transform: rotate(45deg);
	transition: transform var(--rpd-transition);
}

.rpd-instructor-detail-page .rpd-instructor-faq button[aria-expanded="true"] i {
	transform: rotate(225deg);
}

.rpd-instructor-detail-page .rpd-instructor-faq [role="region"] {
	padding: 0 1.25rem 1.2rem;
}

.rpd-instructor-detail-page .rpd-instructor-faq [role="region"] p,
.rpd-instructor-detail-page .rpd-instructor-faq .rpd-instructor-split__intro p:not(.rpd-instructor-section-kicker) {
	margin: 0;
	color: #343465;
	line-height: 1.65;
}

.rpd-instructor-detail-page .rpd-instructor-faq__body {
	max-width: 31rem;
	margin-top: 1rem;
}

.rpd-instructor-detail-page .rpd-instructor-faq__support {
	margin-top: 0.75rem;
}

.rpd-instructor-detail-page .rpd-instructor-faq a {
	color: #5552b1;
	font-weight: 900;
}

.rpd-instructor-detail-page .rpd-instructor-final {
	position: relative;
	overflow: hidden;
	padding: clamp(5rem, 8vw, 7rem) 0;
	background:
		radial-gradient(circle at 18% 36%, rgba(161, 84, 161, 0.35), transparent 28rem),
		radial-gradient(circle at 80% 25%, rgba(85, 82, 177, 0.42), transparent 30rem),
		linear-gradient(135deg, #231f58, #343465);
	color: var(--rpd-white);
	text-align: center;
}

.rpd-instructor-detail-page .rpd-instructor-final::before,
.rpd-instructor-detail-page .rpd-instructor-final::after {
	position: absolute;
	width: 18rem;
	height: 18rem;
	border-radius: 999px;
	background: rgba(161, 84, 161, 0.28);
	filter: blur(42px);
	content: "";
	pointer-events: none;
}

.rpd-instructor-detail-page .rpd-instructor-final::before {
	top: -6rem;
	left: 12%;
}

.rpd-instructor-detail-page .rpd-instructor-final::after {
	right: 10%;
	bottom: -7rem;
	background: rgba(85, 82, 177, 0.3);
}

.rpd-instructor-detail-page .rpd-instructor-final .rpd-container {
	position: relative;
	z-index: 1;
}

.rpd-instructor-detail-page .rpd-instructor-final h2 {
	max-width: 48rem;
	margin-inline: auto;
	color: var(--rpd-white);
}

.rpd-instructor-detail-page .rpd-instructor-final__eyebrow {
	margin: 0 0 1rem;
	color: #fdb933;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rpd-instructor-detail-page .rpd-instructor-final p {
	max-width: 36rem;
	margin: 1.3rem auto 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.16rem;
	line-height: 1.6;
}

.rpd-instructor-detail-page .rpd-instructor-final p.rpd-instructor-final__eyebrow {
	margin: 0 0 1rem;
	color: #fdb933;
	font-size: 0.78rem;
	line-height: 1.2;
}

.rpd-instructor-detail-page .rpd-instructor-final__actions {
	justify-content: center;
}

@media (min-width: 760px) {
	.rpd-instructor-detail-page .rpd-instructor-resource-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rpd-instructor-detail-page .rpd-instructor-blog-header {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.rpd-instructor-detail-page .rpd-instructor-blog-header__link {
		justify-self: end;
		margin-bottom: 0.15rem;
	}

	.rpd-instructor-detail-page .rpd-instructor-focus-grid,
	.rpd-instructor-detail-page .rpd-instructor-media-grid,
	.rpd-instructor-detail-page .rpd-instructor-blog-grid,
	.rpd-instructor-detail-page .rpd-instructor-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rpd-instructor-detail-page .rpd-instructor-media-grid--single {
		grid-template-columns: minmax(0, 1fr);
	}

	.rpd-instructor-detail-page .rpd-instructor-media-grid--single .rpd-instructor-media-card {
		width: min(100%, 48rem);
		justify-self: center;
	}

	.rpd-instructor-detail-page .rpd-instructor-related__grid--count-1 {
		grid-template-columns: minmax(0, 28rem);
		justify-content: center;
	}

	.rpd-instructor-detail-page .rpd-instructor-related__grid--count-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 52rem;
		margin-inline: auto;
	}

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

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

	.rpd-instructor-detail-page .rpd-instructor-trust__metrics--count-1 {
		grid-template-columns: minmax(0, 14rem);
	}
}

@media (min-width: 980px) {
	.rpd-instructor-detail-page .rpd-instructor-resource-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rpd-instructor-detail-page .rpd-instructor-hero__grid {
		grid-template-columns: minmax(0, 3fr) minmax(22rem, 2fr);
	}

	.rpd-instructor-detail-page .rpd-instructor-hero h1 {
		font-size: 4.15rem;
	}

	.rpd-instructor-detail-page .rpd-instructor-split,
	.rpd-instructor-detail-page .rpd-instructor-trust--testimonial-with-proof .rpd-instructor-trust__grid {
		grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
	}

	.rpd-instructor-detail-page .rpd-instructor-trust--testimonial-with-proof .rpd-instructor-trust__grid {
		gap: clamp(2rem, 4vw, 3.5rem);
	}

	.rpd-instructor-detail-page .rpd-instructor-authority .rpd-instructor-split {
		grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
		gap: clamp(2.5rem, 4vw, 4rem);
	}

	.rpd-instructor-detail-page .rpd-instructor-faq .rpd-instructor-split {
		gap: clamp(2rem, 3vw, 3.25rem);
	}

	.rpd-instructor-detail-page .rpd-instructor-guide-card {
		grid-template-columns: minmax(0, 0.96fr) minmax(25rem, 1.04fr);
		align-items: stretch;
	}

	.rpd-instructor-detail-page .rpd-instructor-guide-card__panel {
		border-radius: 0 1.2rem 1.2rem 0;
	}

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

	.rpd-instructor-detail-page .rpd-instructor-related__grid--count-1 {
		grid-template-columns: minmax(0, 28rem);
	}

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

	.rpd-instructor-detail-page .rpd-instructor-offerings--count-1 {
		grid-template-columns: minmax(0, 28rem);
		justify-content: center;
	}

	.rpd-instructor-detail-page .rpd-instructor-offerings--count-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 52rem;
		margin-inline: auto;
	}

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

	.rpd-instructor-detail-page .rpd-instructor-offering-card.is-featured {
		transform: translateY(-1rem);
	}

	.rpd-instructor-detail-page .rpd-instructor-hero__visual {
		justify-self: end;
		width: min(100%, 30.5rem);
	}
}

@media (max-width: 979px) {
	.rpd-instructor-detail-page .rpd-instructor-hero {
		padding-top: 4rem;
	}

	.rpd-instructor-detail-page .rpd-instructor-hero__visual {
		width: min(100%, 30rem);
	}

	.rpd-instructor-detail-page .rpd-instructor-hero-stats {
		position: static;
		margin-top: 1rem;
	}

	.rpd-instructor-detail-page .rpd-instructor-award {
		top: 1rem;
		right: 0.75rem;
	}

	.rpd-instructor-detail-page .rpd-instructor-hero-stats {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.rpd-instructor-detail-page .rpd-instructor-related-card {
		grid-template-columns: 8rem 1fr;
		grid-template-rows: none;
		padding: 1rem;
	}

	.rpd-instructor-detail-page .rpd-instructor-related-card__image {
		aspect-ratio: 1;
		border-radius: 0.7rem;
	}

	.rpd-instructor-detail-page .rpd-instructor-related-card > div:last-child {
		padding: 0;
	}
}

@media (max-width: 640px) {
	.rpd-instructor-detail-page {
		overflow-x: hidden;
	}

	.rpd-instructor-detail-page .rpd-instructor-hero h1 {
		font-size: clamp(2.5rem, 13vw, 3.35rem);
		overflow-wrap: anywhere;
	}

	.rpd-instructor-detail-page .rpd-instructor-hero__actions,
	.rpd-instructor-detail-page .rpd-instructor-resource-actions,
	.rpd-instructor-detail-page .rpd-instructor-final__actions {
		flex-direction: column;
	}

	.rpd-instructor-detail-page .rpd-instructor-hero__actions .rpd-btn,
	.rpd-instructor-detail-page .rpd-instructor-resource-actions .rpd-btn,
	.rpd-instructor-detail-page .rpd-instructor-final__actions .rpd-btn {
		width: 100%;
	}

	.rpd-instructor-detail-page .rpd-instructor-related-card {
		grid-template-columns: 1fr;
		padding: 0;
	}

	.rpd-instructor-detail-page .rpd-instructor-related-card__image {
		width: 100%;
		aspect-ratio: 1.35;
		border-radius: 0;
	}

	.rpd-instructor-detail-page .rpd-instructor-related-card > div:last-child {
		padding: 1.25rem;
	}
}
