/* Mentorship page — Stage 6 */
.rth-mentorship-page { overflow: clip; }
.rth-mentor-hero { position: relative; overflow: hidden; background: linear-gradient(180deg,#fff 0%,#f5f9ff 100%); }
.rth-mentor-hero::before { content:""; position:absolute; inset:0; pointer-events:none; background-image:linear-gradient(rgba(0,109,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(0,109,255,.035) 1px,transparent 1px); background-size:54px 54px; mask-image:linear-gradient(to bottom,#000,transparent 82%); }
.rth-mentor-hero-glow { position:absolute; width:560px; aspect-ratio:1; right:-190px; top:-160px; border-radius:50%; background:rgba(0,109,255,.17); filter:blur(15px); }
.rth-mentor-hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr); align-items:center; gap:clamp(2rem,5vw,6rem); min-height:min(850px,calc(100vh - var(--rth-header-height))); padding-block:clamp(4rem,7vw,7rem); }
.rth-mentor-hero-copy h1 { max-width:790px; margin-bottom:.3em; font-size:clamp(3.15rem,6.6vw,6.75rem); letter-spacing:-.07em; }
.rth-mentor-hero-copy h1 .rth-mentor-hero-kicker { display:block; color:var(--rth-blue); font-size:.48em; letter-spacing:.02em; text-transform:uppercase; }
.rth-mentor-hero-copy h1 .rth-mentor-hero-clarity { display:block; color:inherit; font-size:calc(.48em + 9px); letter-spacing:-.03em; line-height:1.02; text-transform:none; }
.rth-mentor-hero-copy h1 .rth-mentor-hero-rity-r { color:var(--rth-blue); }
.rth-mentor-hero-copy .rth-lead { max-width:720px; }
.rth-mentor-hero-actions { display:flex; flex-wrap:wrap; gap:.85rem; margin-top:2rem; }
.rth-mentor-trust-list { display:flex; flex-wrap:wrap; gap:.65rem 1.2rem; margin:2rem 0 0; padding:0; list-style:none; color:var(--rth-muted); font-size:.9rem; font-weight:600; }
.rth-mentor-trust-list li::before { content:"✓"; display:inline-grid; place-items:center; width:21px; height:21px; margin-right:.45rem; border-radius:50%; background:#e8f3ff; color:var(--rth-blue); font-weight:800; }
.rth-mentor-hero-visual { position:relative; min-height:600px; display:grid; place-items:end center; }
.rth-mentor-hero-visual::before { content:""; position:absolute; inset:15% 2% 3%; border:1px solid rgba(0,109,255,.12); border-radius:48% 48% 20% 20%; background:radial-gradient(circle at 50% 22%,rgba(120,183,255,.28),rgba(255,255,255,.1) 52%,rgba(0,26,72,.04)); box-shadow:inset 0 0 70px rgba(0,109,255,.06); }
.rth-mentor-hero-visual img { position:relative; z-index:2; width:min(100%,650px); max-height:610px; object-fit:contain; object-position:bottom; filter:drop-shadow(0 30px 35px rgba(0,26,72,.18)); }
.rth-mentor-orbit { position:absolute; border:1px solid rgba(0,109,255,.18); border-radius:50%; }
.rth-mentor-orbit--one { width:84%; aspect-ratio:1; top:7%; animation:rthMentorOrbit 18s linear infinite; }
.rth-mentor-orbit--two { width:62%; aspect-ratio:1; top:20%; border-style:dashed; animation:rthMentorOrbit 14s linear infinite reverse; }
@keyframes rthMentorOrbit { to { transform:rotate(360deg); } }




.rth-mentor-heading { max-width:850px; }
.rth-mentor-heading > p:last-child { max-width:760px; color:var(--rth-muted); }






.rth-mentor-split { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr); gap:clamp(3rem,7vw,7rem); align-items:start; }
.rth-mentor-pain-stack { grid-column:1; grid-row:1; }
.rth-mentor-pain-stack > .rth-eyebrow { margin-bottom:1rem; }
.rth-mentor-sticky-copy { position:sticky; grid-column:2; grid-row:1; top:calc(var(--rth-header-height) + 35px); }
.rth-mentor-pain-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.75rem; }
.rth-mentor-pain-list article { display:grid; grid-template-columns:38px minmax(0,1fr); align-items:start; gap:.72rem; min-height:132px; padding:.95rem 1rem; border:1px solid var(--rth-border); border-radius:15px; background:#fff; }
.rth-mentor-pain-list article > span { display:grid; place-items:center; width:34px; height:34px; border-radius:11px; background:#eef5ff; color:var(--rth-blue); font-family:Manrope,sans-serif; font-size:.76rem; font-weight:800; }
.rth-mentor-pain-list h3 { margin:0 0 .24rem; font-size:1rem; line-height:1.35; }
.rth-mentor-pain-list p { margin:0; color:var(--rth-muted); font-size:.86rem; line-height:1.55; }







.rth-mentor-price-card ul{ margin:1.5rem 0 0; padding:0; list-style:none; }
.rth-mentor-price-card li{ position:relative; padding-left:1.7rem; }
.rth-mentor-price-card li + li{ margin-top:.8rem; }
.rth-mentor-price-card li::before{ position:absolute; left:0; top:.05rem; font-weight:800; }

.rth-mentor-price-card li::before{ content:"✓"; color:var(--rth-blue); }


















.rth-mentor-process-list { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1.1rem; margin:0; padding:0; list-style:none; counter-reset:process; }
.rth-mentor-process-list li { position:relative; padding:1.5rem; border-top:3px solid var(--rth-blue); border-radius:0 0 18px 18px; background:var(--rth-surface); }
.rth-mentor-process-list li > span { color:var(--rth-blue); font-family:Manrope,sans-serif; font-weight:800; }
.rth-mentor-process-list h3 { margin-top:1.2rem; font-size:1.1rem; }
.rth-mentor-process-list p { margin:0; color:var(--rth-muted); font-size:.92rem; }





.rth-mentor-profile-grid { display:grid; grid-template-columns:minmax(400px,.95fr) minmax(0,1.05fr); align-items:center; gap:clamp(3rem,7vw,7rem); }
.rth-mentor-profile-visual { position:relative; min-height:520px; display:grid; place-items:end center; }
.rth-mentor-profile-panel { position:absolute; inset:7% 4% 0; border-radius:40px 40px 16px 16px; background:linear-gradient(145deg,#eef6ff,#dfeeff); }
.rth-mentor-profile-visual img { position:relative; z-index:2; max-height:520px; object-fit:contain; object-position:bottom; }
.rth-mentor-profile-tag { position:absolute; z-index:3; right:0; bottom:8%; padding:.9rem 1rem; border:1px solid var(--rth-border); border-radius:15px; background:rgba(255,255,255,.92); box-shadow:var(--rth-shadow-md); }
.rth-mentor-profile-tag strong,.rth-mentor-profile-tag span { display:block; }
.rth-mentor-profile-tag strong { color:var(--rth-navy); font-family:Manrope,sans-serif; }
.rth-mentor-profile-tag span { color:var(--rth-muted); font-size:.8rem; }
.rth-mentor-profile-copy p:not(.rth-eyebrow) { color:var(--rth-muted); }
.rth-mentor-price-grid { display:grid; grid-template-columns:1fr 1fr; align-items:stretch; gap:1.5rem; }
.rth-mentor-price-card { position:relative; display:flex; flex-direction:column; padding:clamp(1.8rem,3vw,2.6rem); border:1px solid var(--rth-border); border-radius:var(--rth-radius-md); background:#fff; box-shadow:var(--rth-shadow-sm); }
.rth-mentor-price-card--featured { border:2px solid var(--rth-blue); box-shadow:0 24px 65px rgba(0,109,255,.15); }
.rth-mentor-price-badge { position:absolute; right:1.3rem; top:1.3rem; margin:0; padding:.42rem .7rem; border-radius:999px; background:var(--rth-blue); color:#fff; font-size:.7rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.rth-mentor-price-kicker { color:var(--rth-blue); font-size:.76rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.rth-mentor-price-card h3 { max-width:75%; font-size:clamp(1.6rem,2.4vw,2.1rem); }
.rth-mentor-price { display:flex; flex-direction:column; margin:1.2rem 0; }
.rth-mentor-price strong { color:var(--rth-navy); font-family:Manrope,sans-serif; font-size:clamp(2rem,4vw,3.4rem); line-height:1.1; }
.rth-mentor-price span { color:var(--rth-muted); font-size:.85rem; }
.rth-mentor-price-summary { color:var(--rth-muted); }
.rth-mentor-price-card ul { flex:1; margin-bottom:2rem; }
.rth-mentor-price-card .rth-button { width:100%; }

.rth-mentor-final-cta { padding-block:clamp(4rem,7vw,7rem); background:linear-gradient(135deg,var(--rth-navy),#00317e); color:rgba(255,255,255,.82); }
.rth-mentor-final-inner { display:flex; align-items:center; justify-content:space-between; gap:3rem; }
.rth-mentor-final-inner > div:first-child { max-width:800px; }
.rth-mentor-final-inner h2 { color:#fff; }
.rth-button--ghost-light { border-color:rgba(255,255,255,.35); color:#fff; background:transparent; }
.rth-button--ghost-light:hover { border-color:#fff; color:var(--rth-navy); background:#fff; }
@media (max-width:1080px) {
  .rth-mentor-hero-grid { grid-template-columns:1fr 1fr; }
  .rth-mentor-process-list{ grid-template-columns:1fr 1fr; }
  
}
@media (max-width:820px) {
  .rth-mentor-hero-grid, .rth-mentor-split, .rth-mentor-profile-grid{ grid-template-columns:1fr; }
  .rth-mentor-hero-grid { min-height:auto; padding-top:4rem; }
  .rth-mentor-hero-visual { min-height:500px; }
  .rth-mentor-pain-stack { grid-column:auto; grid-row:auto; }
  .rth-mentor-sticky-copy { position:static; grid-column:auto; grid-row:auto; }
  .rth-mentor-pain-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
  
  .rth-mentor-price-grid{ grid-template-columns:1fr; }
  .rth-mentor-profile-visual { min-height:480px; }
  .rth-mentor-final-inner { align-items:flex-start; flex-direction:column; }
}
@media (max-width:560px) {
  .rth-mentor-hero-copy h1 { font-size:clamp(3rem,17vw,4.8rem); }
  .rth-mentor-hero-actions { align-items:stretch; flex-direction:column; }
  .rth-mentor-hero-actions .rth-button { width:100%; }
  .rth-mentor-trust-list { display:grid; grid-template-columns:1fr; }
  .rth-mentor-hero-visual { min-height:430px; }
  .rth-mentor-hero-visual img { max-height:430px; }


.rth-mentor-pain-list { grid-template-columns:1fr; }
  .rth-mentor-pain-list article { min-height:0; }
  .rth-mentor-process-list{ grid-template-columns:1fr; }
  
  .rth-mentor-profile-visual { min-height:410px; }
  .rth-mentor-profile-visual img { max-height:410px; }
  .rth-mentor-profile-tag { right:0; bottom:2%; }
  .rth-mentor-price-badge { position:static; align-self:flex-start; margin-bottom:1rem; }
  .rth-mentor-price-card h3 { max-width:none; }
  .rth-mentor-final-inner .rth-button-row { width:100%; }
}
@media (prefers-reduced-motion:reduce) { .rth-mentor-orbit { animation:none; } }

/* Mentorship refinement v1.8.44: Hero section */
.rth-mentor-hero-grid {
	grid-template-columns: minmax(0, 1.02fr) minmax(410px, .98fr);
	gap: clamp(2.5rem, 5vw, 6rem);
}

.rth-mentor-hero-copy {
	position: relative;
	z-index: 3;
}

.rth-mentor-hero-copy .rth-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .65rem;
}

.rth-mentor-hero-copy .rth-eyebrow::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--rth-blue);
	box-shadow: 0 0 0 7px rgba(0, 109, 255, .1);
	animation: rthMentorHeroPulse 2.4s ease-in-out infinite;
}

.rth-mentor-hero-copy h1 {
	max-width: 780px;
	margin-top: 1rem;
	margin-bottom: .32em;
}

.rth-mentor-hero-copy h1 .rth-mentor-hero-kicker {
	margin-bottom: .2em;
}

.rth-mentor-hero-copy .rth-lead {
	max-width: 680px;
	font-size: clamp(1.02rem, 1.35vw, 1.18rem);
	line-height: 1.82;
}

.rth-mentor-hero-actions {
	margin-top: 2.15rem;
}

.rth-mentor-trust-list {
	max-width: 700px;
	margin-top: 2.1rem;
}

.rth-mentor-hero-visual {
	min-height: 620px;
	place-items: end center;
}

.rth-mentor-hero-visual::before {
	inset: 12% 5% 2%;
	border-radius: 46% 46% 22% 22%;
	background:
		radial-gradient(circle at 50% 24%, rgba(120, 183, 255, .3), rgba(255, 255, 255, .16) 48%, rgba(0, 26, 72, .055)),
		linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(238, 246, 255, .78));
	box-shadow:
		inset 0 0 80px rgba(0, 109, 255, .08),
		0 35px 75px rgba(0, 26, 72, .08);
}

.rth-mentor-hero-visual img {
	position: absolute;
	left: 49%;
	bottom: 0;
	z-index: 2;
	width: 112%;
	max-width: 680px;
	max-height: none;
	object-fit: initial;
	object-position: initial;
	transform: translateX(-50%);
	filter: drop-shadow(0 32px 36px rgba(0, 26, 72, .2));
}


@keyframes rthMentorHeroPulse {
	0%, 100% { transform: scale(1); opacity: 1; }
	50% { transform: scale(.72); opacity: .64; }
}

@media (max-width: 1080px) {
	.rth-mentor-hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(370px, .92fr);
	}

	.rth-mentor-hero-visual {
		min-height: 560px;
	}

	.rth-mentor-hero-visual img {
		width: 116%;
	}
}

@media (max-width: 820px) {
	.rth-mentor-hero-grid {
		grid-template-columns: 1fr;
		gap: 1.8rem;
	}

	.rth-mentor-hero-copy {
		max-width: 760px;
	}

	.rth-mentor-hero-visual {
		width: min(100%, 610px);
		min-height: 560px;
		margin-inline: auto;
	}

	.rth-mentor-hero-visual img {
		left: 49%;
		width: 108%;
		max-width: 650px;
	}
}

@media (max-width: 560px) {
	.rth-mentor-hero-grid {
		padding-top: 3.25rem;
	}

	.rth-mentor-hero-copy h1 {
		font-size: clamp(3rem, 16vw, 4.55rem);
	}

	.rth-mentor-hero-copy .rth-lead {
		font-size: .99rem;
		line-height: 1.75;
	}

	.rth-mentor-hero-visual {
		min-height: 430px;
	}

	.rth-mentor-hero-visual::before {
		inset: 14% 2% 2%;
	}

	.rth-mentor-hero-visual img {
		width: 112%;
		max-width: 510px;
	}


}

@media (prefers-reduced-motion: reduce) {
	.rth-mentor-hero-copy .rth-eyebrow::before {
		animation: none;
	}
}

/* Mentorship refinement v1.8.45: premium Hero portrait fit */
.rth-mentor-hero-visual {
	width: min(100%, 540px);
	min-height: 590px;
	margin-inline: auto;
	place-items: end center;
}

.rth-mentor-hero-visual::before {
	inset: 17% 12% 4%;
	border-radius: 44% 44% 22% 22%;
	background:
		radial-gradient(circle at 50% 24%, rgba(126, 186, 255, .28), rgba(255, 255, 255, .18) 50%, rgba(0, 26, 72, .05)),
		linear-gradient(180deg, rgba(255, 255, 255, .8), rgba(235, 244, 255, .82));
	box-shadow:
		inset 0 0 68px rgba(0, 109, 255, .08),
		0 34px 70px rgba(0, 26, 72, .1);
}

.rth-mentor-hero-visual img {
	left: 50%;
	bottom: 1%;
	width: 98%;
	max-width: 560px;
	height: auto;
	object-fit: contain;
	object-position: center bottom;
	transform: translateX(-50%);
	filter: drop-shadow(0 28px 34px rgba(0, 26, 72, .18));
}

@media (max-width: 1080px) {
	.rth-mentor-hero-visual {
		width: min(100%, 500px);
		min-height: 540px;
	}

	.rth-mentor-hero-visual::before {
		inset: 18% 11% 4%;
	}

	.rth-mentor-hero-visual img {
		width: 100%;
		max-width: 520px;
	}
}

@media (max-width: 820px) {
	.rth-mentor-hero-visual {
		width: min(100%, 520px);
		min-height: 540px;
	}

	.rth-mentor-hero-visual::before {
		inset: 17% 10% 4%;
	}

	.rth-mentor-hero-visual img {
		width: 98%;
		max-width: 540px;
	}
}

@media (max-width: 560px) {
	.rth-mentor-hero-visual {
		width: min(100%, 410px);
		min-height: 410px;
	}

	.rth-mentor-hero-visual::before {
		inset: 18% 9% 3%;
		border-radius: 42% 42% 20% 20%;
	}

	.rth-mentor-hero-visual img {
		bottom: 0;
		width: 100%;
		max-width: 430px;
	}

}

/* Mentorship refinement v1.8.47: premium Hero portrait interaction */
.rth-mentor-hero-visual {
	--rth-hero-rotate-x: 0deg;
	--rth-hero-rotate-y: 0deg;
	--rth-hero-shift-x: 0px;
	--rth-hero-shift-y: 0px;
	--rth-hero-scale: 1;
	perspective: 1100px;
	transform-style: preserve-3d;
	isolation: isolate;
}
.rth-mentor-hero-visual::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 7%;
	z-index: 0;
	width: 68%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle,rgba(0,109,255,.26) 0%,rgba(0,109,255,.1) 40%,rgba(0,109,255,0) 72%);
	filter: blur(18px);
	opacity: .55;
	transform: translateX(-50%) scale(.9);
	transition: opacity .45s ease,transform .55s cubic-bezier(.2,.8,.2,1);
	pointer-events: none;
}
.rth-mentor-hero-portrait {
	will-change: transform,filter;
	transform: translateX(calc(-50% + var(--rth-hero-shift-x))) translateY(var(--rth-hero-shift-y)) rotateX(var(--rth-hero-rotate-x)) rotateY(var(--rth-hero-rotate-y)) scale(var(--rth-hero-scale));
	transform-origin: 50% 68%;
	transition: transform .55s cubic-bezier(.2,.8,.2,1),filter .45s ease;
}
.rth-mentor-hero-visual:hover { --rth-hero-scale: 1.035; }
.rth-mentor-hero-visual:hover::after {
	opacity: .92;
	transform: translateX(-50%) scale(1.08);
}
.rth-mentor-hero-visual:hover .rth-mentor-hero-portrait {
	filter: drop-shadow(0 34px 42px rgba(0,26,72,.22)) drop-shadow(0 0 24px rgba(0,109,255,.12));
}
.rth-mentor-hero-visual.is-hero-interacting .rth-mentor-hero-portrait {
	transition: transform .12s linear,filter .3s ease;
}
@media (hover:none),(pointer:coarse) {
	.rth-mentor-hero-visual:hover { --rth-hero-scale: 1; }
}
@media (prefers-reduced-motion:reduce) {
	.rth-mentor-hero-visual,.rth-mentor-hero-portrait,.rth-mentor-hero-visual::after {
		transition: none !important;
		animation: none !important;
	}
	.rth-mentor-hero-portrait { transform: translateX(-50%) !important; }
}

/* Mentorship refinement v1.8.48: clearly visible premium Hero interaction */
.rth-mentor-hero-visual {
	--rth-hero-lift: 0px;
	cursor: pointer;
}

.rth-mentor-hero-portrait {
	transform:
		translateX(calc(-50% + var(--rth-hero-shift-x)))
		translateY(calc(var(--rth-hero-shift-y) + var(--rth-hero-lift)))
		rotateX(var(--rth-hero-rotate-x))
		rotateY(var(--rth-hero-rotate-y))
		scale(var(--rth-hero-scale));
	transition:
		transform .58s cubic-bezier(.16, 1, .3, 1),
		filter .45s ease;
}

.rth-mentor-hero-visual::before {
	transition:
		transform .6s cubic-bezier(.16, 1, .3, 1),
		box-shadow .45s ease,
		border-color .45s ease;
	transform-origin: center bottom;
}

.rth-mentor-hero-visual:hover {
	--rth-hero-lift: -16px;
	--rth-hero-scale: 1.065;
}

.rth-mentor-hero-visual:hover::before {
	transform: translateY(-5px) scale(1.025);
	border-color: rgba(0, 109, 255, .24);
	box-shadow:
		0 28px 70px rgba(0, 26, 72, .12),
		0 0 48px rgba(0, 109, 255, .12);
}

.rth-mentor-hero-visual:hover::after {
	opacity: 1;
	transform: translateX(-50%) translateY(-8px) scale(1.22);
}

.rth-mentor-hero-visual:hover .rth-mentor-hero-portrait {
	filter:
		drop-shadow(0 42px 48px rgba(0, 26, 72, .26))
		drop-shadow(0 0 32px rgba(0, 109, 255, .18));
}

.rth-mentor-hero-visual:hover .rth-mentor-orbit--one {
	animation-duration: 9s;
}

.rth-mentor-hero-visual:hover .rth-mentor-orbit--two {
	animation-duration: 12s;
}

.rth-mentor-hero-visual.is-hero-interacting .rth-mentor-hero-portrait {
	transition:
		transform .1s linear,
		filter .28s ease;
}

@media (hover: none), (pointer: coarse) {
	.rth-mentor-hero-visual {
		cursor: default;
	}

	.rth-mentor-hero-visual:hover {
		--rth-hero-lift: 0px;
		--rth-hero-scale: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rth-mentor-hero-visual:hover {
		--rth-hero-lift: 0px;
		--rth-hero-scale: 1;
	}

	.rth-mentor-hero-visual:hover::before {
		transform: none;
	}

	.rth-mentor-hero-visual:hover::after {
		transform: translateX(-50%) scale(1);
	}
}

/* Mentorship refinement v1.8.50: premium Hero course dropdown */
.rth-mentor-hero-copy {
	z-index: 12;
}

.rth-mentor-hero-actions {
	position: relative;
	overflow: visible;
}

.rth-course-dropdown {
	position: relative;
	z-index: 40;
}

.rth-course-dropdown-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .8rem;
	cursor: pointer;
}

.rth-course-dropdown-toggle[aria-expanded="true"] {
	border-color: rgba(0, 109, 255, .48);
	background: #eef6ff;
	box-shadow: 0 12px 30px rgba(0, 109, 255, .12);
}

.rth-course-dropdown-chevron {
	width: 9px;
	height: 9px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	transition: transform .25s ease;
}

.rth-course-dropdown-toggle[aria-expanded="true"] .rth-course-dropdown-chevron {
	transform: translateY(2px) rotate(225deg);
}

.rth-course-dropdown-panel {
	position: absolute;
	top: calc(100% + 14px);
	left: 0;
	width: min(880px, calc(100vw - 48px));
	padding: 1.15rem;
	border: 1px solid rgba(0, 109, 255, .18);
	border-radius: 24px;
	background: rgba(255, 255, 255, .98);
	box-shadow:
		0 34px 90px rgba(0, 26, 72, .18),
		0 10px 30px rgba(0, 109, 255, .08);
	backdrop-filter: blur(20px);
	animation: rthCourseDropdownOpen .3s cubic-bezier(.16, 1, .3, 1);
}

.rth-course-dropdown-panel[hidden] {
	display: none !important;
}

.rth-course-dropdown-panel::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 44px;
	width: 14px;
	height: 14px;
	border-top: 1px solid rgba(0, 109, 255, .18);
	border-left: 1px solid rgba(0, 109, 255, .18);
	background: #fff;
	transform: rotate(45deg);
}

.rth-course-dropdown-head {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 1rem;
	padding: .35rem .35rem 1rem;
	border-bottom: 1px solid rgba(0, 26, 72, .08);
}

.rth-course-dropdown-head > div {
	display: grid;
	gap: .2rem;
}

.rth-course-dropdown-head > div > span {
	color: var(--rth-blue);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.rth-course-dropdown-head strong {
	color: var(--rth-navy);
	font-family: Manrope, sans-serif;
	font-size: 1rem;
}

.rth-course-dropdown-count {
	flex: 0 0 auto;
	padding: .45rem .7rem;
	border-radius: 999px;
	background: #eaf4ff;
	color: var(--rth-blue);
	font-size: .72rem;
	font-weight: 800;
}

.rth-course-dropdown-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .65rem;
}

.rth-course-dropdown-item {
	position: relative;
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) 18px;
	align-items: start;
	gap: .7rem;
	min-height: 102px;
	padding: .9rem;
	border: 1px solid rgba(0, 26, 72, .09);
	border-radius: 16px;
	background: linear-gradient(145deg, #fff, #f8fbff);
	color: inherit;
	text-decoration: none;
	transition:
		transform .22s ease,
		border-color .22s ease,
		box-shadow .22s ease,
		background .22s ease;
}

.rth-course-dropdown-item:hover,
.rth-course-dropdown-item:focus-visible {
	transform: translateY(-3px);
	border-color: rgba(0, 109, 255, .34);
	background: #fff;
	box-shadow: 0 14px 32px rgba(0, 109, 255, .1);
}

.rth-course-dropdown-number {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: linear-gradient(145deg, var(--rth-blue), #3c91ff);
	color: #fff;
	font-family: Manrope, sans-serif;
	font-size: .72rem;
	font-weight: 800;
	box-shadow: 0 8px 20px rgba(0, 109, 255, .2);
}

.rth-course-dropdown-copy {
	display: grid;
	gap: .3rem;
}

.rth-course-dropdown-copy strong {
	color: var(--rth-navy);
	font-family: Manrope, sans-serif;
	font-size: .86rem;
	line-height: 1.3;
}

.rth-course-dropdown-copy small {
	color: var(--rth-muted);
	font-size: .72rem;
	line-height: 1.45;
}

.rth-course-dropdown-arrow {
	color: var(--rth-blue);
	font-size: 1rem;
	font-weight: 800;
	transform: translateY(4px);
	transition: transform .22s ease;
}

.rth-course-dropdown-item:hover .rth-course-dropdown-arrow,
.rth-course-dropdown-item:focus-visible .rth-course-dropdown-arrow {
	transform: translate(3px, 4px);
}



@keyframes rthCourseDropdownOpen {
	from {
		opacity: 0;
		transform: translateY(-10px) scale(.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (max-width: 1080px) {
	.rth-course-dropdown-panel {
		width: min(700px, calc(100vw - 48px));
	}

	.rth-course-dropdown-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.rth-course-dropdown-panel {
		width: min(700px, calc(100vw - 32px));
	}
}

@media (max-width: 560px) {
	.rth-course-dropdown {
		width: 100%;
	}

	.rth-course-dropdown-toggle {
		width: 100%;
	}

	.rth-course-dropdown-panel {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		max-height: 62vh;
		margin-top: .8rem;
		padding: .85rem;
		overflow-y: auto;
		border-radius: 19px;
	}

	.rth-course-dropdown-panel::before {
		display: none;
	}

	.rth-course-dropdown-head {
		align-items: flex-start;
		flex-direction: column;
		gap: .7rem;
	}

	.rth-course-dropdown-grid {
		grid-template-columns: 1fr;
	}

	.rth-course-dropdown-item {
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rth-course-dropdown-panel {
		animation: none;
	}

	.rth-course-dropdown-chevron,
	.rth-course-dropdown-item,
	.rth-course-dropdown-arrow {
		transition: none;
	}
}

/* Mentorship refinement v1.8.53: verified dropdown visibility fix */
.rth-mentorship-page {
	overflow-x: clip;
	overflow-y: visible;
}

.rth-mentor-hero {
	position: relative;
	z-index: 100;
	overflow: visible;
	isolation: isolate;
}

.rth-mentor-hero > .rth-container,
.rth-mentor-hero-grid,
.rth-mentor-hero-copy,
.rth-mentor-hero-actions,
.rth-course-dropdown {
	overflow: visible;
}

.rth-course-dropdown {
	position: relative;
	z-index: 300;
}

.rth-course-dropdown-panel {
	z-index: 1000;
}

.rth-mentor-hero + section,
.rth-mentorship-page > section:not(.rth-mentor-hero) {
	position: relative;
	z-index: 1;
}

@media (max-width: 560px) {
	.rth-course-dropdown-panel {
		z-index: 1000;
	}
}

/* Mentorship refinement v1.8.55: RITY TRADE markers and More Courses notification */
.rth-course-dropdown-number {
	font-size: .88rem;
	letter-spacing: .02em;
}

.rth-course-dropdown-more {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) auto;
	align-items: center;
	gap: .9rem;
	margin-top: .9rem;
	padding: .9rem 1rem;
	border: 1px solid rgba(0, 109, 255, .2);
	border-radius: 17px;
	background:
		linear-gradient(135deg, rgba(0, 109, 255, .1), rgba(255, 255, 255, .96)),
		#fff;
	color: inherit;
	text-decoration: none;
	box-shadow: 0 12px 30px rgba(0, 109, 255, .08);
	transition:
		transform .22s ease,
		border-color .22s ease,
		box-shadow .22s ease;
}

.rth-course-dropdown-more:hover,
.rth-course-dropdown-more:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(0, 109, 255, .42);
	box-shadow: 0 18px 38px rgba(0, 109, 255, .14);
}

.rth-course-dropdown-more-icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: linear-gradient(145deg, var(--rth-blue), #3c91ff);
	color: #fff;
	font-family: Manrope, sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	box-shadow: 0 9px 22px rgba(0, 109, 255, .22);
}

.rth-course-dropdown-more-copy {
	display: grid;
	gap: .22rem;
}

.rth-course-dropdown-more-copy strong {
	color: var(--rth-navy);
	font-family: Manrope, sans-serif;
	font-size: .84rem;
	letter-spacing: .04em;
}

.rth-course-dropdown-more-copy small {
	color: var(--rth-muted);
	font-size: .76rem;
	line-height: 1.45;
}

.rth-course-dropdown-more-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .48rem .72rem;
	border-radius: 999px;
	background: #eaf4ff;
	color: var(--rth-blue);
	font-size: .72rem;
	font-weight: 800;
	white-space: nowrap;
	transition: background .22s ease, color .22s ease;
}

.rth-course-dropdown-more:hover .rth-course-dropdown-more-action,
.rth-course-dropdown-more:focus-visible .rth-course-dropdown-more-action {
	background: var(--rth-blue);
	color: #fff;
}

@media (max-width: 560px) {
	.rth-course-dropdown-more {
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.rth-course-dropdown-more-action {
		grid-column: 2;
		justify-self: start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rth-course-dropdown-more,
	.rth-course-dropdown-more-action {
		transition: none;
	}
}

/* Mentorship refinement v1.8.58: six Hero benefits */
.rth-mentor-trust-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .8rem 1.25rem;
	max-width: 760px;
}

.rth-mentor-trust-list li {
	display: flex;
	align-items: flex-start;
	min-width: 0;
	line-height: 1.45;
}

.rth-mentor-trust-list li::before {
	flex: 0 0 21px;
	margin-top: .05rem;
}

@media (max-width: 560px) {
	.rth-mentor-trust-list {
		grid-template-columns: 1fr;
	}
}

/* Mentorship refinement v1.8.60: animated Institutional Blueprint icons */






















































/* Mentorship refinement v1.8.61: premium Rity Learning Blueprint */
.rth-mentor-roadmap {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(180deg, #f8fbff 0%, #ffffff 42%, #f5f9ff 100%);
}

.rth-mentor-roadmap > .rth-container {
	position: relative;
	z-index: 2;
}

.rth-mentor-roadmap-grid {
	position: absolute;
	inset: 0;
	opacity: .44;
	background-image:
		linear-gradient(rgba(0, 109, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 109, 255, .035) 1px, transparent 1px);
	background-size: 58px 58px;
	mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 84%, transparent);
	pointer-events: none;
}

.rth-mentor-roadmap-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(8px);
	pointer-events: none;
}

.rth-mentor-roadmap-glow--one {
	width: 430px;
	aspect-ratio: 1;
	top: 6%;
	right: -190px;
	background: rgba(0, 109, 255, .1);
}

.rth-mentor-roadmap-glow--two {
	width: 360px;
	aspect-ratio: 1;
	bottom: 4%;
	left: -180px;
	background: rgba(0, 49, 126, .08);
}

.rth-mentor-roadmap-heading {
	max-width: 980px;
}

.rth-mentor-roadmap-heading h2 {
	max-width: 920px;
	font-size: clamp(2.25rem, 4.5vw, 4.2rem);
	letter-spacing: -.045em;
}

.rth-mentor-roadmap-heading > p:last-child {
	max-width: 820px;
	font-size: clamp(1rem, 1.4vw, 1.15rem);
	line-height: 1.8;
}



.rth-mentor-roadmap-thesis {
	position: relative;
	isolation: isolate;
	width: min(100%, 840px);
	overflow: hidden;
	margin: 1.75rem auto 0;
	padding: .86rem .9rem .9rem;
	border: 1px solid rgba(0, 72, 160, .12);
	border-radius: 22px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(246, 250, 255, .94));
	box-shadow:
		0 18px 48px rgba(0, 26, 72, .075),
		inset 0 1px 0 rgba(255, 255, 255, .92);
	backdrop-filter: blur(14px);
}

.rth-mentor-roadmap-thesis::before {
	content: "";
	position: absolute;
	top: 0;
	left: 11%;
	right: 11%;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, rgba(0, 109, 255, .7), rgba(79, 160, 255, .35), transparent);
	box-shadow: 0 0 14px rgba(0, 109, 255, .14);
	pointer-events: none;
}

.rth-mentor-roadmap-thesis::after {
	content: "";
	position: absolute;
	top: -120px;
	right: -95px;
	z-index: -1;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 109, 255, .08), rgba(0, 109, 255, 0) 70%);
	pointer-events: none;
}

.rth-mentor-roadmap-thesis-flow {
	position: absolute;
	inset: .92rem .9rem .94rem;
	z-index: 0;
	width: calc(100% - 1.8rem);
	height: calc(100% - 1.86rem);
	overflow: visible;
	pointer-events: none;
}

.rth-mentor-roadmap-thesis-flow-track,
.rth-mentor-roadmap-thesis-flow-glow {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rth-mentor-roadmap-thesis-flow-track {
	stroke: rgba(0, 87, 190, .16);
	stroke-width: 3.2;
}

.rth-mentor-roadmap-thesis-flow-glow {
	stroke: url(#rthBlueprintFlowGradient);
	stroke-width: 2;
	filter: drop-shadow(0 0 5px rgba(0, 109, 255, .2));
	stroke-dasharray: 7 8;
	animation: rthBlueprintFlow 11s linear infinite;
}

@keyframes rthBlueprintFlow {
	to { stroke-dashoffset: -120; }
}

.rth-mentor-roadmap-thesis-list {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: clamp(1.35rem, 2.4vw, 2.15rem);
	row-gap: 1.12rem;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rth-mentor-roadmap-thesis-list li {
	position: relative;
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	align-items: center;
	justify-self: center;
	gap: .56rem;
	width: fit-content;
	min-width: 205px;
	max-width: 238px;
	min-height: 58px;
	overflow: hidden;
	padding: .58rem .66rem;
	border: 1px solid rgba(0, 72, 160, .095);
	border-radius: 15px;
	background: linear-gradient(155deg, rgba(255, 255, 255, .985), rgba(245, 250, 255, .93));
	box-shadow:
		0 8px 19px rgba(0, 35, 82, .052),
		inset 0 1px 0 rgba(255, 255, 255, .92);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.rth-mentor-roadmap-thesis-list li::after {
	content: "";
	position: absolute;
	top: 0;
	left: 14px;
	right: 14px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(0, 109, 255, .16), transparent);
	pointer-events: none;
}

@media (hover: hover) {
	.rth-mentor-roadmap-thesis-list li:hover {
		transform: translateY(-2px);
		border-color: rgba(0, 109, 255, .17);
		box-shadow:
			0 12px 25px rgba(0, 35, 82, .075),
			inset 0 1px 0 rgba(255, 255, 255, .96);
	}
}

.rth-mentor-roadmap-thesis-list li > span {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, .44);
	border-radius: 999px;
	background: linear-gradient(145deg, #006dff, #0d58c7);
	color: #fff;
	font-family: Manrope, sans-serif;
	font-size: .69rem;
	font-weight: 800;
	box-shadow:
		0 6px 14px rgba(0, 109, 255, .2),
		inset 0 1px 0 rgba(255, 255, 255, .22);
}

.rth-mentor-roadmap-thesis-list strong {
	color: #08234c;
	font-family: Manrope, sans-serif;
	font-size: clamp(.78rem, .83vw, .88rem);
	font-weight: 770;
	letter-spacing: -.01em;
	line-height: 1.28;
}

.rth-mentor-roadmap-blueprint-source {
	grid-template-columns: 34px minmax(0, 1fr);
	gap: .48rem;
	border-color: rgba(25, 117, 238, .28) !important;
	background: linear-gradient(145deg, #071c42, #0a55b5 72%, #1678e5) !important;
	box-shadow:
		0 12px 28px rgba(0, 51, 118, .19),
		inset 0 1px 0 rgba(255, 255, 255, .16) !important;
}

.rth-mentor-roadmap-blueprint-source::after {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .28), transparent) !important;
}

.rth-mentor-roadmap-blueprint-source > span {
	width: 34px !important;
	height: 34px !important;
	border-color: rgba(255, 255, 255, .28) !important;
	background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .22), rgba(255, 255, 255, .1) 58%, rgba(255, 255, 255, .06)) !important;
	font-size: .72rem !important;
	box-shadow:
		0 8px 18px rgba(0, 0, 0, .15),
		inset 0 1px 0 rgba(255, 255, 255, .22),
		inset 0 -10px 18px rgba(255, 255, 255, .04) !important;
}

.rth-mentor-roadmap-blueprint-icon {
	display: grid !important;
	place-items: center;
	padding: 0 !important;
	overflow: visible;
}

.rth-mentor-roadmap-blueprint-icon svg {
	width: 24px;
	height: 24px;
	overflow: visible;
	filter: drop-shadow(0 2px 6px rgba(255,255,255,.14));
}

.rth-blueprint-icon-orbit,
.rth-blueprint-icon-diamond,
.rth-blueprint-icon-core {
	transform-origin: center;
}

.rth-blueprint-icon-orbit {
	fill: none;
	stroke: rgba(255, 255, 255, .9);
	stroke-width: 1.45;
	stroke-linecap: round;
	stroke-dasharray: 4 2.6;
	opacity: .95;
	animation: rthBlueprintIconSpin 8s linear infinite;
}

.rth-blueprint-icon-diamond {
	fill: rgba(255, 255, 255, .18);
	stroke: #ffffff;
	stroke-width: 1.15;
	animation: rthBlueprintIconPulse 2.7s ease-in-out infinite;
}

.rth-blueprint-icon-core {
	fill: #ffffff;
	animation: rthBlueprintIconGlow 2.25s ease-in-out infinite;
}

@keyframes rthBlueprintIconSpin {
	to { transform: rotate(360deg); }
}

@keyframes rthBlueprintIconPulse {
	0%, 100% { transform: scale(1) rotate(0deg); opacity: .96; }
	50% { transform: scale(1.12) rotate(2deg); opacity: 1; }
}

@keyframes rthBlueprintIconGlow {
	0%, 100% { transform: scale(1); opacity: .92; }
	50% { transform: scale(1.26); opacity: 1; }
}

.rth-mentor-roadmap-blueprint-source strong {
	color: #fff;
	font-size: clamp(.86rem, .92vw, .96rem);
	font-weight: 800;
	letter-spacing: -.015em;
}

@media (max-width: 860px) {
	.rth-mentor-roadmap-thesis {
		width: min(100%, 680px);
		padding: .82rem;
	}

	.rth-mentor-roadmap-thesis-flow {
		display: none;
	}

	.rth-mentor-roadmap-thesis-list {
		grid-template-columns: 1fr;
		gap: .64rem;
	}

	.rth-mentor-roadmap-thesis-list::before {
		content: "";
		position: absolute;
		top: 29px;
		bottom: 29px;
		left: calc(50% - min(100%, 520px) / 2 + 25px);
		z-index: 0;
		width: 2px;
		border-radius: 999px;
		background: linear-gradient(180deg, rgba(0, 109, 255, .16), rgba(0, 109, 255, .55), rgba(0, 109, 255, .16));
		box-shadow: 0 0 8px rgba(0, 109, 255, .12);
	}

	.rth-mentor-roadmap-thesis-list li {
		z-index: 1;
		width: min(100%, 520px);
		min-width: 0;
		max-width: 520px;
		min-height: 56px;
		justify-self: center;
	}
}

@media (max-width: 560px) {
	/* Mentorship v1.8.308 — reserve the full Blueprint badge width on mobile and add deliberate title breathing room. */
	.rth-mentor-roadmap-thesis-list li.rth-mentor-roadmap-blueprint-source {
		grid-template-columns: 34px minmax(0, 1fr);
		column-gap: .64rem;
	}

	.rth-mentor-roadmap-thesis {
		margin-top: 1.35rem;
		padding: .72rem;
		border-radius: 18px;
	}

	.rth-mentor-roadmap-thesis-list {
		gap: .56rem;
	}

	.rth-mentor-roadmap-thesis-list::before {
		left: 25px;
	}

	.rth-mentor-roadmap-thesis-list li {
		grid-template-columns: 28px minmax(0, 1fr);
		width: 100%;
		min-width: 0;
		max-width: none;
		min-height: 52px;
		gap: .52rem;
		padding: .52rem .58rem;
		border-radius: 13px;
	}

	.rth-mentor-roadmap-thesis-list li > span {
		width: 28px;
		height: 28px;
		font-size: .66rem;
	}

	.rth-mentor-roadmap-thesis-list strong {
		font-size: .8rem;
	}
}

.rth-mentor-roadmap-layout {


	display: grid;
	grid-template-columns: minmax(280px, .7fr) minmax(0, 1.5fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: start;
	margin-top: clamp(3rem, 6vw, 5.5rem);
}

.rth-mentor-roadmap-overview {
	position: sticky;
	top: calc(var(--rth-header-height) + 30px);
	padding: clamp(1.7rem, 3vw, 2.4rem);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 28px;
	background:
		radial-gradient(circle at 88% 8%, rgba(68, 143, 255, .24), transparent 34%),
		linear-gradient(145deg, var(--rth-navy), #002d70);
	color: rgba(255, 255, 255, .78);
	box-shadow: 0 28px 75px rgba(0, 26, 72, .2);
}

.rth-mentor-roadmap-kicker {
	margin: 0 0 .8rem;
	color: #83bfff;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.rth-mentor-roadmap-overview h3 {
	color: #fff;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	letter-spacing: -.035em;
}

.rth-mentor-roadmap-overview > p:not(.rth-mentor-roadmap-kicker) {
	margin-bottom: 0;
	line-height: 1.75;
}

.rth-mentor-roadmap-overview .rth-button {
	width: 100%;
}

.rth-mentor-roadmap-stages {
	position: relative;
	display: grid;
	gap: 1.25rem;
}

.rth-mentor-roadmap-stages::before {
	content: "";
	position: absolute;
	top: 18px;
	bottom: 18px;
	left: 34px;
	width: 2px;
	background:
		linear-gradient(
			180deg,
			rgba(0, 109, 255, .08),
			rgba(0, 109, 255, .5) 18%,
			rgba(0, 109, 255, .5) 82%,
			rgba(0, 109, 255, .08)
		);
}

.rth-mentor-roadmap-stage {
	position: relative;
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	gap: 1.15rem;
	padding: clamp(1.25rem, 2.5vw, 1.9rem);
	border: 1px solid rgba(0, 26, 72, .09);
	border-radius: 24px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 18px 48px rgba(0, 26, 72, .07);
	transition:
		transform .28s ease,
		border-color .28s ease,
		box-shadow .28s ease;
}

.rth-mentor-roadmap-stage:hover {
	transform: translateY(-4px);
	border-color: rgba(0, 109, 255, .28);
	box-shadow: 0 24px 60px rgba(0, 109, 255, .12);
}

.rth-mentor-roadmap-stage::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background:
		linear-gradient(110deg, transparent 0%, rgba(0, 109, 255, .035) 45%, transparent 74%);
	background-size: 220% 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity .28s ease;
}

.rth-mentor-roadmap-stage:hover::after {
	opacity: 1;
	animation: rthRoadmapCardSheen 1.2s ease;
}

.rth-mentor-roadmap-stage-marker {
	position: relative;
	z-index: 2;
	display: grid;
	justify-items: center;
	align-content: start;
	gap: .65rem;
}

.rth-mentor-roadmap-stage-marker > span {
	display: grid;
	place-items: center;
	width: 43px;
	height: 43px;
	border: 1px solid rgba(0, 109, 255, .2);
	border-radius: 50%;
	background: #fff;
	color: var(--rth-blue);
	font-family: Manrope, sans-serif;
	font-size: .72rem;
	font-weight: 800;
	box-shadow: 0 8px 22px rgba(0, 109, 255, .12);
}

.rth-mentor-roadmap-icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 17px;
	background: linear-gradient(145deg, #eef6ff, #dcecff);
	color: var(--rth-blue);
	box-shadow: inset 0 0 0 1px rgba(0, 109, 255, .1);
}

.rth-mentor-roadmap-icon svg {
	width: 34px;
	height: 34px;
	overflow: visible;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rth-mentor-roadmap-stage-content {
	position: relative;
	z-index: 2;
	min-width: 0;
}

.rth-mentor-roadmap-stage-label {
	margin: 0 0 .45rem;
	color: var(--rth-blue);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.rth-mentor-roadmap-stage h3 {
	margin-bottom: .55rem;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	letter-spacing: -.025em;
}

.rth-mentor-roadmap-stage-summary {
	max-width: 720px;
	margin-bottom: 1rem;
	color: var(--rth-muted);
	line-height: 1.68;
}

.rth-mentor-roadmap-topics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rth-mentor-roadmap-topics li {
	position: relative;
	padding: .65rem .72rem .65rem 1.65rem;
	border: 1px solid rgba(0, 26, 72, .07);
	border-radius: 12px;
	background: #f8fbff;
	color: var(--rth-navy);
	font-size: .78rem;
	font-weight: 700;
	line-height: 1.42;
}

.rth-mentor-roadmap-topics li::before {
	content: "";
	position: absolute;
	left: .72rem;
	top: .9rem;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--rth-blue);
	box-shadow: 0 0 0 4px rgba(0, 109, 255, .08);
}

.rth-mentor-roadmap-outcome {
	display: flex;
	align-items: center;
	gap: .9rem;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(0, 26, 72, .08);
}

.rth-mentor-roadmap-outcome span {
	flex: 0 0 auto;
	padding: .38rem .58rem;
	border-radius: 999px;
	background: #eaf4ff;
	color: var(--rth-blue);
	font-size: .66rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.rth-mentor-roadmap-outcome strong {
	color: var(--rth-navy);
	font-size: .86rem;
	line-height: 1.5;
}

.rth-roadmap-icon-line {
	stroke-dasharray: 36;
	stroke-dashoffset: 36;
	animation: rthRoadmapBars 3.3s ease-in-out infinite;
}

.rth-roadmap-icon-base {
	opacity: .46;
}

.rth-roadmap-icon-dot,
.rth-roadmap-icon-core,
.rth-roadmap-icon-orbit-dot {
	fill: currentColor;
	stroke: none;
}

.rth-roadmap-icon-dot,
.rth-roadmap-icon-core {
	transform-box: fill-box;
	transform-origin: center;
	animation: rthRoadmapCorePulse 2.4s ease-in-out infinite;
}

.rth-roadmap-icon-path {
	stroke-dasharray: 90;
	stroke-dashoffset: 90;
	animation: rthRoadmapPathDraw 3.5s ease-in-out infinite;
}

.rth-roadmap-icon-node {
	fill: #fff;
	transform-box: fill-box;
	transform-origin: center;
	animation: rthRoadmapCorePulse 2.6s ease-in-out infinite;
}

.rth-roadmap-icon-ring,
.rth-roadmap-icon-target {
	transform-box: fill-box;
	transform-origin: center;
	animation: rthRoadmapRingPulse 2.8s ease-in-out infinite;
}

.rth-roadmap-icon-ring--inner,
.rth-roadmap-icon-target--inner {
	animation-delay: .45s;
}

.rth-roadmap-icon-orbit {
	transform-origin: 32px 32px;
	animation: rthRoadmapOrbit 4.8s linear infinite;
}

.rth-roadmap-icon-globe-line {
	stroke-dasharray: 120;
	animation: rthRoadmapGlobeFlow 4.5s linear infinite;
}

.rth-roadmap-icon-signal {
	animation: rthRoadmapSignal 2.4s ease-in-out infinite;
}

.rth-roadmap-icon-arrow {
	animation: rthRoadmapArrow 2.8s cubic-bezier(.16, 1, .3, 1) infinite;
}

.rth-roadmap-icon-cycle {
	transform-origin: 32px 32px;
	animation: rthRoadmapOrbit 7s linear infinite;
}

.rth-roadmap-icon-check {
	stroke-dasharray: 34;
	stroke-dashoffset: 34;
	animation: rthRoadmapCheck 3.1s ease-in-out infinite;
}











@keyframes rthRoadmapCardSheen {
	from {
		background-position: 120% 0;
	}
	to {
		background-position: -120% 0;
	}
}

@keyframes rthRoadmapBars {
	0%, 16% {
		stroke-dashoffset: 36;
		opacity: .38;
	}
	50%, 82% {
		stroke-dashoffset: 0;
		opacity: 1;
	}
	100% {
		stroke-dashoffset: -36;
		opacity: .38;
	}
}

@keyframes rthRoadmapCorePulse {
	0%, 100% {
		opacity: .65;
		transform: scale(.82);
	}
	50% {
		opacity: 1;
		transform: scale(1.2);
	}
}

@keyframes rthRoadmapPathDraw {
	0%, 12% {
		stroke-dashoffset: 90;
		opacity: .38;
	}
	52%, 82% {
		stroke-dashoffset: 0;
		opacity: 1;
	}
	100% {
		stroke-dashoffset: -90;
		opacity: .38;
	}
}

@keyframes rthRoadmapRingPulse {
	0%, 100% {
		opacity: .42;
		transform: scale(.9);
	}
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
}

@keyframes rthRoadmapOrbit {
	to {
		transform: rotate(360deg);
	}
}

@keyframes rthRoadmapGlobeFlow {
	to {
		stroke-dashoffset: -120;
	}
}

@keyframes rthRoadmapSignal {
	0%, 100% {
		opacity: .42;
		transform: translate(3px, -3px);
	}
	50% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

@keyframes rthRoadmapArrow {
	0%, 18% {
		opacity: .4;
		transform: translate(5px, -5px);
	}
	52%, 78% {
		opacity: 1;
		transform: translate(0, 0);
	}
	100% {
		opacity: .4;
		transform: translate(5px, -5px);
	}
}

@keyframes rthRoadmapCheck {
	0%, 20% {
		stroke-dashoffset: 34;
		opacity: .38;
	}
	52%, 82% {
		stroke-dashoffset: 0;
		opacity: 1;
	}
	100% {
		stroke-dashoffset: -34;
		opacity: .38;
	}
}

@media (max-width: 1080px) {
	.rth-mentor-roadmap-layout {
		grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
		gap: 2rem;
	}

	.rth-mentor-roadmap-topics {
		grid-template-columns: 1fr;
	}

	

	
}

@media (max-width: 820px) {
	.rth-mentor-roadmap-layout {
		grid-template-columns: 1fr;
	}

	.rth-mentor-roadmap-overview {
		position: relative;
		top: auto;
	}


	

	
}

@media (max-width: 560px) {

	.rth-mentor-roadmap-stage {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: .8rem;
		padding: 1rem;
		border-radius: 19px;
	}

	.rth-mentor-roadmap-stages::before {
		left: 26px;
	}

	.rth-mentor-roadmap-stage-marker > span {
		width: 36px;
		height: 36px;
	}

	.rth-mentor-roadmap-icon {
		width: 45px;
		height: 45px;
		border-radius: 14px;
	}

	.rth-mentor-roadmap-icon svg {
		width: 29px;
		height: 29px;
	}

	.rth-mentor-roadmap-stage h3 {
		font-size: 1.25rem;
	}

	.rth-mentor-roadmap-outcome {
		align-items: flex-start;
		flex-direction: column;
		gap: .55rem;
	}

}

@media (prefers-reduced-motion: reduce) {
	.rth-mentor-roadmap-thesis-flow-glow,
	.rth-mentor-roadmap-stage:hover::after,
	.rth-roadmap-icon-line,
	.rth-roadmap-icon-dot,
	.rth-roadmap-icon-path,
	.rth-roadmap-icon-node,
	.rth-roadmap-icon-ring,
	.rth-roadmap-icon-core,
	.rth-roadmap-icon-orbit,
	.rth-roadmap-icon-globe-line,
	.rth-roadmap-icon-signal,
	.rth-roadmap-icon-target,
	.rth-roadmap-icon-arrow,
	.rth-roadmap-icon-cycle,
	.rth-roadmap-icon-check {
		animation: none;
	}

	.rth-mentor-roadmap-stage:hover {
		transform: none;
	}
}
/* Mentorship refinement v1.8.63: premium process, thinking and mentor sections */
.rth-mentor-process-premium {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 10%, rgba(0, 109, 255, .08), transparent 28%),
		linear-gradient(180deg, #ffffff, #f7faff);
}

.rth-mentor-process-grid {
	position: absolute;
	inset: 0;
	opacity: .42;
	background-image:
		linear-gradient(rgba(0, 109, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 109, 255, .035) 1px, transparent 1px);
	background-size: 58px 58px;
	mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
	pointer-events: none;
}

.rth-mentor-process-premium > .rth-container {
	position: relative;
	z-index: 1;
}

.rth-mentor-process-heading {
	max-width: 900px;
}

.rth-mentor-process-heading h2 {
	max-width: 820px;
	font-size: clamp(2.25rem, 4.5vw, 4.2rem);
	letter-spacing: -.045em;
}

.rth-mentor-process-heading > p:last-child {
	max-width: 760px;
	line-height: 1.78;
}

.rth-mentor-process-list-premium {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2.8rem;
}

.rth-mentor-process-list-premium::before {
	content: "";
	position: absolute;
	top: 38px;
	left: 8%;
	right: 8%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(0, 109, 255, .42), transparent);
}

.rth-mentor-process-list-premium li {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: auto 1fr;
	align-content: start;
	gap: .8rem .9rem;
	min-height: 245px;
	padding: 1.15rem;
	border: 1px solid rgba(0, 26, 72, .09);
	border-radius: 20px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 16px 42px rgba(0, 26, 72, .07);
	transition:
		transform .25s ease,
		border-color .25s ease,
		box-shadow .25s ease;
}

.rth-mentor-process-list-premium li:hover {
	transform: translateY(-5px);
	border-color: rgba(0, 109, 255, .3);
	box-shadow: 0 24px 56px rgba(0, 109, 255, .12);
}

.rth-mentor-process-number {
	display: grid;
	place-items: center;
	width: 39px;
	height: 39px;
	border: 1px solid rgba(0, 109, 255, .2);
	border-radius: 50%;
	background: #fff;
	color: var(--rth-blue);
	font-family: Manrope, sans-serif;
	font-size: .68rem;
	font-weight: 800;
	box-shadow: 0 8px 20px rgba(0, 109, 255, .1);
}

.rth-mentor-process-icon {
	display: grid;
	place-items: center;
	justify-self: end;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: linear-gradient(145deg, #edf6ff, #dcecff);
	color: var(--rth-blue);
	box-shadow: inset 0 0 0 1px rgba(0, 109, 255, .1);
}

.rth-mentor-process-icon svg {
	width: 30px;
	height: 30px;
	overflow: visible;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rth-mentor-process-list-premium li > div:last-child {
	grid-column: 1 / -1;
}

.rth-mentor-process-label {
	margin: .1rem 0 .55rem;
	color: var(--rth-blue);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .1em;
}

.rth-mentor-process-list-premium h3 {
	margin: 0 0 .45rem;
	font-size: 1.12rem;
}

.rth-mentor-process-list-premium p:last-child {
	margin: 0;
	color: var(--rth-muted);
	font-size: .88rem;
	line-height: 1.62;
}

.rth-process-icon-book,
.rth-process-icon-chart,
.rth-process-icon-arrow,
.rth-process-icon-cycle,
.rth-process-icon-check {
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
	animation: rthProcessDraw 3.5s ease-in-out infinite;
}

.rth-process-icon-line,
.rth-process-icon-base {
	opacity: .55;
}

.rth-process-icon-dot,
.rth-process-icon-core {
	fill: currentColor;
	stroke: none;
	transform-box: fill-box;
	transform-origin: center;
	animation: rthProcessPulse 2.4s ease-in-out infinite;
}

.rth-process-icon-target {
	transform-box: fill-box;
	transform-origin: center;
	animation: rthProcessTarget 2.7s ease-in-out infinite;
}

.rth-process-icon-target-inner {
	animation-delay: .4s;
}

.rth-process-icon-cycle {
	transform-origin: 32px 32px;
	animation: rthProcessRotate 7s linear infinite;
}

.rth-mentor-process-summary {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .8rem;
	margin-top: 1.3rem;
	padding: .85rem 1rem;
	border: 1px solid rgba(0, 109, 255, .1);
	border-radius: 999px;
	background: rgba(255, 255, 255, .78);
	color: var(--rth-navy);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	box-shadow: 0 10px 30px rgba(0, 26, 72, .05);
}

.rth-mentor-process-summary i {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--rth-blue);
	box-shadow: 0 0 0 5px rgba(0, 109, 255, .08);
}





















































.rth-mentor-profile-premium {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 86% 16%, rgba(0, 109, 255, .08), transparent 30%),
		#fff;
}

.rth-mentor-profile-grid-premium {
	grid-template-columns: minmax(350px, .88fr) minmax(0, 1.12fr);
	gap: clamp(2.6rem, 6vw, 6rem);
}

.rth-mentor-profile-visual-premium {
	width: min(100%, 500px);
	min-height: 500px;
	margin-inline: auto;
}

.rth-mentor-profile-visual-premium .rth-mentor-profile-panel {
	inset: 7% 4% 0;
	overflow: hidden;
	border: 1px solid rgba(0, 109, 255, .1);
	border-radius: 40px 40px 20px 20px;
	background:
		radial-gradient(circle at 50% 20%, rgba(0, 109, 255, .2), transparent 42%),
		linear-gradient(145deg, #eef6ff, #dcecff);
	box-shadow:
		inset 0 0 70px rgba(0, 109, 255, .06),
		0 26px 65px rgba(0, 26, 72, .1);
}

.rth-mentor-profile-visual-premium .rth-mentor-profile-panel::after {
	content: "";
	position: absolute;
	inset: -70%;
	background: conic-gradient(
		from 0deg,
		transparent 0deg,
		rgba(255, 255, 255, .44) 54deg,
		transparent 105deg
	);
	animation: rthMentorPanelLight 8s linear infinite;
}

.rth-mentor-profile-orbit {
	position: absolute;
	inset: 10% 2% 3%;
	z-index: 1;
	border: 1px solid rgba(0, 109, 255, .13);
	border-radius: 46% 46% 23% 23%;
	animation: rthMentorOrbit 5.6s ease-in-out infinite;
}

.rth-mentor-profile-orbit::before {
	content: "";
	position: absolute;
	top: 18%;
	right: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--rth-blue);
	box-shadow: 0 0 0 7px rgba(0, 109, 255, .08), 0 0 18px rgba(0, 109, 255, .5);
}

.rth-mentor-profile-visual-premium img {
	max-height: 500px;
	filter: drop-shadow(0 24px 28px rgba(0, 26, 72, .16));
}

.rth-mentor-profile-visual-premium .rth-mentor-profile-tag {
	right: -2%;
	bottom: 7%;
	min-width: 205px;
	border-color: rgba(0, 109, 255, .14);
	background: rgba(255, 255, 255, .94);
	backdrop-filter: blur(12px);
}









.rth-mentor-profile-copy-premium {
	max-width: 720px;
}

.rth-mentor-profile-copy-premium h2 {
	max-width: 680px;
	font-size: clamp(2.25rem, 4.5vw, 4.2rem);
	letter-spacing: -.045em;
}

.rth-mentor-profile-copy-premium p:not(.rth-eyebrow) {
	max-width: 700px;
	line-height: 1.76;
}

.rth-mentor-profile-lead {
	color: var(--rth-navy) !important;
	font-size: clamp(1rem, 1.35vw, 1.13rem);
	font-weight: 650;
}

.rth-mentor-profile-belief {
	display: grid;
	gap: .45rem;
	margin-top: 1.35rem;
	padding: 1rem 1.1rem;
	border-left: 3px solid var(--rth-blue);
	border-radius: 0 14px 14px 0;
	background: linear-gradient(90deg, rgba(0, 109, 255, .08), rgba(0, 109, 255, .025));
}

.rth-mentor-profile-belief span {
	color: var(--rth-blue);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.rth-mentor-profile-belief strong {
	color: var(--rth-navy);
	font-size: .93rem;
	line-height: 1.58;
}

.rth-mentor-profile-copy-premium > .rth-button {
	margin-top: 1.35rem;
}

@keyframes rthProcessDraw {
	0%, 14% {
		stroke-dashoffset: 100;
		opacity: .35;
	}
	52%, 82% {
		stroke-dashoffset: 0;
		opacity: 1;
	}
	100% {
		stroke-dashoffset: -100;
		opacity: .35;
	}
}

@keyframes rthProcessPulse {
	0%, 100% {
		opacity: .68;
		transform: scale(.84);
	}
	50% {
		opacity: 1;
		transform: scale(1.2);
	}
}

@keyframes rthProcessTarget {
	0%, 100% {
		opacity: .45;
		transform: scale(.9);
	}
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
}

@keyframes rthProcessRotate {
	to {
		transform: rotate(360deg);
	}
}



@keyframes rthMentorPanelLight {
	to {
		transform: rotate(360deg);
	}
}

@keyframes rthMentorOrbit {
	0%, 100% {
		opacity: .55;
		transform: scale(.985);
	}
	50% {
		opacity: 1;
		transform: scale(1.012);
	}
}

@media (max-width: 1080px) {
	.rth-mentor-process-list-premium {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rth-mentor-process-list-premium::before {
		display: none;
	}

	

	

	.rth-mentor-profile-grid-premium {
		grid-template-columns: minmax(330px, .85fr) minmax(0, 1.15fr);
		gap: 3rem;
	}
}

@media (max-width: 820px) {
	

	.rth-mentor-profile-grid-premium {
		grid-template-columns: 1fr;
	}

	.rth-mentor-profile-copy-premium {
		max-width: 760px;
	}

	.rth-mentor-profile-visual-premium {
		min-height: 480px;
	}
}

@media (max-width: 560px) {
	.rth-mentor-process-list-premium {
		grid-template-columns: 1fr;
	}

	.rth-mentor-process-list-premium li {
		min-height: 0;
	}

	.rth-mentor-process-summary {
		flex-wrap: wrap;
		border-radius: 18px;
	}

	.rth-mentor-profile-copy-premium h2{
		font-size: clamp(2.25rem, 4.5vw, 4.2rem);
	}

	

	.rth-mentor-profile-visual-premium {
		min-height: 410px;
	}

	.rth-mentor-profile-visual-premium img {
		max-height: 410px;
	}

	.rth-mentor-profile-visual-premium .rth-mentor-profile-tag {
		right: 0;
		bottom: 2%;
		min-width: 180px;
	}

	
}

@media (prefers-reduced-motion: reduce) {
	.rth-process-icon-book, .rth-process-icon-chart, .rth-process-icon-dot, .rth-process-icon-target, .rth-process-icon-core, .rth-process-icon-arrow, .rth-process-icon-cycle, .rth-process-icon-check, .rth-mentor-profile-visual-premium .rth-mentor-profile-panel::after, .rth-mentor-profile-orbit{
		animation: none;
	}

	.rth-mentor-process-list-premium li:hover{
		transform: none;
	}
}

/* Mentorship refinement v1.8.64: compact centered mentor card */
.rth-mentor-profile-grid-premium {
	grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
	gap: clamp(2.4rem, 5vw, 5rem);
}

.rth-mentor-profile-visual-premium {
	width: min(100%, 450px);
	min-height: 450px;
	justify-self: center;
	place-items: end center;
}

.rth-mentor-profile-visual-premium .rth-mentor-profile-panel {
	inset: 8% 7% 0;
}

.rth-mentor-profile-visual-premium img {
	width: 100%;
	max-width: 420px;
	height: 450px;
	max-height: 450px;
	margin-inline: auto;
	justify-self: center;
	object-fit: contain;
	object-position: center bottom;
}

.rth-mentor-profile-visual-premium .rth-mentor-profile-tag {
	right: 1%;
	bottom: 5%;
}



@media (max-width: 1080px) {
	.rth-mentor-profile-grid-premium {
		grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
		gap: 2.8rem;
	}

	.rth-mentor-profile-visual-premium {
		width: min(100%, 430px);
		min-height: 430px;
	}

	.rth-mentor-profile-visual-premium img {
		max-width: 400px;
		height: 430px;
		max-height: 430px;
	}
}

@media (max-width: 820px) {
	.rth-mentor-profile-grid-premium {
		grid-template-columns: 1fr;
	}

	.rth-mentor-profile-visual-premium {
		width: min(100%, 440px);
		min-height: 440px;
	}

	.rth-mentor-profile-visual-premium img {
		max-width: 410px;
		height: 440px;
		max-height: 440px;
	}
}

@media (max-width: 560px) {
	.rth-mentor-profile-visual-premium {
		width: min(100%, 380px);
		min-height: 380px;
	}

	.rth-mentor-profile-visual-premium img {
		max-width: 355px;
		height: 380px;
		max-height: 380px;
	}

	.rth-mentor-profile-visual-premium .rth-mentor-profile-tag {
		right: 2%;
		bottom: 2%;
	}
}

/* Mentorship refinement v1.8.65: mentor copy left and image right */
.rth-mentor-profile-grid-premium {
	grid-template-areas: "copy visual";
	grid-template-columns: minmax(0, 1.22fr) minmax(300px, .78fr);
}

.rth-mentor-profile-copy-premium {
	grid-area: copy;
	justify-self: start;
}

.rth-mentor-profile-visual-premium {
	grid-area: visual;
	justify-self: center;
}

@media (max-width: 1080px) {
	.rth-mentor-profile-grid-premium {
		grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
	}
}

@media (max-width: 820px) {
	.rth-mentor-profile-grid-premium {
		grid-template-areas:
			"copy"
			"visual";
		grid-template-columns: 1fr;
	}

	.rth-mentor-profile-copy-premium,
	.rth-mentor-profile-visual-premium {
		justify-self: center;
	}

	.rth-mentor-profile-copy-premium {
		width: 100%;
	}
}

/* Mentorship refinement v1.8.66: Contact Rity beneath image card */
.rth-mentor-profile-visual-premium {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	place-items: initial;
	min-height: 0;
}

.rth-mentor-profile-card {
	position: relative;
	display: grid;
	place-items: end center;
	width: 100%;
	min-height: 450px;
}





@media (max-width: 1080px) {
	.rth-mentor-profile-card {
		min-height: 430px;
	}
}



@media (max-width: 560px) {
	.rth-mentor-profile-card {
		min-height: 380px;
	}

	

	
}

/* Mentorship refinement v1.8.67: three premium Mentorship plans */
.rth-mentor-pricing-premium {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(180deg, #f7faff 0%, #ffffff 48%, #f4f8ff 100%);
}

.rth-mentor-pricing-premium > .rth-container {
	position: relative;
	z-index: 2;
}

.rth-mentor-pricing-grid-bg {
	position: absolute;
	inset: 0;
	opacity: .42;
	background-image:
		linear-gradient(rgba(0, 109, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 109, 255, .035) 1px, transparent 1px);
	background-size: 60px 60px;
	mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 84%, transparent);
	pointer-events: none;
}

.rth-mentor-pricing-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(10px);
	pointer-events: none;
}

.rth-mentor-pricing-glow--one {
	top: 6%;
	right: -180px;
	width: 420px;
	aspect-ratio: 1;
	background: rgba(0, 109, 255, .09);
}

.rth-mentor-pricing-glow--two {
	bottom: 3%;
	left: -170px;
	width: 340px;
	aspect-ratio: 1;
	background: rgba(0, 40, 102, .07);
}

.rth-mentor-pricing-heading {
	max-width: 960px;
}

.rth-mentor-pricing-heading h2 {
	max-width: 900px;
	font-size: clamp(2.25rem, 4.5vw, 4.2rem);
	letter-spacing: -.045em;
}

.rth-mentor-pricing-heading > p:last-child {
	max-width: 820px;
	line-height: 1.78;
}

.rth-mentor-price-grid-premium {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 1.15rem;
	margin-top: clamp(2.8rem, 5vw, 4.5rem);
}

.rth-mentor-price-grid-premium .rth-mentor-price-card {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 1.45rem;
	border: 1px solid rgba(0, 26, 72, .09);
	border-radius: 24px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 20px 52px rgba(0, 26, 72, .08);
	transition:
		transform .28s ease,
		border-color .28s ease,
		box-shadow .28s ease;
}

.rth-mentor-price-grid-premium .rth-mentor-price-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(120deg, transparent 0%, rgba(0, 109, 255, .04) 47%, transparent 72%);
	background-size: 220% 100%;
	opacity: 0;
	transition: opacity .28s ease;
}

.rth-mentor-price-grid-premium .rth-mentor-price-card::after {
	content: "";
	position: absolute;
	top: 0;
	left: 12%;
	right: 12%;
	height: 3px;
	border-radius: 0 0 999px 999px;
	background: linear-gradient(90deg, transparent, rgba(0, 109, 255, .72), transparent);
	opacity: .38;
}

.rth-mentor-price-grid-premium .rth-mentor-price-card:hover {
	transform: translateY(-6px);
	border-color: rgba(0, 109, 255, .28);
	box-shadow: 0 28px 66px rgba(0, 109, 255, .13);
}

.rth-mentor-price-grid-premium .rth-mentor-price-card:hover::before {
	opacity: 1;
	animation: rthPriceCardSheen 1.25s ease;
}

.rth-mentor-price-grid-premium .rth-mentor-price-card--featured {
	border: 1px solid rgba(0, 109, 255, .42);
	background:
		radial-gradient(circle at 85% 4%, rgba(0, 109, 255, .12), transparent 32%),
		linear-gradient(180deg, #ffffff, #f5faff);
	box-shadow:
		0 26px 68px rgba(0, 109, 255, .16),
		inset 0 0 0 1px rgba(0, 109, 255, .04);
	transform: translateY(-10px);
}

.rth-mentor-price-grid-premium .rth-mentor-price-card--featured:hover {
	transform: translateY(-15px);
}

.rth-mentor-price-card--featured::after {
	opacity: 1 !important;
	height: 4px !important;
	background: linear-gradient(90deg, transparent, #4a9eff, var(--rth-blue), #4a9eff, transparent) !important;
	animation: rthPriceAccentPulse 3.2s ease-in-out infinite;
}

.rth-mentor-price-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .8rem;
	margin-bottom: 1rem;
}

.rth-mentor-price-icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border: 1px solid rgba(0, 109, 255, .12);
	border-radius: 16px;
	background: linear-gradient(145deg, #eef6ff, #dcecff);
	color: var(--rth-blue);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6);
}

.rth-mentor-price-icon svg {
	width: 34px;
	height: 34px;
	overflow: visible;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.35;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rth-mentor-price-label {
	padding: .42rem .62rem;
	border: 1px solid rgba(0, 109, 255, .1);
	border-radius: 999px;
	background: #f3f8ff;
	color: var(--rth-blue);
	font-size: .65rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	white-space: nowrap;
}

.rth-mentor-price-grid-premium .rth-mentor-price-badge {
	position: absolute;
	top: 1.15rem;
	right: 1.15rem;
	z-index: 4;
	margin: 0;
	box-shadow: 0 10px 24px rgba(0, 109, 255, .2);
}

.rth-mentor-price-card--featured .rth-mentor-price-card-top {
	padding-right: 6.6rem;
}

.rth-mentor-price-grid-premium .rth-mentor-price-kicker {
	margin-bottom: .38rem;
	font-size: .68rem;
	letter-spacing: .09em;
}

.rth-mentor-price-grid-premium .rth-mentor-price-card h3 {
	max-width: none;
	margin-bottom: .2rem;
	font-size: clamp(1.55rem, 2.4vw, 2rem);
}

.rth-mentor-price-grid-premium .rth-mentor-price {
	min-height: 74px;
	margin: .8rem 0 .9rem;
}

.rth-mentor-price-grid-premium .rth-mentor-price strong {
	font-size: clamp(1.55rem, 2.9vw, 2.55rem);
	line-height: 1.16;
}

.rth-mentor-price-grid-premium .rth-mentor-price span {
	margin-top: .22rem;
	font-size: .77rem;
}

.rth-mentor-price-grid-premium .rth-mentor-price-summary {
	min-height: 92px;
	margin-bottom: 1rem;
	font-size: .88rem;
	line-height: 1.65;
}

.rth-mentor-price-fit {
	display: grid;
	gap: .3rem;
	min-height: 92px;
	padding: .78rem .82rem;
	border: 1px solid rgba(0, 109, 255, .09);
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(0, 109, 255, .06), rgba(0, 109, 255, .015));
}

.rth-mentor-price-fit span {
	color: var(--rth-blue);
	font-size: .64rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.rth-mentor-price-fit strong {
	color: var(--rth-navy);
	font-size: .78rem;
	line-height: 1.5;
}

.rth-mentor-price-grid-premium .rth-mentor-price-card ul {
	margin: 1.15rem 0 1.4rem;
}

.rth-mentor-price-grid-premium .rth-mentor-price-card li {
	padding-left: 1.45rem;
	color: var(--rth-navy);
	font-size: .82rem;
	line-height: 1.5;
}

.rth-mentor-price-grid-premium .rth-mentor-price-card li + li {
	margin-top: .58rem;
}

.rth-mentor-price-grid-premium .rth-mentor-price-card li::before {
	top: .02rem;
	font-size: .82rem;
}

.rth-mentor-price-grid-premium .rth-mentor-price-card .rth-button {
	margin-top: auto;
	min-height: 48px;
	font-size: .82rem;
}

.rth-price-icon-dot,
.rth-price-icon-orbit-dot {
	fill: currentColor;
	stroke: none;
	transform-box: fill-box;
	transform-origin: center;
	animation: rthPriceDotPulse 2.3s ease-in-out infinite;
}

.rth-price-icon-dot--two {
	animation-delay: .55s;
}

.rth-price-icon-calendar,
.rth-price-icon-line,
.rth-price-icon-person-head,
.rth-price-icon-person-body {
	stroke-dasharray: 120;
	stroke-dashoffset: 120;
	animation: rthPriceIconDraw 3.6s ease-in-out infinite;
}

.rth-price-icon-infinity {
	stroke-dasharray: 190;
	stroke-dashoffset: 190;
	animation: rthPriceInfinityFlow 4.2s ease-in-out infinite;
}

.rth-price-icon-person-orbit {
	opacity: .3;
	transform-origin: 32px 32px;
	stroke-dasharray: 10 8;
	animation: rthPriceOrbit 6.5s linear infinite;
}

.rth-mentor-pricing-assurance {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: 2rem;
	margin-top: 1.4rem;
	padding: 1rem 1.15rem;
	border: 1px solid rgba(0, 109, 255, .1);
	border-radius: 16px;
	background: rgba(255, 255, 255, .78);
	box-shadow: 0 14px 38px rgba(0, 26, 72, .05);
	backdrop-filter: blur(12px);
}

.rth-mentor-pricing-assurance > div {
	display: grid;
	gap: .3rem;
}

.rth-mentor-pricing-assurance span {
	color: var(--rth-blue);
	font-size: .66rem;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.rth-mentor-pricing-assurance strong {
	color: var(--rth-navy);
	font-size: .84rem;
	line-height: 1.5;
}

.rth-mentor-pricing-assurance > p {
	margin: 0;
	color: var(--rth-muted);
	font-size: .75rem;
	line-height: 1.6;
}

@keyframes rthPriceCardSheen {
	from {
		background-position: 120% 0;
	}
	to {
		background-position: -120% 0;
	}
}

@keyframes rthPriceAccentPulse {
	0%, 100% {
		opacity: .68;
		filter: brightness(.9);
	}
	50% {
		opacity: 1;
		filter: brightness(1.2);
	}
}

@keyframes rthPriceDotPulse {
	0%, 100% {
		opacity: .62;
		transform: scale(.82);
	}
	50% {
		opacity: 1;
		transform: scale(1.22);
	}
}

@keyframes rthPriceIconDraw {
	0%, 14% {
		stroke-dashoffset: 120;
		opacity: .36;
	}
	52%, 82% {
		stroke-dashoffset: 0;
		opacity: 1;
	}
	100% {
		stroke-dashoffset: -120;
		opacity: .36;
	}
}

@keyframes rthPriceInfinityFlow {
	0%, 12% {
		stroke-dashoffset: 190;
		opacity: .4;
	}
	52%, 82% {
		stroke-dashoffset: 0;
		opacity: 1;
	}
	100% {
		stroke-dashoffset: -190;
		opacity: .4;
	}
}

@keyframes rthPriceOrbit {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 1120px) {
	.rth-mentor-price-grid-premium {
		grid-template-columns: 1fr;
		max-width: 760px;
		margin-inline: auto;
	}

	.rth-mentor-price-grid-premium .rth-mentor-price-card--featured {
		transform: none;
	}

	.rth-mentor-price-grid-premium .rth-mentor-price-card--featured:hover {
		transform: translateY(-6px);
	}

	.rth-mentor-price-grid-premium .rth-mentor-price-summary,
	.rth-mentor-price-fit {
		min-height: 0;
	}
}

@media (max-width: 760px) {
	.rth-mentor-pricing-heading h2 {
		font-size: clamp(2.25rem, 4.5vw, 4.2rem);
	}

	.rth-mentor-pricing-assurance {
		grid-template-columns: 1fr;
		gap: .8rem;
	}
}

@media (max-width: 560px) {
	.rth-mentor-price-grid-premium .rth-mentor-price-card {
		padding: 1.15rem;
		border-radius: 20px;
	}

	.rth-mentor-price-grid-premium .rth-mentor-price-badge {
		position: absolute;
		top: 1rem;
		right: 1rem;
		margin: 0;
	}

	.rth-mentor-price-card--featured .rth-mentor-price-card-top {
		padding-right: 5.8rem;
	}

	.rth-mentor-price-label {
		font-size: .6rem;
	}

	.rth-mentor-price-grid-premium .rth-mentor-price {
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rth-mentor-price-grid-premium .rth-mentor-price-card:hover::before,
	.rth-mentor-price-card--featured::after,
	.rth-price-icon-dot,
	.rth-price-icon-orbit-dot,
	.rth-price-icon-calendar,
	.rth-price-icon-line,
	.rth-price-icon-infinity,
	.rth-price-icon-person-head,
	.rth-price-icon-person-body,
	.rth-price-icon-person-orbit {
		animation: none;
	}

	.rth-mentor-price-grid-premium .rth-mentor-price-card:hover,
	.rth-mentor-price-grid-premium .rth-mentor-price-card--featured:hover {
		transform: none;
	}
}

/* Mentorship refinement v1.8.70: dark blue Monthly Mentorship emphasis */
.rth-mentor-price-grid-premium .rth-mentor-price-card--monthly {
	border: 1px solid rgba(0, 26, 72, .72);
	background:
		radial-gradient(circle at 12% 4%, rgba(0, 26, 72, .075), transparent 30%),
		linear-gradient(180deg, #ffffff, #f8faff);
	box-shadow:
		0 24px 60px rgba(0, 26, 72, .13),
		inset 0 0 0 1px rgba(0, 26, 72, .035);
}

.rth-mentor-price-grid-premium .rth-mentor-price-card--monthly::after {
	height: 4px;
	opacity: 1;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(0, 26, 72, .72),
		#001a48,
		rgba(0, 26, 72, .72),
		transparent
	);
	animation: rthMonthlyAccentPulse 3.4s ease-in-out infinite;
}

.rth-mentor-price-grid-premium .rth-mentor-price-card--monthly:hover {
	border-color: #001a48;
	box-shadow:
		0 30px 72px rgba(0, 26, 72, .18),
		inset 0 0 0 1px rgba(0, 26, 72, .06);
}

.rth-mentor-price-card--monthly .rth-mentor-price-label {
	border-color: rgba(0, 26, 72, .13);
	background: rgba(0, 26, 72, .065);
	color: #001a48;
}

.rth-mentor-price-card--monthly .rth-mentor-price-icon {
	border-color: rgba(0, 26, 72, .12);
	background: linear-gradient(145deg, #edf2f8, #dce5f0);
	color: #001a48;
}

.rth-mentor-price-card--monthly .rth-button {
	border-color: #001a48;
	background: #001a48;
	color: #ffffff;
	box-shadow: 0 14px 30px rgba(0, 26, 72, .22);
}

.rth-mentor-price-card--monthly .rth-button:hover,
.rth-mentor-price-card--monthly .rth-button:focus-visible {
	border-color: #00285f;
	background: #00285f;
	color: #ffffff;
	box-shadow: 0 18px 36px rgba(0, 26, 72, .28);
}

@keyframes rthMonthlyAccentPulse {
	0%, 100% {
		opacity: .7;
		filter: brightness(.9);
	}
	50% {
		opacity: 1;
		filter: brightness(1.18);
	}
}

@media (prefers-reduced-motion: reduce) {
	.rth-mentor-price-grid-premium .rth-mentor-price-card--monthly::after {
		animation: none;
	}
}

/* Mentorship refinement v1.8.71: premium centred Lifetime badge */
.rth-mentor-price-grid-premium .rth-mentor-price-card--lifetime {
	overflow: visible;
}

.rth-mentor-price-grid-premium .rth-mentor-price-card--lifetime .rth-mentor-price-badge {
	top: 0;
	left: 50%;
	right: auto;
	min-width: 138px;
	padding: .5rem .9rem;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 999px;
	background:
		linear-gradient(135deg, #0c7bff, #006dff 52%, #004fc7);
	color: #ffffff;
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-align: center;
	text-transform: uppercase;
	transform: translate(-50%, -52%);
	box-shadow:
		0 10px 26px rgba(0, 109, 255, .28),
		0 0 0 5px rgba(0, 109, 255, .07);
	animation: rthLifetimeBadgeGlow 3.2s ease-in-out infinite;
}

.rth-mentor-price-grid-premium .rth-mentor-price-card--lifetime .rth-mentor-price-badge::before,
.rth-mentor-price-grid-premium .rth-mentor-price-card--lifetime .rth-mentor-price-badge::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 34px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(127, 191, 255, .9));
}

.rth-mentor-price-grid-premium .rth-mentor-price-card--lifetime .rth-mentor-price-badge::before {
	right: calc(100% + 8px);
}

.rth-mentor-price-grid-premium .rth-mentor-price-card--lifetime .rth-mentor-price-badge::after {
	left: calc(100% + 8px);
	transform: rotate(180deg);
}

.rth-mentor-price-card--lifetime .rth-mentor-price-card-top {
	padding-right: 0;
}

.rth-mentor-price-card--lifetime .rth-mentor-price-label {
	margin-left: auto;
}

@keyframes rthLifetimeBadgeGlow {
	0%, 100% {
		box-shadow:
			0 10px 26px rgba(0, 109, 255, .24),
			0 0 0 5px rgba(0, 109, 255, .06);
		filter: brightness(.96);
	}
	50% {
		box-shadow:
			0 14px 32px rgba(0, 109, 255, .36),
			0 0 0 8px rgba(0, 109, 255, .1);
		filter: brightness(1.08);
	}
}

@media (max-width: 560px) {
	.rth-mentor-price-grid-premium .rth-mentor-price-card--lifetime .rth-mentor-price-badge {
		top: 0;
		left: 50%;
		right: auto;
		min-width: 126px;
		font-size: .62rem;
		transform: translate(-50%, -50%);
	}

	.rth-mentor-price-grid-premium .rth-mentor-price-card--lifetime .rth-mentor-price-badge::before,
	.rth-mentor-price-grid-premium .rth-mentor-price-card--lifetime .rth-mentor-price-badge::after {
		width: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rth-mentor-price-grid-premium .rth-mentor-price-card--lifetime .rth-mentor-price-badge {
		animation: none;
	}
}

/* Mentorship refinement v1.8.73: visible access terms and accurate plan content */
.rth-mentor-price-grid-premium .rth-mentor-price span {
	color: #006dff;
	font-weight: 800;
	letter-spacing: .015em;
	line-height: 1.45;
}

.rth-mentor-price-card--monthly .rth-mentor-price span {
	color: #006dff;
}

.rth-mentor-price-card--lifetime .rth-mentor-price span {
	text-shadow: 0 4px 14px rgba(0, 109, 255, .12);
}

/* Mentorship refinement v1.8.77: premium price emphasis */
.rth-mentor-price-grid-premium .rth-mentor-price {
	position: relative;
	display: grid;
	align-content: center;
	gap: .28rem;
	min-height: 110px;
	margin: .9rem 0 1rem;
	padding: .9rem 1rem .82rem;
	border: 1px solid rgba(0, 109, 255, .1);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(0, 109, 255, .055), rgba(255, 255, 255, .94) 56%, rgba(0, 109, 255, .025));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .92),
		0 12px 28px rgba(0, 26, 72, .055);
	overflow: hidden;
}

.rth-mentor-price-grid-premium .rth-mentor-price::before {
	content: "";
	position: absolute;
	top: 0;
	left: 14%;
	right: 14%;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, rgba(0, 109, 255, .82), transparent);
}

.rth-mentor-price-grid-premium .rth-mentor-price::after {
	content: "";
	position: absolute;
	top: -52px;
	right: -42px;
	width: 118px;
	height: 118px;
	border-radius: 50%;
	background: rgba(0, 109, 255, .06);
	filter: blur(2px);
	pointer-events: none;
}

.rth-mentor-price-grid-premium .rth-mentor-price strong {
	position: relative;
	z-index: 1;
	display: block;
	color: #001a48;
	font-size: clamp(3.15rem, 5vw, 4.65rem);
	font-weight: 850;
	letter-spacing: -.065em;
	line-height: .92;
	text-wrap: balance;
	text-shadow:
		0 1px 0 rgba(255, 255, 255, .95),
		0 10px 26px rgba(0, 26, 72, .12);
}

.rth-mentor-price-grid-premium .rth-mentor-price span {
	position: relative;
	z-index: 1;
	margin-top: .16rem;
	font-size: .78rem;
	font-weight: 850;
	letter-spacing: .035em;
	line-height: 1.45;
	text-transform: uppercase;
}

.rth-mentor-price-card--monthly .rth-mentor-price {
	border-color: rgba(0, 26, 72, .16);
	background:
		linear-gradient(135deg, rgba(0, 26, 72, .07), rgba(255, 255, 255, .96) 58%, rgba(0, 26, 72, .025));
}

.rth-mentor-price-card--monthly .rth-mentor-price::before {
	background: linear-gradient(90deg, transparent, rgba(0, 26, 72, .82), transparent);
}

.rth-mentor-price-card--lifetime .rth-mentor-price {
	border-color: rgba(0, 109, 255, .22);
	background:
		radial-gradient(circle at 88% 12%, rgba(0, 109, 255, .11), transparent 36%),
		linear-gradient(135deg, rgba(0, 109, 255, .08), rgba(255, 255, 255, .98) 58%, rgba(0, 109, 255, .035));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .96),
		0 16px 36px rgba(0, 109, 255, .1);
}

.rth-mentor-price-card--lifetime .rth-mentor-price strong {
	color: #006dff;
	text-shadow:
		0 1px 0 rgba(255, 255, 255, .95),
		0 12px 30px rgba(0, 109, 255, .2);
}

.rth-mentor-price-card--private .rth-mentor-price strong {
	font-size: clamp(2.95rem, 4.55vw, 4.35rem);
}

.rth-mentor-price-grid-premium .rth-mentor-price-card:hover .rth-mentor-price {
	transform: translateY(-2px);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .96),
		0 18px 40px rgba(0, 109, 255, .11);
	transition:
		transform .28s ease,
		box-shadow .28s ease;
}

@media (max-width: 1120px) {
	.rth-mentor-price-grid-premium .rth-mentor-price {
		min-height: 104px;
	}

	.rth-mentor-price-grid-premium .rth-mentor-price strong,
	.rth-mentor-price-card--private .rth-mentor-price strong {
		font-size: clamp(3.2rem, 10vw, 4.5rem);
	}
}

@media (max-width: 560px) {
	.rth-mentor-price-grid-premium .rth-mentor-price {
		min-height: 96px;
		padding: .8rem .85rem .72rem;
		border-radius: 16px;
	}

	.rth-mentor-price-grid-premium .rth-mentor-price strong,
	.rth-mentor-price-card--private .rth-mentor-price strong {
		font-size: clamp(2.8rem, 15vw, 3.8rem);
	}

	.rth-mentor-price-grid-premium .rth-mentor-price span {
		font-size: .7rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rth-mentor-price-grid-premium .rth-mentor-price-card:hover .rth-mentor-price {
		transform: none;
	}
}

/* Mentorship refinement v1.8.78: balanced premium price size */
.rth-mentor-price-grid-premium .rth-mentor-price strong {
	font-size: clamp(2.85rem, 4.55vw, 4.15rem);
}

.rth-mentor-price-card--private .rth-mentor-price strong {
	font-size: clamp(2.7rem, 4.15vw, 3.95rem);
}

@media (max-width: 1120px) {
	.rth-mentor-price-grid-premium .rth-mentor-price strong,
	.rth-mentor-price-card--private .rth-mentor-price strong {
		font-size: clamp(2.9rem, 8.8vw, 4.05rem);
	}
}

@media (max-width: 560px) {
	.rth-mentor-price-grid-premium .rth-mentor-price strong,
	.rth-mentor-price-card--private .rth-mentor-price strong {
		font-size: clamp(2.55rem, 13vw, 3.45rem);
	}
}


/* v1.8.277 — Desktop Result aligns with the roadmap detail column above */
.rth-mentor-roadmap-result-text {
	display: grid;
	grid-template-columns: minmax(280px, .7fr) minmax(0, 1.5fr);
	column-gap: clamp(2rem, 5vw, 5rem);
	max-width: none;
	margin: clamp(3.4rem, 7vw, 6rem) 0 0;
}

.rth-mentor-roadmap-result-text .rth-mentor-profile-belief,
.rth-mentor-roadmap-result-text .rth-button {
	grid-column: 2;
}

.rth-mentor-roadmap-result-text .rth-mentor-profile-belief {
	margin-top: 0;
}

.rth-mentor-roadmap-result-text .rth-button {
	justify-self: start;
	margin-top: 1.35rem;
	min-width: min(100%, 270px);
}

@media (max-width: 1080px) {
	.rth-mentor-roadmap-result-text {
		grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
		column-gap: 2rem;
	}
}

@media (max-width: 820px) {
	.rth-mentor-roadmap-result-text {
		display: block;
		max-width: 700px;
		margin: clamp(3.4rem, 7vw, 6rem) auto 0;
	}
}

@media (max-width: 560px) {
	.rth-mentor-roadmap-result-text .rth-button {
		width: 100%;
	}
}

/* Mentorship v1.8.282 — Homepage FAQ component parity. */
.rth-mentor-faq-home-design {
	position:relative;
	overflow:hidden;
	background:#fff;
	border-top:1px solid rgba(0,26,72,.07);
}
.rth-mentor-faq-home-design::before { content:""; position:absolute; inset:0; background:none; pointer-events:none; }
.rth-mentor-faq-home-design .rth-container { position:relative; z-index:1; }
.rth-mentor-faq-home-design .rth-faq__grid {
	display:grid;
	grid-template-columns:minmax(270px,.76fr) minmax(0,1.24fr);
	gap:clamp(3rem,7vw,7rem);
	align-items:start;
}
.rth-mentor-faq-home-design .rth-faq__intro {
	position:sticky;
	top:calc(var(--rth-header-height) + 35px);
	padding:0;
}
.rth-mentor-faq-home-design .rth-faq__label {
	margin:0;
	color:#001a48;
	font-family:"Manrope",sans-serif;
	font-size:clamp(3.9rem,8vw,7.2rem);
	font-weight:900;
	letter-spacing:-.065em;
	line-height:.88;
}
.rth-mentor-faq-home-design .rth-faq__intro h2 {
	max-width:440px;
	margin:1.25rem 0 .9rem;
	color:#001a48;
	font-size:clamp(1.55rem,2.5vw,2.45rem);
	font-weight:780;
	letter-spacing:-.035em;
	line-height:1.12;
}
.rth-mentor-faq-home-design .rth-faq__support-link {
	margin-top:1.55rem;
	border-color:rgba(0,109,255,.24);
	background:#f7faff;
	color:#001a48;
}
.rth-mentor-faq-home-design .rth-faq__support-link:hover,
.rth-mentor-faq-home-design .rth-faq__support-link:focus-visible {
	border-color:rgba(0,109,255,.48);
	background:#edf5ff;
	color:#006dff;
}
.rth-mentor-faq-home-design .rth-accordion {
	display:block;
	border-top:1px solid rgba(0,26,72,.14);
}
.rth-mentor-faq-home-design .rth-accordion__item {
	border:0;
	border-bottom:1px solid rgba(0,26,72,.14);
	border-radius:0;
	background:transparent;
	box-shadow:none;
	overflow:visible;
	transition:none;
}
.rth-mentor-faq-home-design .rth-accordion__item:hover {
	transform:none;
	border-color:rgba(0,109,255,.28);
	box-shadow:none;
}
.rth-mentor-faq-home-design .rth-accordion__item h3 { margin:0; }
.rth-mentor-faq-home-design .rth-accordion__item button {
	display:grid;
	grid-template-columns:1fr 38px;
	align-items:center;
	gap:1rem;
	width:100%;
	padding:1.28rem 0;
	border:0;
	background:transparent;
	color:#001a48;
	font-family:Manrope,sans-serif;
	font-size:1rem;
	font-weight:750;
	line-height:1.5;
	text-align:left;
}
.rth-mentor-faq-home-design .rth-accordion__mark {
	display:grid;
	place-items:center;
	width:32px;
	height:32px;
	border-radius:50%;
	background:#eaf2fb;
	color:#006dff;
	font-size:1.25rem;
	box-shadow:none;
	transition:transform .22s ease,background .22s ease;
}
.rth-mentor-faq-home-design .rth-accordion__item button[aria-expanded="true"] .rth-accordion__mark {
	transform:rotate(45deg);
	background:#dcecff;
}
.rth-mentor-faq-home-design .rth-accordion__panel { padding:0 3rem 1.28rem 0; }
.rth-mentor-faq-home-design .rth-accordion__panel p {
	margin:0;
	color:#5b6d88;
	font-size:.93rem;
	line-height:1.75;
}
.rth-mentor-faq-home-design .rth-accordion__panel p + p { margin-top:.85rem; }

@media(max-width:980px){
	.rth-mentor-faq-home-design .rth-faq__grid{grid-template-columns:1fr;gap:2.5rem}
	.rth-mentor-faq-home-design .rth-faq__intro{position:static;max-width:720px}
}
@media(max-width:760px){
	/* Give the featured Lifetime card deliberate breathing room in the mobile stack. */
	.rth-mentor-price-grid-premium .rth-mentor-price-card--lifetime { margin-block:1.15rem; }
}
@media(max-width:680px){
	.rth-mentor-faq-home-design .rth-faq__label{font-size:clamp(3.4rem,18vw,5.5rem)}
	.rth-mentor-faq-home-design .rth-faq__intro h2{font-size:1.5rem}
	.rth-mentor-faq-home-design .rth-accordion__item button{padding:1.1rem 0;font-size:.95rem}
	.rth-mentor-faq-home-design .rth-accordion__panel{padding:0 0 1.1rem}
}


/* v1.8.292 — compact premium support chooser in final CTA */
.rth-mentor-final-inner .rth-button--ghost-light[type="button"] {
	font: inherit;
	cursor: pointer;
}

body.rth-mentor-support-open {
	overflow: hidden;
}

.rth-mentor-support-modal[hidden] {
	display: none !important;
}

.rth-mentor-support-modal {
	position: fixed;
	inset: 0;
	z-index: 99980;
	display: grid;
	place-items: center;
	padding: 1rem;
}

.rth-mentor-support-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(3, 18, 44, .54);
	backdrop-filter: blur(9px);
	opacity: 0;
	transition: opacity .2s ease;
}

.rth-mentor-support-modal__panel {
	position: relative;
	z-index: 1;
	width: min(100%, 430px);
	padding: 1.02rem;
	border: 1px solid rgba(0, 77, 173, .13);
	border-radius: 22px;
	background:
		radial-gradient(circle at 86% 8%, rgba(0, 109, 255, .1), transparent 34%),
		linear-gradient(155deg, rgba(255, 255, 255, .995), rgba(245, 250, 255, .98));
	box-shadow:
		0 28px 80px rgba(2, 28, 67, .24),
		inset 0 1px 0 rgba(255, 255, 255, .95);
	opacity: 0;
	transform: translateY(10px) scale(.975);
	transition: opacity .2s ease, transform .2s ease;
	outline: none;
}

.rth-mentor-support-modal.is-open .rth-mentor-support-modal__backdrop {
	opacity: 1;
}

.rth-mentor-support-modal.is-open .rth-mentor-support-modal__panel {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.rth-mentor-support-modal__close {
	position: absolute;
	top: .78rem;
	right: .78rem;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid rgba(8, 35, 76, .09);
	border-radius: 50%;
	background: rgba(255, 255, 255, .82);
	color: #17365f;
	box-shadow: 0 6px 16px rgba(3, 34, 77, .06);
	cursor: pointer;
}

.rth-mentor-support-modal__close svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
}

.rth-mentor-support-modal__intro {
	padding: .2rem 2.55rem .78rem .12rem;
}

.rth-mentor-support-modal__intro > span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: .24rem .55rem;
	border: 1px solid rgba(0, 109, 255, .12);
	border-radius: 999px;
	background: rgba(0, 109, 255, .055);
	color: #0a5bcb;
	font-size: .63rem;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.rth-mentor-support-modal__intro h2 {
	margin: .58rem 0 .22rem;
	color: #08234c;
	font-size: clamp(calc(1.16rem - 3px), calc(3vw - 3px), calc(1.42rem - 3px));
	font-weight: 400;
	letter-spacing: -.03em;
	line-height: 1.15;
}

.rth-mentor-support-modal__intro p {
	margin: 0;
	color: #66768b;
	font-size: .82rem;
	line-height: 1.5;
}

.rth-mentor-support-modal__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .64rem;
}

.rth-mentor-support-option {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	align-items: center;
	gap: .62rem;
	min-width: 0;
	padding: .72rem;
	border: 1px solid rgba(8, 58, 124, .09);
	border-radius: 15px;
	background: rgba(255, 255, 255, .86);
	color: #102f58;
	text-decoration: none;
	box-shadow: 0 8px 22px rgba(4, 37, 83, .045);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.rth-mentor-support-option__icon {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: linear-gradient(145deg, #eef6ff, #ffffff);
	box-shadow: inset 0 0 0 1px rgba(0, 90, 196, .08);
}

.rth-mentor-support-option__icon svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.rth-mentor-support-option > span:last-child {
	min-width: 0;
}

.rth-mentor-support-option strong,
.rth-mentor-support-option small {
	display: block;
}

.rth-mentor-support-option strong {
	color: #0a2e5e;
	font-size: .82rem;
	font-weight: 800;
	line-height: 1.2;
}

.rth-mentor-support-option small {
	margin-top: .14rem;
	overflow: hidden;
	color: #718096;
	font-size: .66rem;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rth-mentor-support-option--whatsapp .rth-mentor-support-option__icon { color: #128c5e; }
.rth-mentor-support-option--telegram .rth-mentor-support-option__icon { color: #2188cc; }
.rth-mentor-support-option--call .rth-mentor-support-option__icon { color: #075dc9; }
.rth-mentor-support-option--email .rth-mentor-support-option__icon { color: #5b55b9; }

@media (hover: hover) {
	.rth-mentor-support-option:hover {
		transform: translateY(-2px);
		border-color: rgba(0, 109, 255, .18);
		box-shadow: 0 12px 26px rgba(4, 37, 83, .075);
	}

	.rth-mentor-support-modal__close:hover {
		color: #006dff;
	}
}

@media (max-width: 480px) {
	.rth-mentor-support-modal {
		padding: .72rem;
	}

	.rth-mentor-support-modal__panel {
		width: min(100%, 390px);
		padding: .88rem;
		border-radius: 19px;
	}

	.rth-mentor-support-modal__intro {
		padding-right: 2.2rem;
	}

	.rth-mentor-support-modal__grid {
		gap: .5rem;
	}

	.rth-mentor-support-option {
		grid-template-columns: 32px minmax(0, 1fr);
		gap: .5rem;
		padding: .62rem .56rem;
		border-radius: 13px;
	}

	.rth-mentor-support-option__icon {
		width: 32px;
		height: 32px;
		border-radius: 10px;
	}

	.rth-mentor-support-option__icon svg {
		width: 16px;
		height: 16px;
	}

	.rth-mentor-support-option strong {
		font-size: .76rem;
	}

	.rth-mentor-support-option small {
		font-size: .61rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rth-mentor-support-modal__backdrop,
	.rth-mentor-support-modal__panel,
	.rth-mentor-support-option {
		transition: none !important;
	}
}


/* Mentorship v1.8.299: reuse locked Homepage Proof Before Promises testimonials below pricing. */
/* Homepage refinement v1.8.35: Trader Experiences carousel */
.rth-home-reviews{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 18%,rgba(0,109,255,.08),transparent 28%),#fff}
.rth-home-reviews__intro{max-width:820px;margin:0 auto;text-align:center}
.rth-home-reviews__intro .rth-eyebrow{color:#006dff}
.rth-home-reviews__intro h2{margin:14px 0 0;color:#001a48;font-size:clamp(2.3rem,4.8vw,4.9rem);line-height:1.02;letter-spacing:-.05em}
.rth-home-reviews__intro>p:last-child{margin:22px auto 0;max-width:720px;color:#5b6d88;font-size:1.02rem;line-height:1.8}
.rth-home-reviews__carousel{--reviews-gap:22px;--reviews-per-view:3;position:relative;margin-top:46px}
.rth-home-reviews__viewport{overflow:hidden;padding:16px 2px 20px;touch-action:pan-y}
.rth-home-reviews__track{display:flex;align-items:stretch;gap:var(--reviews-gap);transform:translate3d(0,0,0);transition:transform .58s cubic-bezier(.22,.61,.36,1);will-change:transform}
.rth-home-review-card{position:relative;display:flex;flex:0 0 calc((100% - ((var(--reviews-per-view) - 1) * var(--reviews-gap))) / var(--reviews-per-view));flex-direction:column;min-width:0;min-height:440px;padding:28px;border:1px solid rgba(0,109,255,.13);border-radius:24px;background:rgba(255,255,255,.9);box-shadow:0 20px 52px rgba(0,26,72,.08);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;overflow:hidden}
.rth-home-review-card:after{content:"";position:absolute;inset:auto 20px 0;height:2px;background:linear-gradient(90deg,transparent,#006dff,transparent);opacity:0;transform:scaleX(.5);transition:opacity .22s ease,transform .22s ease}
.rth-home-review-card:hover{transform:translateY(-5px);border-color:rgba(0,109,255,.34);box-shadow:0 28px 64px rgba(0,26,72,.12)}
.rth-home-review-card:hover:after{opacity:1;transform:scaleX(1)}
.rth-home-review-card--featured{background:linear-gradient(145deg,rgba(0,109,255,.09),rgba(255,255,255,.97)),#fff;box-shadow:0 30px 70px rgba(0,26,72,.13)}
.rth-home-review-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.rth-home-review-card__reviewer{display:flex;align-items:center;gap:13px;min-width:0}
.rth-home-review-card__reviewer img,.rth-home-review-card__avatar{flex:0 0 auto;width:64px;height:64px;border:3px solid #fff;border-radius:50%;box-shadow:0 10px 24px rgba(0,26,72,.16),0 0 0 1px rgba(0,109,255,.16)}
.rth-home-review-card__reviewer img{object-fit:cover}
.rth-home-review-card__avatar{display:grid;place-items:center;background:linear-gradient(145deg,#006dff,#004cae);color:#fff}
.rth-home-review-card__avatar svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.rth-home-review-card__avatar--trustpilot{background:linear-gradient(145deg,#00b67a,#008f60)}
.rth-home-review-card__avatar--trustpilot svg{width:32px;height:32px;fill:#fff;stroke:none}
.rth-home-review-card__status--trustpilot{background:rgba(0,182,122,.1);color:#008f60}
.rth-home-review-card--trustpilot{border-color:rgba(0,182,122,.22)}
.rth-home-review-card--trustpilot:hover{border-color:rgba(0,182,122,.48)}
.rth-home-review-card__star-muted{color:rgba(64,86,116,.2)}
.rth-home-review-card__identity{display:grid;gap:3px;min-width:0}
.rth-home-review-card__identity strong{overflow:hidden;color:#001a48;font-family:"Manrope",sans-serif;font-size:.94rem;line-height:1.25;text-overflow:ellipsis}
.rth-home-review-card__identity span{color:#6a7b94;font-size:.74rem;font-weight:750}
.rth-home-review-card__status{display:inline-flex;align-items:center;flex:0 0 auto;min-height:30px;padding:6px 10px;border-radius:999px;background:rgba(0,109,255,.08);color:#006dff;font-size:.61rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.rth-home-review-card__quote{color:#006dff;font-family:Georgia,serif;font-size:4rem;line-height:.8}
.rth-home-review-card__rating{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:22px}
.rth-home-review-card__rating>div{display:flex;align-items:center;gap:9px}
.rth-home-review-card__stars{color:#f4b400;font-size:1rem;letter-spacing:.08em;line-height:1}
.rth-home-review-card__rating b{color:#405674;font-size:.72rem}
.rth-home-review-card__testimonial-mark{margin-top:22px;color:#006dff;font-family:Georgia,serif;font-size:4rem;line-height:.72}
.rth-home-review-card>p{margin:20px 0 34px;color:#2f4466;font-size:.91rem;line-height:1.76}
.rth-home-review-card footer{display:grid;gap:4px;margin-top:auto;padding-top:20px;border-top:1px solid rgba(0,26,72,.08)}
.rth-home-review-card footer strong{color:#001a48;font-family:"Manrope",sans-serif;font-size:.9rem}
.rth-home-review-card footer span{color:#6a7b94;font-size:.76rem;font-weight:700}
.rth-home-review-card--verified{border-color:rgba(0,109,255,.24);background:linear-gradient(145deg,rgba(0,109,255,.055),rgba(255,255,255,.96)),#fff;box-shadow:0 26px 64px rgba(0,26,72,.11)}
.rth-home-review-card--featured.rth-home-review-card--verified{border-color:rgba(0,109,255,.36);background:linear-gradient(145deg,rgba(0,109,255,.11),rgba(255,255,255,.97)),#fff;box-shadow:0 30px 72px rgba(0,26,72,.15)}
.rth-home-reviews__controls{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;margin-top:18px}
.rth-home-reviews__buttons{display:flex;gap:10px}
.rth-home-reviews__arrow{display:grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid rgba(0,109,255,.18);border-radius:50%;background:#fff;color:#001a48;box-shadow:0 12px 28px rgba(0,26,72,.08);transition:background .2s ease,color .2s ease,transform .2s ease,border-color .2s ease}
.rth-home-reviews__arrow:hover{transform:translateY(-2px);border-color:#006dff;background:#006dff;color:#fff}
.rth-home-reviews__arrow:disabled{cursor:not-allowed;opacity:.38;transform:none}
.rth-home-reviews__arrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.rth-home-reviews__dots{display:flex;align-items:center;justify-content:center;gap:8px;min-height:32px}
.rth-home-reviews__dot{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:rgba(0,26,72,.18);transition:width .22s ease,background .22s ease}
.rth-home-reviews__dot.is-active{width:28px;background:#006dff}
.rth-home-reviews__position{min-width:68px;margin:0;color:#536680;font-size:.73rem;font-weight:850;text-align:right}
.rth-home-reviews__footer{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:38px;padding:24px 28px;border:1px solid rgba(0,109,255,.12);border-radius:20px;background:#f7faff}
.rth-home-reviews__footer p{margin:0;color:#5c6e87;font-size:.9rem;font-weight:700}
@media(max-width:1080px){.rth-home-reviews__carousel{--reviews-per-view:2}.rth-home-review-card{min-height:420px}}
@media(max-width:680px){
.rth-home-reviews__carousel{--reviews-gap:14px;--reviews-per-view:1;margin-top:34px}
.rth-home-reviews__viewport{overflow:hidden;padding:8px 1px 16px}
.rth-home-review-card{min-height:0;padding:22px;border-radius:20px}
.rth-home-review-card:hover{transform:none}
.rth-home-review-card__top{gap:10px}
.rth-home-review-card__reviewer img,.rth-home-review-card__avatar{width:58px;height:58px}
.rth-home-review-card__identity strong{font-size:.88rem}
.rth-home-review-card__status{padding:5px 7px;font-size:.52rem}
.rth-home-reviews__controls{grid-template-columns:auto 1fr;margin-top:14px}
.rth-home-reviews__position{display:none}
.rth-home-reviews__arrow{width:42px;height:42px}
.rth-home-reviews__footer{align-items:stretch;flex-direction:column;padding:20px}
.rth-home-reviews__footer .rth-button{width:100%;justify-content:center}
}
@media(max-width:430px){
.rth-home-review-card__top{align-items:flex-start;flex-direction:column}
.rth-home-review-card__status{margin-left:71px}
.rth-home-reviews__controls{grid-template-columns:1fr}
.rth-home-reviews__buttons{justify-content:center;order:2}
.rth-home-reviews__dots{order:1}
}
@media(prefers-reduced-motion:reduce){.rth-home-reviews__track,.rth-home-review-card,.rth-home-reviews__arrow,.rth-home-reviews__dot{transition:none}}

/* Homepage v1.8.110 testimonial heading refinement — reused on Mentorship */
.rth-home-reviews__intro {
	max-width: 980px;
}
.rth-home-reviews__intro h2 {
	max-width: 900px;
	margin: 14px auto 0;
	font-size: clamp(2.1rem, 4.15vw, 4.25rem);
	line-height: 1.06;
	letter-spacing: -.045em;
}
@media (max-width: 680px) {
	.rth-home-reviews__intro h2 {
		font-size: clamp(1.85rem, 8.7vw, 2.7rem);
		line-height: 1.1;
	}
}

/* Homepage v1.8.111 Trustpilot proof image and review footer hierarchy — reused on Mentorship */
.rth-home-reviews__footer-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	flex: 0 0 auto;
}
.rth-home-reviews__trustpilot-mark {
	display: block;
	width: clamp(79px, 7.75vw, 104px);
	height: auto;
	object-fit: contain;
}
@media (max-width: 760px) {
	.rth-home-reviews__footer-actions {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
	}
	.rth-home-reviews__trustpilot-mark {
		width: min(95px, 34vw);
		margin: 0 auto;
	}
}

/* Mentorship v1.8.300: mentor-story body blend + testimonial heading typography parity. */
.rth-mentorship-page .rth-home-reviews__intro h2 {
	font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
	font-size: clamp(2.25rem, 4.5vw, 4.2rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -.045em;
}

/* Mentorship refinement v1.8.311: mobile mentor label → portrait → copy */
.rth-mentor-profile-eyebrow-mobile {
	display: none;
}

@media (max-width: 560px) {
	.rth-mentor-profile-grid-premium {
		grid-template-areas:
			"eyebrow"
			"visual"
			"copy";
		grid-template-columns: 1fr;
		row-gap: 0;
	}

	.rth-mentor-profile-eyebrow-mobile {
		display: block;
		grid-area: eyebrow;
		justify-self: start;
		width: 100%;
		margin: 0 0 .9rem;
	}

	.rth-mentor-profile-visual-premium {
		margin-bottom: 1.8rem;
	}

	.rth-mentor-profile-copy-premium > .rth-eyebrow {
		display: none;
	}
}

/* Mentorship final controlled review v1.8.380 — FINAL APPROVED / LOCKED / PROTECTED.
 * Major section H2 standard: 45px desktop, 40px tablet, 32px mobile.
 * "Trade with claRity." only: approved Compact Page Hero target 64px desktop,
 * 52px tablet and 38px mobile, responsive at the approved breakpoints.
 * FAQ intro write-up uses normal page-body typography.
 */
.rth-mentorship-page h2 {
  font-size:45px !important;
}

.rth-mentor-hero-copy h1 .rth-mentor-hero-clarity {
  font-size:64px !important;
  max-width:100%;
  overflow-wrap:normal;
  word-break:normal;
}

.rth-mentor-faq-home-design .rth-faq__intro h2 {
  max-width:440px;
  margin:1.25rem 0 .9rem;
  color:var(--rth-muted) !important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  font-size:16px !important;
  font-weight:400 !important;
  letter-spacing:normal !important;
  line-height:1.7 !important;
  text-transform:none !important;
}

@media (min-width:768px) and (max-width:1024px) {
  .rth-mentorship-page h2 { font-size:40px !important; }
  .rth-mentor-hero-copy h1 .rth-mentor-hero-clarity { font-size:52px !important; }
  .rth-mentor-faq-home-design .rth-faq__intro h2 { font-size:16px !important; }
}

@media (max-width:767px) {
  .rth-mentorship-page h2 { font-size:32px !important; }
  .rth-mentor-hero-copy h1 .rth-mentor-hero-clarity { font-size:38px !important; }
  .rth-mentor-faq-home-design .rth-faq__intro h2 { font-size:16px !important; }
}
