.mhlh {
	--mhlh-navy: #082b48;
	--mhlh-blue: #0f75bc;
	--mhlh-blue-dark: #07558d;
	--mhlh-yellow: #f8cf2c;
	--mhlh-ink: #14283b;
	--mhlh-muted: #607386;
	--mhlh-line: #dce6ee;
	--mhlh-soft: #f5f9fc;
	--mhlh-white: #fff;
	--mhlh-green: #2b9b62;
	--mhlh-orange: #ec7f23;
	--mhlh-purple: #6d44b8;
	color: var(--mhlh-ink);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.85;
	text-align: right;
}

.mhlh *, .mhlh *::before, .mhlh *::after { box-sizing: border-box; }
.mhlh-hub, .mhlh-org-page { max-width: 1240px; margin: 28px auto 70px; padding: 0 18px; }
.mhlh h1, .mhlh h2, .mhlh h3, .mhlh h4, .mhlh p { margin-top: 0; }
.mhlh h1, .mhlh h2, .mhlh h3, .mhlh h4 { color: var(--mhlh-navy); font-weight: 800; line-height: 1.45; }
.mhlh h1 { font-size: clamp(2rem, 4.5vw, 3.75rem); letter-spacing: -.045em; }
.mhlh h2 { font-size: clamp(1.65rem, 3vw, 2.45rem); letter-spacing: -.03em; }
.mhlh h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
.mhlh p { color: var(--mhlh-muted); }
.mhlh a { text-decoration: none; }
.mhlh :focus-visible { outline: 3px solid rgba(15, 117, 188, .28); outline-offset: 3px; }
.mhlh-icon { width: 24px; height: 24px; display: inline-block; flex: 0 0 auto; vertical-align: middle; }
.mhlh-eyebrow { display: inline-flex; align-items: center; color: var(--mhlh-blue); font-size: .84rem; font-weight: 800; letter-spacing: .01em; margin-bottom: 8px; }
.mhlh-eyebrow::before { content: ""; width: 20px; height: 3px; border-radius: 10px; background: var(--mhlh-yellow); margin-left: 8px; }

.mhlh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 24px;
	border: 1px solid var(--mhlh-blue);
	border-radius: 13px;
	background: var(--mhlh-blue);
	color: #fff !important;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 8px 22px rgba(15, 117, 188, .18);
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.mhlh-button:hover { background: var(--mhlh-blue-dark); transform: translateY(-1px); box-shadow: 0 12px 28px rgba(15, 117, 188, .22); }
.mhlh-button--ghost { color: var(--mhlh-navy) !important; background: #fff; border-color: var(--mhlh-line); box-shadow: none; }
.mhlh-button--ghost:hover { color: var(--mhlh-blue) !important; background: var(--mhlh-soft); }
.mhlh-button--yellow { color: var(--mhlh-navy) !important; background: var(--mhlh-yellow); border-color: var(--mhlh-yellow); box-shadow: 0 8px 22px rgba(248, 207, 44, .2); }
.mhlh-button--yellow:hover { background: #ffd94d; }
.mhlh-button--small { min-height: 40px; padding: 7px 16px; font-size: .9rem; border-radius: 10px; }
.mhlh-link-button { border: 0; background: transparent; color: var(--mhlh-blue); font: inherit; font-weight: 700; padding: 6px 2px; cursor: pointer; }
.mhlh-text-link { display: inline-flex; color: var(--mhlh-blue) !important; font-weight: 800; margin-top: 8px; }
.mhlh-text-link::after { content: "←"; margin-right: 6px; }

.mhlh-hero {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	gap: 30px;
	align-items: center;
	min-height: 590px;
	padding: clamp(36px, 6vw, 76px);
	border: 1px solid #d9e8f3;
	border-radius: 32px;
	background: radial-gradient(circle at 74% 18%, rgba(248, 207, 44, .17), transparent 22%), linear-gradient(135deg, #fff 0%, #f7fbff 52%, #e9f5fd 100%);
	box-shadow: 0 22px 65px rgba(8, 43, 72, .09);
}
.mhlh-hero::before { content: ""; position: absolute; inset: auto -70px -110px auto; width: 330px; height: 330px; border-radius: 50%; background: rgba(15, 117, 188, .05); }
.mhlh-hero__content { position: relative; z-index: 2; }
.mhlh-hero h1 { margin-bottom: 18px; max-width: 700px; }
.mhlh-hero h1 em { color: var(--mhlh-blue); font-style: normal; position: relative; white-space: nowrap; }
.mhlh-hero h1 em::after { content: ""; position: absolute; bottom: -3px; right: 0; width: 68%; height: 6px; border-radius: 8px; background: var(--mhlh-yellow); opacity: .9; }
.mhlh-hero__content > p { max-width: 670px; font-size: 1.08rem; margin-bottom: 26px; }
.mhlh-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; }
.mhlh-trustline { list-style: none; margin: 26px 0 0; padding: 20px 0 0; border-top: 1px solid var(--mhlh-line); display: flex; flex-wrap: wrap; gap: 10px 20px; }
.mhlh-trustline li { display: flex; align-items: center; gap: 7px; color: var(--mhlh-muted); font-size: .86rem; font-weight: 650; }
.mhlh-trustline .mhlh-icon { width: 19px; color: var(--mhlh-green); }
.mhlh-hero__visual { position: relative; min-height: 440px; }
.mhlh-orbit { position: absolute; border: 1px dashed rgba(15, 117, 188, .25); border-radius: 50%; }
.mhlh-orbit--one { width: 410px; height: 410px; inset: 15px 0 auto auto; }
.mhlh-orbit--two { width: 290px; height: 290px; inset: 75px 60px auto auto; border-style: solid; border-color: rgba(15, 117, 188, .1); }
.mhlh-hero-mark { position: absolute; inset: 126px 92px auto auto; width: 220px; height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-align: center; border-radius: 40% 60% 55% 45% / 48% 42% 58% 52%; background: linear-gradient(145deg, var(--mhlh-navy), var(--mhlh-blue)); color: #fff; box-shadow: 0 25px 55px rgba(8, 43, 72, .28); }
.mhlh-hero-mark .mhlh-icon { width: 45px; height: 45px; color: var(--mhlh-yellow); }
.mhlh-hero-mark span { color: rgba(255,255,255,.78); line-height: 1.55; }
.mhlh-hero-mark strong { color: #fff; font-size: 1.1rem; }
.mhlh-hero-card { position: absolute; z-index: 2; min-width: 135px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.8); border-radius: 15px; background: rgba(255,255,255,.9); box-shadow: 0 12px 34px rgba(8,43,72,.13); backdrop-filter: blur(10px); }
.mhlh-hero-card b, .mhlh-hero-card span { display: block; }
.mhlh-hero-card b { color: var(--mhlh-navy); }
.mhlh-hero-card span { color: var(--mhlh-muted); font-size: .78rem; }
.mhlh-hero-card--top { top: 38px; left: 22px; border-right: 4px solid var(--mhlh-green); }
.mhlh-hero-card--middle { top: 190px; right: -16px; border-right: 4px solid var(--mhlh-blue); }
.mhlh-hero-card--bottom { bottom: 25px; left: 8px; border-right: 4px solid var(--mhlh-orange); }

.mhlh-section { margin-top: clamp(54px, 8vw, 90px); scroll-margin-top: 30px; }
.mhlh-section__head { max-width: 760px; margin: 0 auto 30px; text-align: center; }
.mhlh-section__head .mhlh-eyebrow { justify-content: center; }
.mhlh-section__head h2 { margin-bottom: 10px; }
.mhlh-section__head p { margin-bottom: 0; }

.mhlh-finder {
	position: relative;
	display: grid;
	grid-template-columns: minmax(250px, .72fr) minmax(0, 1.5fr);
	gap: 0;
	border: 1px solid #d8e5ef;
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 20px 55px rgba(8, 43, 72, .09);
	overflow: hidden;
}
.mhlh-finder__intro { padding: 42px 34px; background: linear-gradient(145deg, var(--mhlh-navy), #0b436d); color: #fff; display: flex; flex-direction: column; align-items: flex-start; }
.mhlh-finder__intro .mhlh-eyebrow { color: var(--mhlh-yellow); }
.mhlh-finder__intro .mhlh-eyebrow::before { background: #fff; }
.mhlh-finder__intro h2 { color: #fff; margin-bottom: 10px; }
.mhlh-finder__intro p { color: rgba(255,255,255,.74); margin: 0; }
.mhlh-finder__icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 26px; border-radius: 19px; background: rgba(255,255,255,.1); color: var(--mhlh-yellow); }
.mhlh-finder__icon .mhlh-icon { width: 34px; height: 34px; }
.mhlh-finder__shell { min-height: 350px; padding: 26px clamp(22px, 3.5vw, 46px) 20px; display: flex; flex-direction: column; }
.mhlh-progress { width: 100%; height: 6px; border-radius: 8px; overflow: hidden; background: #edf3f7; }
.mhlh-progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--mhlh-yellow), var(--mhlh-blue)); transition: width .3s ease; }
.mhlh-finder__stage { flex: 1; display: grid; align-items: center; padding: 20px 0 10px; }
.mhlh-finder__nav { min-height: 28px; display: flex; align-items: center; justify-content: space-between; color: var(--mhlh-muted); font-size: .84rem; }
.mhlh-welcome { text-align: center; }
.mhlh-welcome__points { display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }
.mhlh-welcome__points > span { display: grid; place-items: center; width: 39px; height: 39px; flex: 0 0 auto; border-radius: 50%; background: #e9f5fd; color: var(--mhlh-blue); font-weight: 900; }
.mhlh-welcome__points > p { margin: 0 10px; text-align: right; line-height: 1.45; }
.mhlh-welcome__points b, .mhlh-welcome__points small { display: block; }
.mhlh-welcome__points b { color: var(--mhlh-navy); font-size: .9rem; }
.mhlh-welcome__points small { color: var(--mhlh-muted); font-size: .7rem; }
.mhlh-welcome__points > i { display: block; width: 32px; border-top: 1px dashed #b8cbd8; }
.mhlh-question { position: relative; }
.mhlh-question__number { position: absolute; left: 0; top: -12px; font-size: 2.8rem; line-height: 1; font-weight: 900; color: #e8f0f5; }
.mhlh-question h3 { padding-left: 55px; margin-bottom: 22px; }
.mhlh-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.mhlh-option { min-height: 58px; padding: 10px 16px; border: 1px solid var(--mhlh-line); border-radius: 13px; background: #fff; color: var(--mhlh-ink); font: inherit; font-weight: 700; text-align: right; cursor: pointer; transition: border .15s, background .15s, transform .15s; }
.mhlh-option:hover { border-color: var(--mhlh-blue); background: #f5fbff; transform: translateY(-1px); }
.mhlh-option.is-selected { border-color: var(--mhlh-blue); background: #eaf6fd; box-shadow: inset -4px 0 var(--mhlh-blue); }
.mhlh-loader { text-align: center; }
.mhlh-loader__ring { display: inline-block; width: 56px; height: 56px; margin-bottom: 16px; border: 5px solid #e2edf4; border-top-color: var(--mhlh-blue); border-radius: 50%; animation: mhlh-spin .85s linear infinite; }
.mhlh-loader h3 { margin-bottom: 5px; }
.mhlh-loader p { margin: 0; }
@keyframes mhlh-spin { to { transform: rotate(360deg); } }
.mhlh-alert { padding: 14px 17px; border: 1px solid #d8e8f3; border-radius: 12px; background: #f4faff; color: var(--mhlh-navy); }
.mhlh-alert--error { border-color: #f0c5c5; background: #fff7f7; }
.mhlh-alert--error h3 { color: #9d2e2e; }

.mhlh-gate { text-align: center; }
.mhlh-result-badge { display: inline-flex; padding: 4px 11px; border-radius: 20px; background: #e7f5ed; color: #1f7a4d; font-size: .76rem; font-weight: 800; }
.mhlh-gate h3 { margin: 12px 0 8px; }
.mhlh-level-pill { display: inline-flex; width: max-content; padding: 4px 10px; border-radius: 20px; background: #e9f5fd; color: var(--mhlh-blue-dark); font-size: .74rem; font-weight: 800; }
.mhlh-gate__bio { max-width: 700px; margin: 14px auto 20px; }
.mhlh-gate__lock { max-width: 680px; margin: 0 auto; padding: 20px; border: 1px dashed #b8cbd8; border-radius: 16px; background: var(--mhlh-soft); }
.mhlh-gate__lock b { display: block; color: var(--mhlh-navy); font-size: 1.05rem; }
.mhlh-gate__lock p { margin: 5px 0 15px; }
.mhlh-gate__lock small { display: block; margin-top: 9px; color: var(--mhlh-muted); }

.mhlh-result { width: 100%; }
.mhlh-result__head { text-align: center; margin-bottom: 20px; }
.mhlh-result__head h3 { margin: 10px 0 6px; }
.mhlh-result__head p { max-width: 730px; margin: 0 auto; }
.mhlh-result__why, .mhlh-action-plan { padding: 16px 18px; border-radius: 13px; background: var(--mhlh-soft); margin-bottom: 15px; }
.mhlh-result__why h4, .mhlh-action-plan h4 { margin-bottom: 5px; font-size: 1rem; }
.mhlh-result__why p { margin: 0; }
.mhlh-action-plan ol { margin: 4px 0 0; padding-right: 22px; color: var(--mhlh-muted); }
.mhlh-result-course { overflow: hidden; display: flex; min-width: 0; border: 1px solid var(--mhlh-line); border-radius: 16px; background: #fff; }
.mhlh-result-course.is-primary { border-color: #b8d9ed; box-shadow: 0 12px 34px rgba(15,117,188,.1); }
.mhlh-result-course img { width: 180px; min-height: 180px; object-fit: cover; }
.mhlh-result-course__body { padding: 18px; flex: 1; }
.mhlh-result-course__body > small { display: block; color: var(--mhlh-blue); font-weight: 800; }
.mhlh-result-course__body h4 { margin: 3px 0 8px; }
.mhlh-result-course__body p { margin: 9px 0; font-size: .86rem; line-height: 1.7; }
.mhlh-result-course__price { display: block; color: var(--mhlh-navy); margin-bottom: 8px; }
.mhlh-result__more { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.mhlh-result__more .mhlh-result-course { display: block; }
.mhlh-result__more .mhlh-result-course img { width: 100%; height: 110px; min-height: 0; }
.mhlh-result__more .mhlh-result-course__body { padding: 13px; }
.mhlh-result__more h4 { font-size: .92rem; }
.mhlh-result__more p, .mhlh-result__more .mhlh-result-course__price { display: none; }
.mhlh-coupon { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 20px; align-items: center; margin-top: 17px; padding: 20px; border: 1px solid #ecd16a; border-radius: 16px; background: linear-gradient(135deg, #fffdf4, #fff7cf); }
.mhlh-coupon h4 { margin: 7px 0 3px; }
.mhlh-coupon p { margin: 0; }
.mhlh-coupon__countdown { display: block; color: #b15312; margin-top: 6px; }
.mhlh-coupon__code { display: grid; gap: 7px; justify-items: center; }
.mhlh-coupon__code code { min-width: 160px; padding: 9px 14px; border: 1px dashed #d7a90f; border-radius: 10px; background: #fff; color: var(--mhlh-navy); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 1.18rem; font-weight: 900; letter-spacing: .08em; text-align: center; direction: ltr; }
.mhlh-result__profile-note { margin: 14px 0 0; font-size: .8rem; }

.mhlh-roadmap { display: grid; gap: 15px; }
.mhlh-roadmap__row { --row-color: var(--mhlh-green); --row-soft: #effaf4; display: grid; grid-template-columns: 210px minmax(0, 1fr); overflow: hidden; border: 1px solid #dce6ee; border-color: color-mix(in srgb, var(--row-color) 24%, #dce6ee); border-radius: 20px; background: #fff; }
.mhlh-roadmap__row--professional { --row-color: var(--mhlh-blue); --row-soft: #edf7fd; }
.mhlh-roadmap__row--specialized { --row-color: var(--mhlh-orange); --row-soft: #fff5eb; }
.mhlh-roadmap__row--comprehensive { --row-color: var(--mhlh-purple); --row-soft: #f5f0fd; }
.mhlh-roadmap__label { position: relative; display: flex; gap: 13px; align-items: flex-start; padding: 25px 20px; background: var(--row-soft); border-left: 1px solid color-mix(in srgb, var(--row-color) 20%, #fff); }
.mhlh-roadmap__label::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 5px; background: var(--row-color); }
.mhlh-roadmap__label > .mhlh-icon { width: 37px; height: 37px; padding: 7px; border-radius: 12px; background: #fff; color: var(--row-color); box-shadow: 0 7px 18px rgba(8,43,72,.08); }
.mhlh-roadmap__label span { color: var(--row-color); font-size: .7rem; font-weight: 800; }
.mhlh-roadmap__label h3 { color: var(--row-color); margin: 0 0 5px; }
.mhlh-roadmap__label p { margin: 0; font-size: .76rem; line-height: 1.65; }
/* 1.2.2: keep roadmap course cards compact and visually identical on desktop.
   Sparse levels must not stretch one or two cards to fill the whole row. */
.mhlh-course-track { display: grid; grid-template-columns: repeat(auto-fill, 175px); justify-content: start; align-items: start; gap: 10px; overflow: visible; padding: 14px; }
.mhlh-course-card { overflow: hidden; border: 1px solid #e0e7ec; border-radius: 14px; background: #fff; transition: transform .18s, box-shadow .18s; }
.mhlh-course-card:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(8,43,72,.1); }
.mhlh-course-card a { display: block; color: inherit; }
.mhlh-course-card__image { position: relative; height: 130px; display: grid; place-items: center; overflow: hidden; background: var(--row-soft); color: var(--row-color); }
.mhlh-course-card__image img { width: 100%; height: 100%; object-fit: cover; }
.mhlh-course-card__image > span .mhlh-icon { width: 42px; height: 42px; }
.mhlh-course-card__image b { position: absolute; left: 7px; top: 7px; padding: 3px 7px; border-radius: 7px; background: var(--mhlh-yellow); color: var(--mhlh-navy); font-size: .66rem; }
.mhlh-course-card.is-coming { opacity: .78; }
.mhlh-course-card__body { padding: 10px 12px 13px; }
.mhlh-course-card__body small { color: var(--row-color); font-size: .66rem; font-weight: 800; }
.mhlh-course-card__body h4 { margin: 2px 0 0; font-size: .86rem; line-height: 1.65; }
.mhlh-course-card__badges { display:flex; flex-wrap:wrap; gap:4px; margin-top:8px; }
.mhlh-course-card__badges span { padding:2px 7px; border-radius:999px; background:var(--row-soft); color:var(--row-color); font-size:.62rem; font-weight:750; }
.mhlh-product-note { margin:16px 0; padding:14px 16px; border:1px solid #dbe7f0; border-right:4px solid var(--mhlh-blue); border-radius:12px; background:#f7fbfe; color:var(--mhlh-ink); }
.mhlh-product-note strong { display:block; color:var(--mhlh-navy); margin-bottom:5px; }
.mhlh-product-note p { margin:0; line-height:1.9; }
.mhlh-roadmap__empty { display: grid; place-items: center; min-width: 260px; color: var(--mhlh-muted); }

.mhlh-benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.mhlh-benefit { display: flex; gap: 14px; padding: 20px; border: 1px solid var(--mhlh-line); border-radius: 16px; background: #fff; }
.mhlh-benefit > .mhlh-icon { width: 43px; height: 43px; padding: 9px; border-radius: 13px; background: #eaf6fd; color: var(--mhlh-blue); }
.mhlh-benefit:nth-child(3n+2) > .mhlh-icon { background: #fff7d7; color: #ae7b00; }
.mhlh-benefit h3 { margin: 0 0 3px; font-size: 1rem; }
.mhlh-benefit p { margin: 0; font-size: .8rem; line-height: 1.65; }

.mhlh-org-cta { display: grid; grid-template-columns: 1fr .9fr; gap: 30px; align-items: center; overflow: hidden; padding: clamp(28px, 5vw, 52px); border-radius: 25px; background: linear-gradient(135deg, var(--mhlh-navy), #07558d); color: #fff; box-shadow: 0 18px 45px rgba(8,43,72,.18); }
.mhlh-org-cta h2 { color: #fff; margin-bottom: 8px; }
.mhlh-org-cta p { color: rgba(255,255,255,.72); }
.mhlh-org-cta .mhlh-eyebrow { color: var(--mhlh-yellow); }
.mhlh-org-cta .mhlh-eyebrow::before { background: #fff; }
.mhlh-org-cta__content small { display: block; margin-top: 8px; color: #fff; }
.mhlh-org-cta__features { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mhlh-org-cta__features span { display: flex; gap: 8px; align-items: center; padding: 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(255,255,255,.07); font-size: .83rem; font-weight: 700; }
.mhlh-org-cta__features .mhlh-icon { color: var(--mhlh-yellow); }
.mhlh-faq__list { max-width: 900px; margin: 0 auto; display: grid; gap: 9px; }
.mhlh-faq details { border: 1px solid var(--mhlh-line); border-radius: 13px; background: #fff; padding: 0 18px; }
.mhlh-faq summary { position: relative; padding: 16px 0 16px 30px; cursor: pointer; color: var(--mhlh-navy); font-weight: 800; list-style: none; }
.mhlh-faq summary::-webkit-details-marker { display: none; }
.mhlh-faq summary::after { content: "+"; position: absolute; left: 0; top: 13px; color: var(--mhlh-blue); font-size: 1.35rem; }
.mhlh-faq details[open] summary::after { content: "−"; }
.mhlh-faq details p { border-top: 1px solid #edf2f5; margin: 0; padding: 12px 0 17px; }

.mhlh-profile { padding: 24px; border: 1px solid var(--mhlh-line); border-radius: 18px; background: #fff; }
.mhlh-profile__head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.mhlh-profile__head h3 { margin: 2px 0 5px; }
.mhlh-profile__head p { margin: 0; }
.mhlh-timeline { list-style: none; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(150px, 1fr); margin: 28px 0 18px; padding: 0; }
.mhlh-timeline__item { position: relative; display: flex; gap: 9px; align-items: flex-start; padding-left: 15px; }
.mhlh-timeline__item::after { content: ""; position: absolute; top: 15px; left: 0; right: 30px; height: 2px; background: #dfe8ee; z-index: 0; }
.mhlh-timeline__mark { position: relative; z-index: 1; display: grid; place-items: center; width: 31px; height: 31px; flex: 0 0 auto; border-radius: 50%; border: 2px solid #bbcbd6; background: #fff; color: #718596; font-size: .75rem; }
.mhlh-timeline__item.is-bought .mhlh-timeline__mark { border-color: var(--mhlh-green); background: var(--mhlh-green); color: #fff; }
.mhlh-timeline__item.is-current .mhlh-timeline__mark { border-color: var(--mhlh-blue); color: var(--mhlh-blue); }
.mhlh-timeline__item small { display: block; color: var(--mhlh-muted); font-size: .7rem; }
.mhlh-timeline__item a { position: relative; z-index: 1; display: block; color: var(--mhlh-navy); font-weight: 800; font-size: .82rem; line-height: 1.55; }
.mhlh-profile__note { margin: 0; font-size: .75rem; }
.mhlh-profile__history { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--mhlh-line); }
.mhlh-profile__history summary { color: var(--mhlh-blue); cursor: pointer; font-weight: 700; }
.mhlh-profile-empty { padding: 30px; border: 1px dashed #c5d6e1; border-radius: 16px; background: var(--mhlh-soft); text-align: center; }

.mhlh-org-hero { display: grid; grid-template-columns: 1.25fr .75fr; gap: 30px; align-items: center; padding: clamp(34px,6vw,70px); border-radius: 28px; background: linear-gradient(135deg,#fff,#eaf6fd); border: 1px solid #d9e8f2; }
.mhlh-org-hero h1 { margin-bottom: 12px; }
.mhlh-org-hero__mark { justify-self: center; display: grid; place-items: center; width: 220px; height: 220px; padding: 20px; border-radius: 50%; background: var(--mhlh-navy); color: #fff; text-align: center; box-shadow: 0 20px 45px rgba(8,43,72,.22); }
.mhlh-org-hero__mark .mhlh-icon { width: 55px; height: 55px; color: var(--mhlh-yellow); }
.mhlh-org-services { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.mhlh-org-services article { padding: 22px; border: 1px solid var(--mhlh-line); border-radius: 16px; background: #fff; }
.mhlh-org-services .mhlh-icon { width: 40px; height: 40px; padding: 8px; border-radius: 11px; background: #eaf6fd; color: var(--mhlh-blue); }
.mhlh-org-services h3 { margin: 12px 0 5px; font-size: 1rem; }
.mhlh-org-services p { margin: 0; font-size: .8rem; }
.mhlh-org-form { display: grid; grid-template-columns: .7fr 1.3fr; gap: 25px; padding: clamp(24px,4vw,42px); border-radius: 22px; background: var(--mhlh-soft); }
.mhlh-org-form__body { padding: 20px; border: 1px solid var(--mhlh-line); border-radius: 16px; background: #fff; }
.mhlh-org-form .gform_wrapper input:not([type=submit]), .mhlh-org-form .gform_wrapper select, .mhlh-org-form .gform_wrapper textarea { border: 1px solid #cbd9e2; border-radius: 9px; padding: 10px; }

@media (max-width: 1000px) {
	.mhlh-hero { grid-template-columns: 1fr; min-height: 0; }
	.mhlh-hero__visual { max-width: 500px; width: 100%; margin: 0 auto; }
	.mhlh-finder { grid-template-columns: 1fr; }
	.mhlh-finder__intro { flex-direction: row; align-items: center; gap: 18px; padding: 25px 28px; }
	.mhlh-finder__icon { margin: 0; flex: 0 0 auto; }
	.mhlh-roadmap__row { grid-template-columns: 180px minmax(0,1fr); }
	.mhlh-benefit-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.mhlh-org-cta { grid-template-columns: 1fr; }
	.mhlh-org-services { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 720px) {
	.mhlh { font-size: 15px; }
	.mhlh-hub, .mhlh-org-page { padding: 0 11px; margin-top: 12px; }
	.mhlh-hero { padding: 30px 22px; border-radius: 22px; }
	.mhlh-hero__visual { min-height: 340px; transform: scale(.92); margin: -20px auto; }
	.mhlh-orbit--one { width: 330px; height: 330px; }
	.mhlh-orbit--two { width: 230px; height: 230px; }
	.mhlh-hero-mark { inset: 86px 63px auto auto; width: 190px; height: 165px; }
	.mhlh-hero-card--middle { right: -5px; top: 145px; }
	.mhlh-section { margin-top: 50px; }
	.mhlh-finder { border-radius: 19px; }
	.mhlh-finder__shell { min-height: 380px; padding: 20px 18px 14px; }
	.mhlh-finder__stage { padding: 18px 0 8px; }
	.mhlh-welcome__points { display: grid; grid-template-columns: 39px 1fr; gap: 8px 10px; text-align: right; }
	.mhlh-welcome__points > i { display: none; }
	.mhlh-welcome__points > p { margin: 0; }
	.mhlh-options { grid-template-columns: 1fr; }
	.mhlh-roadmap__row { grid-template-columns: 1fr; }
	.mhlh-roadmap__label { border-left: 0; border-bottom: 1px solid color-mix(in srgb,var(--row-color) 20%,#fff); padding: 16px 18px; }
	.mhlh-course-track { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(160px,45vw); overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: var(--row-color) #edf2f6; }
	.mhlh-benefit-grid, .mhlh-org-cta__features, .mhlh-org-services { grid-template-columns: 1fr; }
	.mhlh-org-cta { padding: 27px 22px; border-radius: 19px; }
	.mhlh-result-course { display: block; }
	.mhlh-result-course img { width: 100%; height: 170px; min-height: 0; }
	.mhlh-result__more { grid-template-columns: 1fr; }
	.mhlh-result__more .mhlh-result-course { display: grid; grid-template-columns: 105px 1fr; }
	.mhlh-result__more .mhlh-result-course img { height: 100%; min-height: 115px; }
	.mhlh-coupon { grid-template-columns: 1fr; }
	.mhlh-coupon__code { justify-items: stretch; }
	.mhlh-timeline { grid-auto-flow: row; grid-template-columns: 1fr; gap: 0; }
	.mhlh-timeline__item { min-height: 70px; padding: 0 0 18px; }
	.mhlh-timeline__item::after { top: 30px; right: 15px; left: auto; bottom: 0; width: 2px; height: auto; }
	.mhlh-profile__head { display: block; }
	.mhlh-profile__head .mhlh-level-pill { margin-top: 10px; }
	.mhlh-org-hero, .mhlh-org-form { grid-template-columns: 1fr; }
	.mhlh-org-hero__mark { width: 180px; height: 180px; }
}

@media (max-width: 440px) {
	.mhlh-hero__visual { display: none; }
	.mhlh-hero__actions .mhlh-button { width: 100%; }
	.mhlh-finder__intro { align-items: flex-start; }
	.mhlh-finder__icon { width: 48px; height: 48px; }
	.mhlh-course-track { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 68vw; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
	.mhlh *, .mhlh *::before, .mhlh *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* 1.1: consistent square course artwork. */
.mhlh-course-card__image { height: auto; aspect-ratio: 1 / 1; }
.woocommerce li.product.mhlh-course-product img.wp-post-image,
body.mhlh-course-product-page .woocommerce-product-gallery img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; }
.mhlh-result-course > img { width: 180px; height: 180px; min-height: 0; aspect-ratio: 1 / 1; object-fit: cover; flex: 0 0 180px; }
.mhlh-result__more .mhlh-result-course > img { width: 100%; height: auto; min-height: 0; aspect-ratio: 1 / 1; object-fit: cover; }

.mhlh-context-box { grid-template-columns: 1fr; }
.mhlh-context-input { display: block; width: 100%; min-height: 145px; resize: vertical; padding: 13px 14px; border: 1px solid var(--mhlh-line); border-radius: 13px; color: var(--mhlh-ink); background: #fff; font: inherit; line-height: 1.8; }
.mhlh-context-input:focus { border-color: var(--mhlh-blue); box-shadow: 0 0 0 3px rgba(15,117,188,.1); outline: 0; }
.mhlh-context-help { margin: 0; font-size: .75rem; line-height: 1.65; }
.mhlh-context-counter { color: var(--mhlh-muted); text-align: left; direction: ltr; }
.mhlh-context-actions { display: flex; justify-content: space-between; gap: 12px; align-items: center; }

/* Rich, user-controlled learning progress. */
.mhlh-profile__assessment { margin-top: 20px; padding: 18px; border: 1px solid var(--mhlh-line); border-radius: 15px; background: var(--mhlh-soft); }
.mhlh-profile__assessment h4 { margin-bottom: 12px; }
.mhlh-profile__answer-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; }
.mhlh-profile__answer-grid > span { padding: 9px 11px; border-radius: 10px; background: #fff; }
.mhlh-profile__answer-grid small, .mhlh-profile__answer-grid strong { display: block; }
.mhlh-profile__answer-grid small { color: var(--mhlh-muted); font-size: .68rem; }
.mhlh-profile__answer-grid strong { color: var(--mhlh-navy); font-size: .82rem; }
.mhlh-profile__assessment blockquote { margin: 14px 0 0; padding: 13px 15px; border-right: 4px solid var(--mhlh-blue); border-radius: 10px; background: #fff; color: var(--mhlh-ink); }
.mhlh-profile__why, .mhlh-profile__plan { margin-top: 14px; }
.mhlh-profile__why p { margin: 4px 0 0; }
.mhlh-profile__plan ol { margin: 5px 0 0; padding-right: 22px; color: var(--mhlh-muted); }
.mhlh-profile .mhlh-timeline { display: grid; grid-auto-flow: row; grid-template-columns: 1fr; gap: 12px; margin: 20px 0; }
.mhlh-profile .mhlh-timeline__item { min-width: 0; padding: 15px; border: 1px solid var(--mhlh-line); border-radius: 15px; background: #fff; }
.mhlh-profile .mhlh-timeline__item::after { display: none; }
.mhlh-timeline__content { width: 100%; min-width: 0; }
.mhlh-timeline__course { display: flex; align-items: center; gap: 12px; }
.mhlh-timeline__course img { width: 72px; height: 72px; flex: 0 0 72px; border-radius: 11px; aspect-ratio: 1 / 1; object-fit: cover; }
.mhlh-course-progress { margin-top: 13px; padding-top: 12px; border-top: 1px solid var(--mhlh-line); }
.mhlh-course-progress__head { display: flex; justify-content: space-between; gap: 12px; font-size: .78rem; }
.mhlh-course-progress__bar { height: 7px; margin: 7px 0 11px; overflow: hidden; border-radius: 8px; background: #e8eff3; }
.mhlh-course-progress__bar span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--mhlh-green),var(--mhlh-blue)); transition: width .25s ease; }
.mhlh-course-progress__checks { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px 12px; }
.mhlh-course-progress__checks label { display: flex; align-items: center; gap: 7px; color: var(--mhlh-ink); font-size: .75rem; cursor: pointer; }
.mhlh-course-progress__checks label.is-locked { color: #8b99a5; cursor: not-allowed; }
.mhlh-course-progress__checks input { width: 17px; height: 17px; accent-color: var(--mhlh-green); }
.mhlh-course-progress__status { min-height: 20px; margin: 7px 0 0; color: var(--mhlh-muted); font-size: .7rem; }

/* Coordinated order-received layout. */
.mhlh-thankyou { max-width: 1080px; margin: 28px auto 55px; display: grid; gap: 16px; }
.mhlh-thankyou__section { padding: clamp(20px,4vw,32px); border: 1px solid var(--mhlh-line); border-radius: 18px; background: #fff; box-shadow: 0 8px 28px rgba(8,43,72,.05); }
.mhlh-thankyou__section > h2, .mhlh-thankyou__section header h2 { margin-bottom: 7px; font-size: 1.35rem; }
.mhlh-thankyou__section header p, .mhlh-thankyou__support p, .mhlh-thankyou__player p { margin-bottom: 0; }
.mhlh-thankyou__support { display: flex; gap: 15px; align-items: flex-start; border-right: 5px solid var(--mhlh-yellow); }
.mhlh-thankyou__icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; border-radius: 12px; background: var(--mhlh-yellow); color: var(--mhlh-navy); font-weight: 900; }
.mhlh-thankyou__player { display: flex; justify-content: space-between; gap: 20px; align-items: center; background: linear-gradient(135deg,#f7fbfe,#fff); }
.mhlh-thankyou__actions { display: flex; flex-wrap: wrap; gap: 8px; flex: 0 0 auto; }
.mhlh-thankyou__products { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 16px; }
.mhlh-thankyou-product { display: grid; grid-template-columns: 110px minmax(0,1fr); gap: 13px; align-items: center; overflow: hidden; border: 1px solid var(--mhlh-line); border-radius: 14px; }
.mhlh-thankyou-product__image { width: 110px; aspect-ratio: 1 / 1; overflow: hidden; background: var(--mhlh-soft); }
.mhlh-thankyou-product__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.mhlh-thankyou-product h3 { margin: 0; padding-left: 12px; font-size: .95rem; }
.mhlh-thankyou-product .mhlh-text-link { font-size: .78rem; }
.woocommerce-order-received .spotplayer,
.woocommerce-order-received .spotplayer-license,
.woocommerce-order-received [id*="spotplayer_receipt"] { display: none !important; }

@media (max-width: 720px) {
	.mhlh-result-course > img, .mhlh-result__more .mhlh-result-course > img { width: 100%; height: auto; min-height: 0; aspect-ratio: 1 / 1; flex: none; }
	.mhlh-result__more .mhlh-result-course { display: block; }
	.mhlh-profile__answer-grid, .mhlh-course-progress__checks { grid-template-columns: 1fr; }
	.mhlh-profile .mhlh-timeline__item { min-height: 0; }
	.mhlh-thankyou__player { display: block; }
	.mhlh-thankyou__actions { margin-top: 15px; }
	.mhlh-thankyou__products { grid-template-columns: 1fr; }
}


/* 1.2.0: account-first finder and persistent journey dashboard. */
.mhlh-auth-gate { width: min(620px,100%); margin: auto; padding: 26px; border: 1px solid var(--mhlh-line); border-radius: 18px; background: linear-gradient(145deg,#fff,var(--mhlh-soft)); text-align: center; }
.mhlh-auth-gate h3 { margin: 10px 0 8px; color: var(--mhlh-navy); }
.mhlh-auth-gate p { margin: 0 auto 18px; max-width: 52ch; color: var(--mhlh-muted); }
.mhlh-auth-gate small { display: block; margin-top: 11px; color: var(--mhlh-muted); line-height: 1.7; }

.mhlh-profile-update { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-top: 18px; padding: 16px 18px; border: 1px solid #ead58a; border-right: 5px solid var(--mhlh-yellow); border-radius: 14px; background: #fffaf0; }
.mhlh-profile-update strong { color: var(--mhlh-navy); }
.mhlh-profile-update p { margin: 4px 0 0; color: var(--mhlh-muted); font-size: .82rem; line-height: 1.8; }

.mhlh-profile-status { display: grid; grid-template-columns: 1.25fr .7fr .7fr 1.25fr; gap: 9px; margin-top: 18px; }
.mhlh-profile-status > div { min-width: 0; padding: 13px 14px; border: 1px solid var(--mhlh-line); border-radius: 13px; background: #fff; box-shadow: 0 5px 18px rgba(8,43,72,.035); }
.mhlh-profile-status small, .mhlh-profile-status strong { display: block; }
.mhlh-profile-status small { margin-bottom: 4px; color: var(--mhlh-muted); font-size: .68rem; }
.mhlh-profile-status strong { color: var(--mhlh-navy); font-size: .83rem; line-height: 1.65; }

.mhlh-stage-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-bottom: 3px; }
.mhlh-stage-badges small, .mhlh-stage-badges span { display: inline-flex; width: auto; margin: 0; padding: 3px 7px; border-radius: 999px; background: var(--mhlh-soft); color: var(--mhlh-muted); font-size: .64rem; line-height: 1.4; }
.mhlh-stage-badges span { background: #eef7ff; color: var(--mhlh-blue); font-weight: 700; }
.mhlh-stage-badges span.is-purchased { background: #eef8f1; color: #287846; }
.mhlh-timeline__item.is-completed { border-color: #b9dcc4 !important; background: #fbfffc !important; }
.mhlh-timeline__item.is-completed .mhlh-timeline__mark { border-color: var(--mhlh-green); background: var(--mhlh-green); color: #fff; }

.mhlh-stage-details { margin-top: 12px; border-top: 1px dashed var(--mhlh-line); }
.mhlh-stage-details summary { padding-top: 10px; color: var(--mhlh-blue); cursor: pointer; font-size: .76rem; font-weight: 700; }
.mhlh-stage-details__body { padding: 8px 0 2px; color: var(--mhlh-muted); font-size: .76rem; line-height: 1.85; }
.mhlh-stage-details__body p { margin: 6px 0; }
.mhlh-stage-details__body strong { color: var(--mhlh-navy); }

@media (max-width: 860px) {
	.mhlh-profile-status { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.mhlh-profile-update { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
	.mhlh-profile-status { grid-template-columns: 1fr; }
	.mhlh-auth-gate { padding: 20px 16px; }
}

/* 1.2.0: explain exactly what changed before a learner rebuilds a path. */
.mhlh-profile-update__copy { min-width: 0; flex: 1 1 auto; }
.mhlh-profile-update__details { margin-top: 9px; font-size: .76rem; }
.mhlh-profile-update__details summary { cursor: pointer; color: var(--mhlh-navy); font-weight: 800; }
.mhlh-profile-update__details ul { display: grid; gap: 5px; margin: 9px 0 0; padding: 0; list-style: none; }
.mhlh-profile-update__details li { display: flex; flex-wrap: wrap; gap: 7px; align-items: baseline; }
.mhlh-profile-update__details li span { padding: 2px 7px; border-radius: 999px; background: #fff; color: #8b6410; font-size: .66rem; }
.mhlh-profile-update__details li strong { font-size: .74rem; }
@media (max-width: 720px) {
	.mhlh-profile-update { align-items: stretch; }
}
.mhlh-profile__history > ul { display:grid; gap:8px; padding:0; list-style:none; }
.mhlh-profile-history-item { padding:10px 12px; border:1px solid var(--mhlh-line); border-radius:11px; background:#fff; }
.mhlh-profile-history-item summary { cursor:pointer; color:var(--mhlh-navy); font-weight:750; }
.mhlh-profile-history-item p, .mhlh-profile-history-item ol { margin:9px 0; font-size:.76rem; line-height:1.8; }
.mhlh-result__purchase-note { margin:14px 0 0; padding:9px 11px; border-radius:10px; background:#effaf4; color:#286044; font-size:.76rem; line-height:1.75; }
