/* Personal Transformation catalog — /courses/personal-transformation/ (Figma node 424:5504). All type sizes in rem. */

.ph-courses-personal-transformation__wrap {
	background: #fbfbfb;
	padding-bottom: 0;
	overflow-x: hidden;
	width: 100%;
}

.ph-courses-personal-transformation__wrap .ph-pt-stack {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 4rem;
	padding-top: 4rem;
	padding-bottom: 4rem;
	max-width: var(--ph-container);
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
}

/* --- Hero --- */
.ph-pt-hero {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 2.5rem;
	padding: clamp(2.5rem, 8vw, 6.0625rem) 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-height: 35rem;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.ph-pt-hero__kicker {
	margin: 0 0 1.5rem;
	font-size: 1.375rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	color: var(--ph-green);
	max-width: 100%;
	overflow-wrap: break-word;
}

.ph-pt-hero__title {
	margin: 0 0 2rem;
	font-size: clamp(2.25rem, 6vw, 4.5rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.025em;
	color: #333;
	max-width: min(56rem, 100%);
	overflow-wrap: break-word;
}

.ph-pt-hero__title-line {
	display: block;
}

.ph-pt-hero__title .ph-green {
	color: var(--ph-green);
}

.ph-pt-hero__subtitle {
	margin: 0 auto 3rem;
	max-width: min(42rem, 100%);
	font-size: 1.25rem;
	line-height: 1.4;
	color: #555;
	overflow-wrap: break-word;
}

.ph-pt-hero__subtitle p {
	margin: 0 0 0.5rem;
}

.ph-pt-hero__subtitle p:last-child {
	margin-bottom: 0;
}

.ph-pt-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
}

.ph-pt-hero__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 1.125rem;
	font-weight: 800;
	padding: 1rem 2rem;
	border-radius: 9999px;
}

.ph-pt-hero__btn--primary .ph-related-arrow-svg {
	color: #fff;
}

/* --- Intro --- */
.ph-pt-intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1.5rem;
	padding: 2rem 1rem;
	max-width: 80rem;
	margin: 0 auto;
}

.ph-pt-intro__title {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 800;
	line-height: 1;
	color: #333;
}

.ph-pt-intro__body {
	margin: 0;
	max-width: min(56rem, 100%);
	font-size: 1.375rem;
	line-height: 1.27;
	color: #555;
	overflow-wrap: break-word;
}

.ph-pt-intro__body p {
	margin: 0 0 0.5rem;
}

.ph-pt-intro__body p:last-child {
	margin-bottom: 0;
}

/* --- Catalog --- */
.ph-pt-catalog {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 100%;
	padding: 0 1rem;
	box-sizing: border-box;
}

.ph-courses-personal-transformation__wrap .ph-pt-catalog .ph-courses-adv-pro-grid {
	margin-top: 0;
}

.ph-pt-catalog__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

.ph-pt-catalog__title {
	margin: 0;
	font-size: 2.25rem;
	font-weight: 800;
	line-height: 1.11;
	color: #333;
}

.ph-pt-card {
	width: 100%;
	min-width: 0;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 1.5rem;
	padding: 2rem 2rem 0;
	display: flex;
	flex-direction: column;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	min-height: 0;
}

.ph-pt-card__media {
	position: relative;
	height: 12rem;
	border-radius: 1rem;
	overflow: hidden;
	background: #f3f4f6;
	margin-bottom: 1.5rem;
}

.ph-pt-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ph-pt-card__img--placeholder {
	min-height: 12rem;
}

.ph-pt-card__badges {
	position: absolute;
	top: 1rem;
	left: 1rem;
	right: 1rem;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: flex-start;
	pointer-events: none;
}

.ph-pt-card__badge {
	display: inline-flex;
	align-items: center;
	padding: 0.25rem 0.75rem;
	border-radius: 9999px;
	background: var(--ph-green);
	backdrop-filter: blur(2px);
	font-size: 0.9375rem;
	font-weight: 800;
	line-height: 1.07;
	color: white;
}

.ph-pt-card__title {
	margin: 0 0 1rem;
	font-size: 1.75rem;
	font-weight: 800;
	line-height: 1.14;
	color: #333;
}

.ph-pt-card__title-link {
	color: inherit;
	text-decoration: none;
	transition: color var(--ph-transition);
}

.ph-pt-card__title-link:hover,
.ph-pt-card__title-link:focus-visible {
	color: var(--ph-green);
}

.ph-pt-card__desc {
	margin: 0 0 1.5rem;
	font-size: 1.125rem;
	line-height: 1.33;
	color: #555;
	flex-grow: 1;
}

.ph-pt-card__footer {
	margin-top: auto;
	padding: 0 0 2rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.ph-pt-card__link {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	border-radius: 9999px;
	background: var(--ph-green);
	color: white;
	font-weight: 700;
	padding: 12px 24px;
	width: 100%;
	box-sizing: border-box;
	transition: transform 160ms ease, background 160ms ease;
}

.ph-pt-card__link:hover,
.ph-pt-card__link:focus-visible {
	background: var(--ph-green-dark);
	transform: translateY(-1px);
	color: white;
}

.ph-pt-card__link .ph-pt-card__link-text {
	color: inherit;
}

.ph-pt-card__link svg {
	flex-shrink: 0;
	color: inherit;
}

/* --- Dual panels --- */
.ph-pt-dual {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 3rem 4rem;
	width: 100%;
	min-width: 0;
	padding: 0 1rem;
	box-sizing: border-box;
}

@media screen and (max-width: 899px) {
	.ph-pt-dual {
		grid-template-columns: 1fr;
	}
}

.ph-pt-panel {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 2rem;
	padding: 3.0625rem 3rem 5.8125rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	box-sizing: border-box;
	min-width: 0;
}

.ph-pt-panel--what {
	padding-bottom: 3.0625rem;
}

.ph-pt-panel__title {
	margin: 0;
	font-size: 2.25rem;
	font-weight: 800;
	line-height: 1;
	color: #333;
}

.ph-pt-panel__intro {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.2;
	color: #555;
}

/* Match courses landing path includes: green circle checkmarks (courses-landing.css). */
.ph-pt-panel .ph-courses-path__checks {
	margin-top: 0.75rem;
}
.ph-pt-panel .ph-courses-path__checks li .ph-courses-path__check-ic{
	width: 1.3rem;
	height: 1.3rem;
}
/* --- Process --- */
.ph-pt-process {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	width: 100%;
	padding: 2rem 1rem;
	box-sizing: border-box;
}

.ph-pt-process__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1rem;
}

.ph-pt-process__title {
	margin: 0;
	font-size: 2.25rem;
	font-weight: 800;
	line-height: 1.11;
	color: #333;
}

.ph-pt-process__subtitle {
	margin: 0;
	max-width: 42rem;
	font-size: 1.5rem;
	line-height: 1.17;
	color: #555;
}

.ph-pt-steps {
	position: relative;
	width: 100%;
}

.ph-pt-steps__rule {
	display: none;
}

@media screen and (min-width: 900px) {
	.ph-pt-steps__rule {
		display: block;
		position: absolute;
		top: 3rem;
		left: 16%;
		right: 16%;
		height: 1px;
		background: #e0e0e0;
		z-index: 0;
		pointer-events: none;
	}
}

.ph-pt-steps__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 899px) {
	.ph-pt-steps__list {
		grid-template-columns: 1fr;
	}
}

.ph-pt-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.ph-pt-step__num {
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e0e0e0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.125;
	color: #333;
	margin: 0 0 1.5rem;
}

.ph-pt-step__title {
	margin: 0 0 0.75rem;
	font-size: 1.5625rem;
	font-weight: 800;
	line-height: 1.12;
	color: #333;
}

.ph-pt-step__body {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.2;
	color: #555;
}

.ph-pt-step__body p {
	margin: 0 0 0.25rem;
}

.ph-pt-step__body p:last-child {
	margin-bottom: 0;
}

section.ph-cta.ph-pt-bottom-cta.ph-cta--personal-transformation {
    padding-top: 50px;
}

/* --- Related (uses global ph-related-ac) --- */
.ph-courses-personal-transformation__wrap .ph-pt-related-wrap.ph-courses-related-wrap {
	border-top: 1px solid #e0e0e0;
	padding-top: 3.3125rem;
	padding-bottom: 2.875rem;
	margin: 0;
	width: 100%;
}

.ph-courses-personal-transformation__wrap .ph-pt-related-wrap .ph-container {
	max-width: var(--ph-container);
}

.ph-courses-personal-transformation__wrap .ph-courses-related__title {
	font-size: 2.1875rem;
	font-weight: 800;
	line-height: 1.03;
	color: #333;
	margin: 0 0 2.5rem;
}

/* --- Mid CTA --- */
.ph-pt-mid-cta {
	padding: 0 1rem;
}

.ph-pt-mid-cta__inner {
	background: #333;
	border-radius: 2rem;
	padding: 3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 2rem;
	box-sizing: border-box;
}

.ph-pt-mid-cta__title {
	margin: 0;
	font-size: 2.375rem;
	font-weight: 800;
	line-height: 1.05;
	color: #fff;
}

.ph-pt-mid-cta__subtitle {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.17;
	color: rgba(255, 255, 255, 0.95);
	max-width: 48rem;
}

/* Global `p { color: var(--ph-gray-dark) }` would otherwise win over inherited white. */
.ph-pt-mid-cta__subtitle p,
.ph-pt-mid-cta__subtitle li {
	margin: 0 0 0.25rem;
	color: rgba(255, 255, 255, 0.95);
}

.ph-pt-mid-cta__subtitle p:last-child {
	margin-bottom: 0;
}

.ph-pt-mid-cta__subtitle a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.ph-pt-mid-cta__subtitle a:hover,
.ph-pt-mid-cta__subtitle a:focus-visible {
	color: rgba(255, 255, 255, 0.88);
}

.ph-pt-mid-cta__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem 1.25rem;
	width: 100%;
	max-width: 52rem;
}

.ph-pt-mid-cta__btn {
	font-size: 1.375rem;
	font-weight: 800;
	padding: 1.25rem 2.5rem;
	border-radius: 9999px;
	box-shadow: 0 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1), 0 0.25rem 0.375rem -0.25rem rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 479px) {
	.ph-pt-mid-cta__actions .ph-btn {
		width: 100%;
		justify-content: center;
	}
}

@media screen and (max-width: 639px) {
	.ph-courses-personal-transformation__wrap .ph-pt-stack {
		gap: 4rem;
		padding-top: 4rem;
		padding-bottom: 3rem;
	}

	.ph-pt-hero {
		min-height: 0;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.ph-pt-mid-cta__inner {
		padding: 2rem 1.25rem;
	}

	.ph-pt-mid-cta__title {
		font-size: 1.75rem;
	}

	.ph-pt-mid-cta__subtitle {
		font-size: 1.125rem;
	}
}
