body.home,
.ph-home {
	--ph-navy: #0a192f;
	--ph-navy-deep: #06111f;
	--ph-green: #00d4aa;
	--ph-blue: #1e88e5;
	--ph-light: #f8fafc;
	--ph-text: #101828;
	--ph-muted: #667085;
	--ph-white: #ffffff;
	--ph-border: #dce4ec;
}

.ph-home {
	color: var(--ph-text);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	width: 100vw;
}

.ph-home *,
.ph-home *::before,
.ph-home *::after {
	box-sizing: border-box;
	letter-spacing: 0;
}

.ph-home h1,
.ph-home h2,
.ph-home h3,
.ph-home p {
	margin-top: 0;
}

.ph-home h1,
.ph-home h2,
.ph-home h3,
.ph-home p {
	color: inherit;
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	overflow-wrap: break-word;
	white-space: normal;
	word-break: normal;
}

.ph-home a {
	text-decoration: none;
}

.ph-shell {
	margin: 0 auto;
	max-width: 1200px;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

body.home #main > .stm_lms_breadcrumbs,
body.home #footer {
	display: none !important;
}

body.home #main > .container {
	max-width: none;
	padding: 0;
	width: 100%;
}

body.home #main > .container > .post_type_exist {
	margin: 0;
}

body.home #main {
	padding-bottom: 0;
}

body.home {
	overflow-x: hidden;
}

body.home #header {
	background: var(--ph-white);
	border-bottom: 1px solid rgba(10, 25, 47, 0.1);
	position: relative;
	z-index: 100;
}

body.home #header .header_default {
	background: var(--ph-white) !important;
	padding: 13px 0;
}

body.home #header .logo-unit img {
	height: 52px;
	max-height: 52px;
	object-fit: contain;
	width: auto !important;
}

body.home #header .header_main_menu_wrapper {
	margin-top: 0 !important;
}

body.home #header .header-menu > li > a,
body.home #header .header-login-button a,
body.home #header .search-toggler {
	color: var(--ph-navy) !important;
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	font-size: 14px;
	font-weight: 650;
}

body.home #header .header-menu > li > a {
	padding-bottom: 18px;
	padding-top: 18px;
}

body.home #header .header-menu > li.current-menu-item > a,
body.home #header .header-menu > li > a:hover,
body.home #header .header-login-button a:hover {
	color: #087d6d !important;
}

body.home #header .right_buttons {
	align-items: center;
	display: flex;
	gap: 6px;
}

/*
 * The restored MasterStudy header can retain Bootstrap's collapsed state on
 * desktop even though the primary menu is populated. Keep this homepage-only
 * and desktop-only so the theme's existing mobile menu remains untouched.
 */
@media (min-width: 992px) {
	body.home #header .header_main_menu_wrapper .collapse.navbar-collapse {
		display: block !important;
		height: auto !important;
		opacity: 1;
		visibility: visible !important;
	}
}

.ph-hero {
	background-color: var(--ph-navy-deep);
	background-image: var(--ph-hero-image);
	background-blend-mode: luminosity;
	background-position: center;
	background-size: cover;
	color: var(--ph-white);
	min-height: 680px;
	position: relative;
}

.ph-hero::before {
	background: rgba(6, 17, 31, 0.78);
	content: "";
	inset: 0;
	position: absolute;
}

.ph-hero__inner {
	align-items: center;
	display: flex;
	min-height: 680px;
	padding-bottom: 88px;
	padding-top: 72px;
	position: relative;
	z-index: 1;
}

.ph-hero__content {
	max-width: 690px;
}

.ph-eyebrow,
.ph-kicker {
	color: #087d6d;
	display: inline-block;
	font-size: 13px;
	font-weight: 750;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.ph-hero .ph-eyebrow,
.ph-ecosystem .ph-kicker,
.ph-final-cta .ph-kicker {
	color: var(--ph-green);
}

.ph-hero h1 {
	color: var(--ph-white);
	font-size: 68px;
	font-weight: 780;
	line-height: 1.04;
	margin-bottom: 17px;
}

.ph-hero__headline {
	color: var(--ph-green);
	font-size: 31px;
	font-weight: 720;
	line-height: 1.2;
	margin-bottom: 20px;
}

.ph-hero__description {
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 32px;
	max-width: 650px;
}

.ph-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ph-button {
	align-items: center;
	border: 1px solid transparent;
	display: inline-flex;
	font-size: 14px;
	font-weight: 750;
	justify-content: center;
	min-height: 48px;
	padding: 12px 21px;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ph-button:hover {
	transform: translateY(-2px);
}

.ph-button--primary {
	background: var(--ph-green);
	color: #04251f;
}

.ph-button--primary:hover {
	background: #28e3bd;
	color: #04251f;
}

.ph-button--secondary {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.54);
	color: var(--ph-white);
}

.ph-button--secondary:hover {
	background: var(--ph-white);
	color: var(--ph-navy);
}

.ph-button--dark {
	background: var(--ph-navy);
	color: var(--ph-white);
}

.ph-button--dark:hover {
	background: #102b4b;
	color: var(--ph-white);
}

.ph-button--outline {
	border-color: var(--ph-blue);
	color: #126bb3;
	flex-shrink: 0;
}

.ph-button--outline:hover {
	background: var(--ph-blue);
	color: var(--ph-white);
}

.ph-hero__signals {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 48px;
}

.ph-hero__signals span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-weight: 650;
	padding-left: 17px;
	position: relative;
}

.ph-hero__signals span::before {
	background: var(--ph-green);
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 7px;
}

.ph-metrics {
	background: var(--ph-white);
	border-bottom: 1px solid var(--ph-border);
}

.ph-metrics__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding-bottom: 30px;
	padding-top: 30px;
}

.ph-metric {
	border-right: 1px solid var(--ph-border);
	padding: 5px 26px;
}

.ph-metric:first-child {
	padding-left: 0;
}

.ph-metric:last-child {
	border-right: 0;
}

.ph-metric strong {
	color: var(--ph-navy);
	display: block;
	font-size: 30px;
	line-height: 1.1;
	margin-bottom: 7px;
}

.ph-metric span {
	color: var(--ph-muted);
	font-size: 13px;
	font-weight: 650;
}

.ph-section {
	padding-bottom: 96px;
	padding-top: 96px;
}

.ph-section--light,
.ph-courses,
.ph-audience {
	background: var(--ph-light);
}

.ph-section-heading {
	margin-bottom: 44px;
	max-width: 760px;
}

.ph-section-heading h2,
.ph-certification h2,
.ph-audience h2,
.ph-knowledge h2,
.ph-final-cta h2 {
	color: var(--ph-navy);
	font-size: 43px;
	font-weight: 760;
	line-height: 1.16;
	margin-bottom: 18px;
}

.ph-section-heading p,
.ph-certification__content > p,
.ph-audience p,
.ph-knowledge p,
.ph-final-cta p {
	color: var(--ph-muted);
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 0;
}

.ph-feature-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, 1fr);
}

.ph-feature {
	background: var(--ph-white);
	border: 1px solid var(--ph-border);
	border-top: 3px solid var(--ph-green);
	min-height: 235px;
	padding: 28px;
}

.ph-feature__index {
	color: #087d6d;
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 28px;
}

.ph-feature h3 {
	color: var(--ph-navy);
	font-size: 19px;
	font-weight: 730;
	line-height: 1.3;
	margin-bottom: 13px;
}

.ph-feature p {
	color: var(--ph-muted);
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 0;
}

.ph-ecosystem {
	background: var(--ph-navy);
	color: var(--ph-white);
}

.ph-section-heading--light h2 {
	color: var(--ph-white);
}

.ph-section-heading--light p {
	color: rgba(255, 255, 255, 0.7);
}

.ph-ecosystem__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, 1fr);
}

.ph-ecosystem-card {
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.14);
	min-height: 220px;
	padding: 27px;
}

.ph-ecosystem-card__step {
	color: var(--ph-green);
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.ph-ecosystem-card h3 {
	color: var(--ph-white);
	font-size: 22px;
	margin-bottom: 12px;
}

.ph-ecosystem-card p {
	color: rgba(255, 255, 255, 0.66);
	font-size: 14px;
	line-height: 1.65;
	margin-bottom: 0;
}

.ph-flow {
	align-items: center;
	display: grid;
	grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
	margin-top: 42px;
}

.ph-flow span {
	color: var(--ph-white);
	font-size: 14px;
	font-weight: 750;
}

.ph-flow i {
	background: rgba(0, 212, 170, 0.45);
	display: block;
	height: 1px;
	margin: 0 18px;
	position: relative;
}

.ph-flow i::after {
	border-bottom: 4px solid transparent;
	border-left: 6px solid var(--ph-green);
	border-top: 4px solid transparent;
	content: "";
	position: absolute;
	right: 0;
	top: -3px;
}

.ph-section-heading--row {
	align-items: end;
	display: flex;
	justify-content: space-between;
	max-width: none;
}

.ph-section-heading--row > div {
	max-width: 720px;
}

.ph-text-link {
	color: #087d6d;
	font-size: 14px;
	font-weight: 750;
	margin-bottom: 20px;
}

.ph-text-link:hover {
	color: var(--ph-blue);
}

.ph-course-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, 1fr);
}

.ph-course-card {
	background: var(--ph-white);
	border: 1px solid var(--ph-border);
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.ph-course-card__media {
	aspect-ratio: 16 / 9;
	background: var(--ph-navy);
	display: block;
	overflow: hidden;
}

.ph-course-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 250ms ease;
	width: 100%;
}

.ph-course-card:hover .ph-course-card__media img {
	transform: scale(1.035);
}

.ph-course-card__placeholder {
	align-items: center;
	color: var(--ph-white);
	display: flex;
	font-weight: 700;
	height: 100%;
	justify-content: center;
}

.ph-course-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.ph-course-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 15px;
	margin-bottom: 15px;
}

.ph-course-card__meta span {
	color: #087d6d;
	font-size: 11px;
	font-weight: 750;
	text-transform: uppercase;
}

.ph-course-card h3 {
	font-size: 20px;
	line-height: 1.35;
	margin-bottom: 13px;
}

.ph-course-card h3 a {
	color: var(--ph-navy);
}

.ph-course-card h3 a:hover {
	color: #087d6d;
}

.ph-course-card p {
	color: var(--ph-muted);
	font-size: 14px;
	line-height: 1.65;
	margin-bottom: 24px;
}

.ph-course-card__footer {
	align-items: center;
	border-top: 1px solid var(--ph-border);
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 18px;
}

.ph-course-card__footer strong {
	color: var(--ph-navy);
	font-size: 17px;
}

.ph-course-card__footer a {
	color: #087d6d;
	font-size: 13px;
	font-weight: 750;
}

.ph-certification {
	background: var(--ph-white);
}

.ph-certification__grid {
	align-items: center;
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
}

.ph-certification__content > p {
	margin-bottom: 28px;
	max-width: 680px;
}

.ph-certification__facts {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 30px;
	max-width: 610px;
}

.ph-certification__facts span {
	background: var(--ph-light);
	color: var(--ph-text);
	font-size: 14px;
	font-weight: 650;
	padding: 15px 18px;
}

.ph-certification__facts strong {
	color: #087d6d;
	font-size: 19px;
	margin-right: 4px;
}

.ph-certification__badge {
	align-items: center;
	aspect-ratio: 1;
	background: var(--ph-navy);
	border: 12px solid #e8f1f7;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 390px;
	padding: 38px;
	width: 100%;
}

.ph-certification__badge-inner {
	align-items: center;
	border: 1px solid rgba(0, 212, 170, 0.65);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.ph-certification__badge span,
.ph-certification__badge small {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.ph-certification__badge strong {
	color: var(--ph-green);
	font-size: 55px;
	line-height: 1;
	margin: 18px 0;
}

.ph-audience__grid {
	align-items: start;
	display: grid;
	gap: 80px;
	grid-template-columns: 1fr 1fr;
}

.ph-audience h2 {
	margin-bottom: 0;
}

.ph-audience__points ul {
	list-style: none;
	margin: 26px 0 0;
	padding: 0;
}

.ph-audience__points li {
	border-top: 1px solid var(--ph-border);
	color: var(--ph-text);
	font-size: 14px;
	font-weight: 650;
	padding: 15px 0 15px 24px;
	position: relative;
}

.ph-audience__points li::before {
	background: var(--ph-green);
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 21px;
	width: 8px;
}

.ph-knowledge {
	background: var(--ph-white);
}

.ph-knowledge__inner {
	align-items: center;
	display: flex;
	gap: 60px;
	justify-content: space-between;
}

.ph-knowledge__inner > div {
	max-width: 760px;
}

.ph-knowledge h2 {
	font-size: 35px;
}

.ph-final-cta {
	background: var(--ph-navy);
	color: var(--ph-white);
	padding: 76px 0;
}

.ph-final-cta__inner {
	align-items: center;
	display: flex;
	gap: 60px;
	justify-content: space-between;
}

.ph-final-cta__inner > div:first-child {
	max-width: 690px;
}

.ph-final-cta h2 {
	color: var(--ph-white);
	font-size: 40px;
}

.ph-final-cta p {
	color: rgba(255, 255, 255, 0.7);
}

.ph-final-cta .ph-actions {
	flex-shrink: 0;
}

.ph-footer {
	background: var(--ph-navy-deep);
	color: rgba(255, 255, 255, 0.72);
	padding: 72px 0 26px;
}

.ph-footer__grid {
	display: grid;
	gap: 48px;
	grid-template-columns: 2fr 1fr 1fr 1.2fr;
}

.ph-footer__brand {
	color: var(--ph-white);
	display: inline-block;
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 18px;
}

.ph-footer__brand--logo img {
	display: block;
	height: auto;
	max-height: 44px;
	max-width: 220px;
	object-fit: contain;
	width: auto;
}

.ph-footer__about p {
	font-size: 14px;
	line-height: 1.75;
	margin-bottom: 0;
	max-width: 420px;
}

.ph-footer h2 {
	color: var(--ph-white);
	font-size: 14px;
	font-weight: 750;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.ph-footer__grid > div:not(.ph-footer__about) {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.ph-footer a,
.ph-footer span {
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
}

.ph-footer a:hover {
	color: var(--ph-green);
}

.ph-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	justify-content: space-between;
	margin-top: 52px;
	padding-top: 23px;
}

.ph-paths {
	background: #f5f8fb;
}

.ph-paths__grid,
.ph-testimonials__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ph-paths__grid article,
.ph-testimonials__grid article {
	background: #fff;
	border: 1px solid #dfe9f0;
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(15, 38, 58, 0.08);
	padding: 28px;
}

.ph-paths__grid span {
	color: #087d6d;
	font-size: 13px;
	font-weight: 850;
}

.ph-paths__grid h3,
.ph-testimonials__grid h3 {
	color: var(--ph-navy);
	font-size: 23px;
	line-height: 1.18;
	margin: 12px 0;
}

.ph-paths__grid p,
.ph-testimonials__grid p {
	color: var(--ph-muted);
	line-height: 1.7;
	margin: 0;
}

.ph-labs-home {
	background: var(--ph-navy);
	color: #fff;
}

.ph-labs-home__grid,
.ph-trionyx-home__grid {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
}

.ph-labs-home h2,
.ph-trionyx-home h2 {
	color: inherit;
	font-size: clamp(34px, 4vw, 50px);
	line-height: 1.08;
	margin-bottom: 18px;
}

.ph-labs-home p,
.ph-trionyx-home p {
	color: rgba(255, 255, 255, 0.76);
	font-size: 17px;
	line-height: 1.75;
	margin-bottom: 26px;
}

.ph-labs-home__panel {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	display: grid;
	gap: 10px;
	padding: 24px;
}

.ph-labs-home__panel span {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	color: #dcefff;
	font-weight: 800;
	padding: 14px 16px;
}

.ph-trionyx-home {
	background: #071525;
	color: #fff;
}

.ph-trionyx-home__grid {
	border: 1px solid rgba(32, 211, 210, 0.22);
	border-radius: 8px;
	padding: 36px;
}

.ph-testimonials {
	background: #f5f8fb;
}

.ph-testimonials__grid article {
	min-height: 210px;
}

.ph-testimonials__grid strong {
	color: var(--ph-navy);
	display: block;
	margin-top: 22px;
}

@media (max-width: 1024px) {
	.ph-hero,
	.ph-hero__inner {
		min-height: 620px;
	}

	.ph-hero h1 {
		font-size: 56px;
	}

	.ph-feature-grid,
	.ph-ecosystem__grid,
	.ph-paths__grid,
	.ph-testimonials__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ph-course-grid {
		gap: 16px;
	}

	.ph-certification__grid,
	.ph-audience__grid {
		gap: 45px;
	}

	.ph-footer__grid {
		grid-template-columns: 2fr 1fr 1fr;
	}

	.ph-footer__grid > div:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	body.home #header .header_default {
		padding: 9px 0;
	}

	body.home #header .logo-unit img {
		height: 44px;
		max-height: 44px;
	}

	.ph-shell {
		padding-left: 20px;
		padding-right: 20px;
	}

	.ph-hero {
		background-position: 36% center;
		min-height: 590px;
	}

	.ph-hero__inner {
		align-items: flex-end;
		min-height: 590px;
		padding-bottom: 58px;
		padding-top: 70px;
	}

	.ph-hero h1 {
		font-size: 39px;
		line-height: 1.08;
	}

	.ph-hero__headline {
		font-size: 25px;
	}

	.ph-hero__description {
		font-size: 16px;
		line-height: 1.65;
	}

	.ph-hero__signals {
		gap: 10px 18px;
		margin-top: 32px;
	}

	.ph-metrics__grid {
		grid-template-columns: repeat(2, 1fr);
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.ph-metric,
	.ph-metric:first-child {
		border-bottom: 1px solid var(--ph-border);
		padding: 18px 12px;
	}

	.ph-metric:nth-child(2) {
		border-right: 0;
	}

	.ph-metric:nth-child(3),
	.ph-metric:nth-child(4) {
		border-bottom: 0;
	}

	.ph-section {
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.ph-section-heading h2,
	.ph-certification h2,
	.ph-audience h2,
	.ph-final-cta h2 {
		font-size: 34px;
	}

	.ph-feature-grid,
	.ph-ecosystem__grid,
	.ph-course-grid,
	.ph-certification__grid,
	.ph-audience__grid,
	.ph-paths__grid,
	.ph-testimonials__grid,
	.ph-labs-home__grid,
	.ph-trionyx-home__grid {
		grid-template-columns: 1fr;
	}

	.ph-feature {
		min-height: 0;
	}

	.ph-section-heading--row,
	.ph-knowledge__inner,
	.ph-final-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.ph-flow {
		align-items: start;
		grid-template-columns: 1fr;
		gap: 0;
	}

	.ph-flow span {
		border-left: 1px solid rgba(0, 212, 170, 0.5);
		padding: 10px 0 10px 20px;
	}

	.ph-flow i {
		display: none;
	}

	.ph-certification__grid {
		gap: 50px;
	}

	.ph-certification__badge {
		max-width: 340px;
	}

	.ph-knowledge h2 {
		font-size: 30px;
	}

	.ph-final-cta .ph-actions {
		width: 100%;
	}

	.ph-footer__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ph-footer__about {
		grid-column: 1 / -1;
	}

	.ph-footer__grid > div:last-child {
		grid-column: auto;
	}
}

@media (max-width: 480px) {
	.ph-actions,
	.ph-actions .ph-button {
		width: 100%;
	}

	.ph-hero h1 {
		font-size: 35px;
	}

	.ph-metric strong {
		font-size: 25px;
	}

	.ph-certification__facts,
	.ph-footer__grid {
		grid-template-columns: 1fr;
	}

	.ph-footer__brand--logo img {
		max-height: 36px;
	}

	.ph-footer__about,
	.ph-footer__grid > div:last-child {
		grid-column: auto;
	}

	.ph-footer__bottom {
		flex-direction: column;
		gap: 8px;
	}
}
