/* ═══════════════════════════════════════════
   인천 개인회생 — 디자인 시스템
   톤: 행정 안내서/법률 브리프 (광고 랜딩 아님)
   팔레트: 슬레이트 블루 + 쿨 그레이 + 골드
   ═══════════════════════════════════════════ */

:root {
	--navy:        #0f1c2e;
	--navy-soft:   #22395c;
	--text:         #1b2431;
	--text-soft:     #4f5d70;
	--text-faint:   #8792a3;
	--ground:          #f5f7fa;
	--sheet:        #ffffff;
	--rule:        #dfe4ec;
	--amber:        #e0a526;
	--amber-deep:   #b5790c;
	--amber-wash:   #fdf4dd;
	--ok:          #2e7d5b;
	--font: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
	        "Segoe UI", "Malgun Gothic", sans-serif;
}

/* ── 리셋/기본 ── */
.mh-body { margin: 0; background: var(--ground); color: var(--text);
	font-family: var(--font); line-height: 1.75; font-size: 16.5px;
	-webkit-font-smoothing: antialiased; word-break: keep-all; }
#mh-page * { box-sizing: border-box; }
#mh-page img { max-width: 100%; height: auto; }
/* 링크 기본색은 본문(밝은 배경) 영역에만 — 다크 영역(히어로 패널/푸터/하단바)은 각자 색 유지 */
#mh-page .mh-main a { color: var(--navy-soft); }
#mh-page .mh-main a.mh-act-primary,
#mh-page .mh-main a.mh-act-dark { color: #fff; }

.mh-wrap { max-width: 860px; margin: 0 auto; padding: 0 20px; }

/* ── 상단 미니 헤더 ── */
.mh-crown { background: var(--sheet); border-bottom: 1px solid var(--rule); }
.mh-crown-inner { display: flex; justify-content: flex-end; align-items: center;
	padding-top: 11px; padding-bottom: 11px; }
.mh-stamp { font-size: 0.78rem; color: var(--text-faint); }
.mh-crown-nav { margin-left: 18px; flex-shrink: 0; }
.mh-crown-nav a { font-size: 0.85rem; font-weight: 700; color: var(--navy); text-decoration: none;
	padding: 6px 0; border-bottom: 2px solid transparent; transition: color .15s, border-color .15s; }
.mh-crown-nav a:hover, .mh-crown-nav a[aria-current="page"] { color: var(--amber-deep); border-bottom-color: var(--amber); }

/* ── 히어로 (다크 슬레이트 + 좌측 패널) ── */
.mh-lead { position: relative; overflow: hidden;
	background: linear-gradient(200deg, var(--navy) 0%, #2d3c5b 100%);
	color: #eef1f6; padding: 62px 0 56px; text-align: left;
	border-top: 4px solid var(--amber); }
.mh-lead::before { content: ""; position: absolute; top: -160px; left: -140px;
	width: 540px; height: 540px; border-radius: 50%; pointer-events: none;
	background: radial-gradient(circle, rgba(224,165,38,0.20) 0%, rgba(224,165,38,0) 65%); }
.mh-lead::after { content: "2026"; position: absolute; left: -14px; bottom: -64px;
	font-size: 14rem; font-weight: 900; letter-spacing: -0.05em; line-height: 1;
	color: rgba(255,255,255,0.03); pointer-events: none; user-select: none; }

.mh-lead-grid { position: relative; z-index: 1; display: grid;
	grid-template-columns: 360px 1fr; gap: 46px; align-items: center; }
/* DOM에는 텍스트가 먼저 오지만, 데스크톱에서는 패널을 좌측에 배치 */
.mh-lead-left  { grid-column: 2; grid-row: 1; }
.mh-lead-panel { grid-column: 1; grid-row: 1; }

.mh-lead-eyebrow { display: inline-block; font-size: 0.8rem; letter-spacing: 0.05em;
	color: #e6cd93; margin: 0 0 16px; font-weight: 700;
	padding: 6px 14px; border: 1px solid rgba(224,165,38,0.45); border-radius: 999px;
	background: rgba(224,165,38,0.12); }
.mh-lead h1 { font-size: 3.1rem; font-weight: 900; letter-spacing: -0.035em;
	margin: 0 0 16px; color: #fff; line-height: 1.18; }
.mh-lead-sub { font-size: 1.02rem; color: #c2cddd; max-width: 560px;
	margin: 0 0 30px; line-height: 1.85; }

.mh-figures { list-style: none; display: flex; gap: 0; margin: 0 0 32px; padding: 0;
	border-top: 1px solid rgba(255,255,255,0.14);
	border-bottom: 1px solid rgba(255,255,255,0.14); max-width: 620px; }
.mh-figures li { flex: 1; padding: 18px 18px 16px; }
.mh-figures li + li { border-left: 1px solid rgba(255,255,255,0.14); }
.mh-figures strong { display: block; font-size: 1.35rem; font-weight: 800; color: #fff;
	font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }
.mh-figures span { font-size: 0.78rem; color: #9daec6; }

.mh-lead-note { font-size: 0.8rem; color: #9daec6; margin: 12px 0 0; }

/* 히어로 좌측 패널 — 접수처 안내 + 도구 바로가기 */
.mh-lead-panel { background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.14); border-radius: 14px;
	padding: 26px 24px; backdrop-filter: blur(2px);
	box-shadow: 0 18px 44px rgba(0,0,0,0.28); }
.mh-plate-badge { display: inline-block; background: var(--amber); color: #fff;
	font-size: 0.72rem; font-weight: 800; letter-spacing: 0.05em;
	padding: 5px 12px; border-radius: 6px; margin-bottom: 14px; }
.mh-plate-title { font-size: 1.35rem; font-weight: 900; color: #fff;
	margin: 0 0 12px; letter-spacing: -0.02em; }
.mh-plate-list { list-style: none; margin: 0 0 20px; padding: 0; }
.mh-plate-list li { position: relative; padding: 7px 0 7px 18px;
	font-size: 0.88rem; color: #c2cddd; line-height: 1.6;
	border-bottom: 1px solid rgba(255,255,255,0.08); }
.mh-plate-list li:last-child { border-bottom: none; }
.mh-plate-list li::before { content: ""; position: absolute; left: 2px; top: 16px;
	width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }
.mh-plate-list strong { color: #fff; }

.mh-plate-links { display: flex; flex-direction: column; gap: 8px; }
.mh-plate-links a { display: flex; align-items: center; gap: 12px;
	padding: 12px 16px; border: 1px solid rgba(255,255,255,0.16); border-radius: 9px;
	color: #eef1f6; font-size: 0.9rem; font-weight: 700; text-decoration: none;
	transition: border-color 0.18s, background 0.18s; }
.mh-plate-links a:hover { border-color: var(--amber); background: rgba(224,165,38,0.12);
	color: #fff; }
.mh-plate-links a span { font-size: 0.72rem; font-weight: 800; color: var(--amber);
	font-variant-numeric: tabular-nums; }
.mh-plate-links a::after { content: "→"; margin-left: auto; color: #9daec6; }

/* ── 버튼 ── */
.mh-act { display: inline-block; padding: 15px 34px; border-radius: 9px;
	font-weight: 700; font-size: 1rem; text-decoration: none; cursor: pointer;
	border: none; font-family: inherit; transition: background 0.18s, border-color 0.18s; }
.mh-act-primary { background: var(--amber); color: #fff; }
.mh-act-primary:hover { background: var(--amber-deep); color: #fff; }
.mh-act-dark { background: var(--navy); color: #fff; }
.mh-act-dark:hover { background: var(--navy-soft); }

/* ── 본문 공통 ── */
.mh-body { overflow-x: hidden; }
.mh-main { padding: 26px 20px 0; }
.mh-block { margin: 58px 0; }

/* 교차 배경 밴드 — 섹션 구분용 (컨테이너 밖까지 풀블리드) */
.mh-stripe-alt { background: #f0f2f6;
	border-top: 1px solid #e2e6ee; border-bottom: 1px solid #e2e6ee;
	margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);
	padding: 50px calc(50vw - 50%) 56px; }

/* 마지막 섹션이 밴드면 푸터에 바로 밀착 (빈 배경 띠 제거)
   ※ :last-child 아님 — 섹션 뒤에 <script>가 붙어 있어 :last-of-type을 사용 */
.mh-main > section.mh-stripe-alt:last-of-type { margin-bottom: 0; border-bottom: none; }
.mh-main > section.mh-block:last-of-type:not(.mh-stripe-alt) { margin-bottom: 64px; }
.mh-block h2 { font-size: 1.7rem; font-weight: 800; letter-spacing: -0.02em;
	color: var(--navy); margin: 0 0 14px; padding-bottom: 12px;
	border-bottom: 2px solid var(--navy); }
.mh-block h3 { font-size: 1.13rem; font-weight: 700; color: var(--text);
	margin: 30px 0 10px; }
.mh-block > p { margin: 0 0 16px; color: var(--text-soft); }
.mh-block strong { color: var(--text); }

/* 근거 캡션 (E-E-A-T 신호) */
.mh-cite { font-size: 0.78rem; color: var(--text-faint); margin-top: 14px;
	padding-left: 10px; border-left: 3px solid var(--rule); line-height: 1.6; }

/* ── 표 ── */
.mh-grid-wrap { overflow-x: auto; margin: 12px 0 6px; border: 1px solid var(--rule);
	border-radius: 10px; background: var(--sheet); }
.mh-grid { width: 100%; border-collapse: collapse; font-size: 0.92rem; min-width: 480px; }
.mh-grid th { text-align: left; font-weight: 700; color: var(--navy);
	background: #f1f3f7; padding: 12px 16px; border-bottom: 1px solid var(--rule);
	font-size: 0.85rem; letter-spacing: 0.02em; }
.mh-grid td { padding: 13px 16px; border-bottom: 1px solid #eceef3;
	color: var(--text-soft); vertical-align: top; font-variant-numeric: tabular-nums; }
.mh-grid tr:last-child td { border-bottom: none; }
.mh-grid td strong { color: var(--navy); }

/* ── 조건 리스트 ── */
.mh-gate article { background: var(--sheet); border: 1px solid var(--rule);
	border-radius: 10px; padding: 24px 26px; margin-bottom: 14px;
	transition: border-color 0.18s; }
.mh-gate article:hover { border-color: var(--amber); }
.mh-gate h3 { margin: 0 0 8px; display: flex; align-items: center; gap: 12px; }
.mh-gate p { margin: 0; font-size: 0.94rem; color: var(--text-soft); }
.mh-num { display: inline-flex; align-items: center; justify-content: center;
	width: 30px; height: 30px; min-width: 30px; border-radius: 8px;
	background: var(--amber-wash); color: var(--amber-deep);
	font-size: 0.88rem; font-weight: 800; }

/* ── 한눈에 보기 (직답 블록) ── */
.mh-facts-grid { display: grid; grid-template-columns: repeat(2, 1fr);
	gap: 14px 28px; margin: 18px 0 6px; }
.mh-facts-grid > div { border-left: 3px solid var(--amber);
	padding: 2px 0 2px 14px; }
.mh-facts-grid dt { font-size: 0.8rem; font-weight: 800; color: var(--amber-deep);
	margin-bottom: 3px; }
.mh-facts-grid dd { margin: 0; font-size: 0.92rem; color: var(--text-soft);
	line-height: 1.65; }
.mh-facts-grid dd a { font-weight: 700; }

@media (max-width: 640px) {
	.mh-facts-grid { grid-template-columns: 1fr; gap: 12px; }
}

/* ── 지역·연령·사유 안내 칩 (본문 섹션 내부 링크, 상단 내비 아님)
     ※ #mh-page .mh-main a 규칙보다 특이성이 높아야 하므로 ID 포함 셀렉터 사용 ── */
.mh-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 6px; }
.mh-tags + .mh-tags { margin-top: 8px; }
#mh-page .mh-main a.mh-tag { display: inline-block; padding: 7px 14px;
	border: 1px solid var(--rule); border-radius: 999px; background: var(--sheet);
	font-size: 0.88rem; font-weight: 700; color: var(--navy); text-decoration: none;
	transition: border-color 0.15s, background 0.15s, color 0.15s; }
#mh-page .mh-main a.mh-tag:hover { border-color: var(--amber);
	background: var(--amber-wash); color: var(--amber-deep); }

@media (max-width: 640px) {
	.mh-tags { gap: 6px; }
	#mh-page .mh-main a.mh-tag { padding: 6px 12px; font-size: 0.83rem; }
}

/* ── 주제별 핵심 가이드 (오픈형 카드 — ItemList와 1:1 대응)
     구조: a.mh-pick-thumb > img  +  h3 > a(글제목)  +  time
     ※ 숨김 그리드 금지, 제목 앵커 필수 (분리형 캐러셀 성립 조건 ①⑤) ── */
.mh-picks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 18px 0 0; }
.mh-pick { background: var(--sheet); border: 1px solid var(--rule); border-radius: 12px;
	overflow: hidden; display: flex; flex-direction: column;
	transition: border-color 0.18s, box-shadow 0.18s; }
.mh-pick:hover { border-color: var(--amber); box-shadow: 0 10px 26px rgba(15,28,46,0.08); }
.mh-pick-thumb { display: block; background: #f1f3f7; border-bottom: 1px solid var(--rule); }
.mh-pick-thumb img { display: block; width: 100%; height: auto; }
.mh-pick h3 { margin: 0; padding: 13px 16px 6px; font-size: 0.95rem; font-weight: 700;
	line-height: 1.5; }
#mh-page .mh-main .mh-pick h3 a { color: var(--navy); text-decoration: none; }
#mh-page .mh-main .mh-pick h3 a:hover { color: var(--amber-deep); }
.mh-pick time { display: block; padding: 0 16px 14px; margin-top: auto;
	font-size: 0.76rem; color: var(--text-faint); font-variant-numeric: tabular-nums; }

@media (max-width: 720px) {
	.mh-picks { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.mh-pick h3 { font-size: 0.88rem; padding: 11px 12px 5px; }
	.mh-pick time { padding: 0 12px 12px; }
}

/* ── 머천트 카드 (상담 사무소 — 배너 이미지형 그리드)
     정사각 1080x1080 이미지 6장 기준 3열 배치 (네이버 이미지 스트립 노림) ── */
.mh-firms { display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	gap: 18px; margin-top: 18px; align-items: start; }
.mh-firm { display: flex; flex-direction: column; overflow: hidden;
	background: var(--sheet); border: 1px solid var(--rule); border-radius: 12px;
	transition: border-color 0.18s, box-shadow 0.18s; }
.mh-firm:hover { border-color: var(--amber);
	box-shadow: 0 10px 26px rgba(15,28,46,0.08); }

.mh-firm-img { display: block; width: 100%; background: #f1f3f7;
	border-bottom: 1px solid var(--rule); }
.mh-firm-img img { display: block; width: 100%; height: auto;
	max-height: 360px; object-fit: cover; object-position: center top; }
/* 정사각 카드 세트(1080x1080)는 비율 그대로 노출됨 (230~280px 폭에서 크롭 없음) */

.mh-firm-body { display: flex; flex-direction: column; gap: 3px;
	padding: 16px 18px 4px; }
.mh-firm-body strong { font-size: 1.02rem; color: var(--text);
	letter-spacing: -0.01em; font-weight: 800; }
.mh-firm-body small { font-size: 0.82rem; color: var(--text-faint); line-height: 1.5; }

.mh-firm-btn { display: block; margin: 14px 18px 18px; margin-top: auto;
	padding: 13px 20px; font-size: 0.92rem; text-align: center; border-radius: 9px; }
.mh-firm-body + .mh-firm-btn { margin-top: 14px; }

@media (max-width: 640px) {
	.mh-firms { grid-template-columns: 1fr; }
	.mh-firm-img img { max-height: 300px; }
}

/* ── 도구 블록 (자가진단/계산기) ── */
.mh-kit-card { background: var(--sheet); border: 1px solid var(--rule);
	border-top: 3px solid var(--amber); border-radius: 10px;
	padding: 28px; margin: 18px 0 6px; }

/* 자가진단 */
.mh-triage-list { list-style: none; margin: 0; padding: 0; counter-reset: q; }
.mh-triage-list li { display: flex; justify-content: space-between; align-items: center;
	gap: 16px; padding: 14px 4px; border-bottom: 1px solid #eceef3;
	font-size: 0.94rem; counter-increment: q; }
.mh-triage-list li::before { content: counter(q, decimal-leading-zero);
	font-size: 0.75rem; font-weight: 700; color: var(--text-faint);
	font-variant-numeric: tabular-nums; }
.mh-triage-list li > span:first-of-type { flex: 1; }
.mh-pick2 { display: flex; gap: 6px; }
.mh-pick2 button { padding: 7px 16px; border: 1px solid var(--rule); background: #fff;
	border-radius: 6px; font-family: inherit; font-size: 0.85rem; font-weight: 600;
	color: var(--text-soft); cursor: pointer; transition: all 0.15s; }
.mh-pick2 button:hover { border-color: var(--navy); color: var(--navy); }
.mh-pick2 button.on { background: var(--navy); border-color: var(--navy); color: #fff; }

.mh-triage-result { margin-top: 22px; padding: 22px 24px; border-radius: 10px;
	background: var(--amber-wash); border: 1px solid #ead9b2; }
.mh-triage-result h3 { margin: 0 0 8px; color: var(--amber-deep); font-size: 1.1rem; }
.mh-triage-result p { margin: 0 0 16px; font-size: 0.92rem; color: var(--text-soft); }

/* 계산기 */
.mh-ledger-inputs { display: grid; grid-template-columns: repeat(3, 1fr);
	gap: 16px; margin-bottom: 20px; }
.mh-ledger-inputs label span { display: block; font-size: 0.82rem; font-weight: 700;
	color: var(--text); margin-bottom: 7px; }
.mh-ledger-inputs input, .mh-ledger-inputs select { width: 100%; padding: 12px 14px;
	border: 1px solid var(--rule); border-radius: 8px; font-family: inherit;
	font-size: 0.98rem; background: #fff; color: var(--text);
	font-variant-numeric: tabular-nums; }
.mh-ledger-inputs input:focus, .mh-ledger-inputs select:focus {
	outline: none; border-color: var(--navy); }

.mh-ledger-result { margin-top: 24px; padding-top: 22px; border-top: 1px dashed var(--rule); }
.mh-ledger-result dl { display: grid; grid-template-columns: repeat(2, 1fr);
	gap: 12px; margin: 0 0 20px; }
.mh-ledger-result dl > div { background: #f4f5f8; border-radius: 8px; padding: 14px 16px; }
.mh-ledger-result dt { font-size: 0.76rem; color: var(--text-faint); margin-bottom: 3px; }
.mh-ledger-result dd { margin: 0; font-size: 1.15rem; font-weight: 800; color: var(--text);
	font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }
.mh-ledger-result dd.mh-em { color: var(--amber-deep); }

.mh-meter { margin-bottom: 18px; }
.mh-meter-bar { height: 10px; background: #e8e5dc; border-radius: 999px; overflow: hidden; }
.mh-meter-bar span { display: block; height: 100%; width: 0;
	background: linear-gradient(90deg, var(--amber), var(--amber-deep));
	border-radius: 999px; transition: width 0.6s ease; }
.mh-meter p { margin: 8px 0 0; font-size: 0.88rem; color: var(--text-soft); }
.mh-meter strong { color: var(--amber-deep); font-size: 1.05rem;
	font-variant-numeric: tabular-nums; }

.mh-ledger-note { font-size: 0.85rem; color: var(--text-soft); margin: 0 0 18px; }

/* ── 팁 리스트 ── */
.mh-hints { list-style: none; margin: 12px 0 0; padding: 0; }
.mh-hints li { position: relative; padding: 12px 0 12px 22px; font-size: 0.94rem;
	color: var(--text-soft); border-bottom: 1px solid #eceef3; }
.mh-hints li:last-child { border-bottom: none; }
.mh-hints li::before { content: ""; position: absolute; left: 2px; top: 21px;
	width: 7px; height: 7px; border-radius: 50%; background: var(--amber); }

/* ── 절차 5단계 ── */
.mh-stages { list-style: none; margin: 20px 0 0; padding: 0; counter-reset: step;
	position: relative; }
.mh-stages li { position: relative; padding: 0 0 30px 58px; counter-increment: step; }
.mh-stages li::before { content: counter(step); position: absolute; left: 0; top: 0;
	width: 38px; height: 38px; border-radius: 10px; background: var(--navy); color: #fff;
	font-weight: 800; font-size: 1rem; display: flex; align-items: center;
	justify-content: center; }
.mh-stages li::after { content: ""; position: absolute; left: 19px; top: 44px;
	bottom: 6px; width: 1px; background: var(--rule); }
.mh-stages li:last-child::after { display: none; }
.mh-stages h3 { margin: 4px 0 6px; font-size: 1.08rem; }
.mh-stages p { margin: 0; font-size: 0.93rem; color: var(--text-soft); }
.mh-stages em { font-style: normal; color: var(--amber-deep); font-weight: 600; }

/* ── FAQ (details/summary) ── */
.mh-qa details { background: var(--sheet); border: 1px solid var(--rule);
	border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
.mh-qa summary { list-style: none; cursor: pointer; padding: 17px 46px 17px 20px;
	font-weight: 700; font-size: 0.97rem; color: var(--text); position: relative;
	transition: background 0.15s; }
.mh-qa summary::-webkit-details-marker { display: none; }
.mh-qa summary::after { content: "+"; position: absolute; right: 18px; top: 50%;
	transform: translateY(-50%); font-size: 1.3rem; font-weight: 400;
	color: var(--text-faint); transition: transform 0.2s; }
.mh-qa details[open] summary::after { content: "−"; }
.mh-qa summary:hover { background: #f4f5f8; }
.mh-qa .mh-q { color: var(--amber-deep); font-weight: 800; margin-right: 2px; }
.mh-qa details p { margin: 0; padding: 0 20px 18px; font-size: 0.92rem;
	color: var(--text-soft); }

/* ── 위성 글 (single.php) ── */
.mh-crown-post .mh-back-link { font-size: 0.85rem; font-weight: 700;
	color: var(--navy); text-decoration: none; }
.mh-crown-post .mh-back-link:hover { color: var(--amber-deep); }
.mh-crown-post { justify-content: space-between !important; }

.mh-entry-wrap { max-width: 800px; padding-top: 34px; }
.mh-entry-head { margin-bottom: 30px; padding-bottom: 22px;
	border-bottom: 2px solid var(--navy); }
.mh-entry-cat { display: inline-block; background: var(--amber-wash);
	color: var(--amber-deep); border: 1px solid #ead9b2;
	font-size: 0.74rem; font-weight: 800; letter-spacing: 0.03em;
	padding: 5px 12px; border-radius: 999px; margin: 0 0 14px; }
.mh-entry-head h1 { font-size: 1.9rem; font-weight: 900; letter-spacing: -0.025em;
	line-height: 1.4; color: var(--navy); margin: 0 0 12px; }
.mh-entry-meta { font-size: 0.8rem; color: var(--text-faint); margin: 0; }
.mh-entry-meta span { margin: 0 4px; }

/* 대표 이미지 (카드) — 본문 상단 노출, 네이버 썸네일 수집용 */
.mh-entry-thumb { margin: 0 0 28px; }
.mh-entry-thumb img { display: block; max-width: 560px; width: 100%; height: auto;
	border-radius: 12px; border: 1px solid var(--rule); }

.mh-entry-body { font-size: 1rem; }
.mh-entry-body > p { margin: 0 0 18px; color: var(--text-soft); line-height: 1.85; }
.mh-entry-body strong { color: var(--text); }
.mh-entry-body h2 { font-size: 1.35rem; font-weight: 800; letter-spacing: -0.02em;
	color: var(--navy); margin: 40px 0 14px; padding-left: 12px;
	border-left: 4px solid var(--amber); }
.mh-entry-body h3 { font-size: 1.1rem; font-weight: 700; color: var(--text);
	margin: 26px 0 10px; }
.mh-entry-body table { width: 100%; border-collapse: collapse; margin: 12px 0 22px;
	font-size: 0.92rem; background: var(--sheet); }
.mh-entry-body ul, .mh-entry-body ol { margin: 0 0 18px 22px; color: var(--text-soft); }
.mh-entry-body li { margin-bottom: 6px; }
.mh-entry-body a { color: var(--navy-soft); font-weight: 600;
	text-decoration: underline; text-underline-offset: 3px; }
.mh-entry-body a:hover { color: var(--amber-deep); }

.mh-entry-more { margin: 34px 0 20px; }
.mh-entry-more a { font-size: 0.92rem; font-weight: 700; color: var(--navy);
	text-decoration: none; }
.mh-entry-more a:hover { color: var(--amber-deep); }

@media (max-width: 720px) {
	.mh-entry-head h1 { font-size: 1.45rem; }
	.mh-crown-post .mh-back-link { font-size: 0.78rem; }
	.mh-index-item.has-thumb { gap: 14px; }
	.mh-index-thumb { flex-basis: 84px; }
	.mh-index-thumb img { width: 84px; height: 84px; }
}

/* ── 아카이브 (카테고리 목록) ── */
.mh-index { display: flex; flex-direction: column; gap: 14px; }
.mh-index-item { background: var(--sheet); border: 1px solid var(--rule);
	border-radius: 10px; padding: 22px 24px; transition: border-color 0.18s; }
.mh-index-item:hover { border-color: var(--amber); }
.mh-index-item.has-thumb { display: flex; gap: 20px; align-items: flex-start; }
.mh-index-thumb { flex: 0 0 116px; display: block; line-height: 0; }
.mh-index-thumb img { width: 116px; height: 116px; object-fit: cover;
	border-radius: 9px; border: 1px solid var(--rule); }
.mh-index-body { flex: 1; min-width: 0; }
.mh-index-item h2 { margin: 0 0 6px; font-size: 1.12rem; font-weight: 800;
	letter-spacing: -0.015em; line-height: 1.45; border: none; padding: 0; }
.mh-index-item h2 a { color: var(--navy); text-decoration: none; }
.mh-index-item h2 a:hover { color: var(--amber-deep); }
.mh-index-meta { margin: 0 0 10px; font-size: 0.76rem; color: var(--text-faint);
	font-variant-numeric: tabular-nums; }
.mh-index-excerpt { margin: 0 0 12px; font-size: 0.9rem; color: var(--text-soft);
	line-height: 1.75; }
.mh-index-more { font-size: 0.85rem; font-weight: 700; color: var(--navy);
	text-decoration: none; }
.mh-index-more:hover { color: var(--amber-deep); }

/* WP 기본 페이지네이션 스타일 */
.mh-entry-wrap .pagination { margin: 26px 0 50px; }
.mh-entry-wrap .nav-links { display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; }
.mh-entry-wrap .page-numbers { min-width: 36px; height: 36px; padding: 0 10px;
	display: inline-flex; align-items: center; justify-content: center;
	border: 1px solid var(--rule); border-radius: 8px; background: var(--sheet);
	font-size: 0.88rem; font-weight: 700; color: var(--text-soft); text-decoration: none;
	font-variant-numeric: tabular-nums; }
.mh-entry-wrap .page-numbers:hover { border-color: var(--navy); color: var(--navy); }
.mh-entry-wrap .page-numbers.current { background: var(--navy); border-color: var(--navy); color: #fff; }

/* ── 가이드 문서 목록 (위성 글 클러스터) ── */
.mh-reads { list-style: none; margin: 16px 0 0; padding: 0;
	background: var(--sheet); border: 1px solid var(--rule); border-radius: 10px; }
.mh-reads li { display: flex; justify-content: space-between; align-items: center;
	gap: 14px; padding: 14px 18px; border-bottom: 1px solid #eceef3; }
.mh-reads li:last-child { border-bottom: none; }
.mh-reads a { font-size: 0.95rem; font-weight: 600; text-decoration: none; }
.mh-reads a:hover { color: var(--amber-deep); }
.mh-reads time { font-size: 0.76rem; color: var(--text-faint);
	font-variant-numeric: tabular-nums; white-space: nowrap; }

/* 가이드 목록 페이지네이션 */
.mh-reads-pager { display: flex; justify-content: center; gap: 6px;
	margin-top: 18px; flex-wrap: wrap; }
.mh-reads-pager button { min-width: 36px; height: 36px; padding: 0 10px;
	border: 1px solid var(--rule); border-radius: 8px; background: var(--sheet);
	font-family: inherit; font-size: 0.88rem; font-weight: 700; color: var(--text-soft);
	cursor: pointer; font-variant-numeric: tabular-nums;
	transition: border-color 0.15s, color 0.15s; }
.mh-reads-pager button:hover { border-color: var(--navy); color: var(--navy); }
.mh-reads-pager button.on { background: var(--navy); border-color: var(--navy);
	color: #fff; }

/* ── 상담 섹션 ── */
.mh-intake-frame { background: var(--sheet); border: 1px solid var(--rule);
	border-radius: 10px; padding: 18px; }

/* ── 푸터 ── */
.mh-base { background: var(--navy); color: #94a1b8; padding: 40px 0 90px;
	font-size: 0.8rem; line-height: 1.8; }
.mh-base p { margin: 0 0 10px; }
.mh-base a { color: #c2cddd; }
.mh-base-links { padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.12);
	margin-bottom: 16px !important; }

/* ── 모바일 고정 CTA ── */
.mh-dockbar-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 100;
	background: rgba(38, 50, 75, 0.97); backdrop-filter: blur(4px);
	padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
	border-top: 1px solid rgba(255,255,255,0.15); }
.mh-dockbar-cta a { display: block; max-width: 480px; margin: 0 auto; text-align: center;
	background: var(--amber); color: #fff; font-weight: 700; font-size: 0.98rem;
	padding: 13px; border-radius: 8px; text-decoration: none; }
.mh-dockbar-cta a:hover { background: var(--amber-deep); }

/* ══════════ 전환 레이어 ══════════ */

/* 1) 간이 추정기 (자가진단 '적합' 결과에서만 노출) */
.mh-quick { margin: 18px 0 20px; padding: 18px 20px; background: var(--sheet);
	border: 1px solid #ead9b2; border-radius: 10px; }
.mh-quick-title { margin: 0 0 12px; font-weight: 800; color: var(--navy); font-size: 0.98rem; }
.mh-quick-inputs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mh-quick-inputs label span { display: block; font-size: 0.78rem; font-weight: 700;
	color: var(--text); margin-bottom: 5px; }
.mh-quick-inputs select { width: 100%; padding: 10px 12px; border: 1px solid var(--rule);
	border-radius: 8px; font-family: inherit; font-size: 0.92rem; background: #fff;
	color: var(--text); }
.mh-quick-btn { margin-top: 14px; padding: 11px 22px; font-size: 0.94rem; }
.mh-quick-out { margin: 14px 0 0; padding: 14px 16px; background: var(--amber-wash);
	border-radius: 8px; font-size: 0.92rem; color: var(--text-soft); line-height: 1.7; }
.mh-quick-big { font-size: 1.9rem; font-weight: 900; color: var(--amber-deep);
	letter-spacing: -0.02em; }
.mh-quick-note { display: block; margin-top: 6px; font-size: 0.8rem; color: var(--text-faint); }

/* 2) 탕감 시나리오 카드 */
.mh-case { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 18px 0 6px; }
.mh-case article { background: var(--sheet); border: 1px solid var(--rule);
	border-top: 3px solid var(--amber); border-radius: 10px; padding: 18px 16px; text-align: center; }
.mh-case-pct { display: block; font-size: 2rem; font-weight: 900; color: var(--amber-deep);
	letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 8px; }
.mh-case strong { display: block; font-size: 0.9rem; color: var(--text); margin-bottom: 4px; }
.mh-case small { display: block; font-size: 0.78rem; color: var(--text-faint); line-height: 1.5; }

/* 3) 순환 안내 토스트 */
.mh-nudge { position: fixed; left: 16px; bottom: 84px; z-index: 120; max-width: 340px;
	display: flex; align-items: center; gap: 10px;
	background: rgba(38, 50, 75, 0.96); color: #eef1f6; border-radius: 10px;
	padding: 12px 14px; box-shadow: 0 10px 30px rgba(0,0,0,0.24);
	font-size: 0.86rem; line-height: 1.5;
	opacity: 0; transform: translateY(8px); transition: opacity 0.3s, transform 0.3s; }
.mh-nudge.on { opacity: 1; transform: translateY(0); }
.mh-nudge a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.mh-nudge-x { background: none; border: none; color: #9daec6; font-size: 1.2rem;
	line-height: 1; cursor: pointer; padding: 0 2px; }

/* 4) 라이브 펄스 닷 */
.mh-pulse { display: flex; align-items: center; gap: 7px; margin: 0 0 12px;
	font-size: 0.78rem; font-weight: 700; color: #cfe3d2; }
.mh-pulse-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%;
	background: #4ade80; box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7);
	animation: icPulse 2s infinite; }
.mh-dockbar-cta a .mh-pulse-dot { margin-right: 7px; vertical-align: middle; }
@keyframes icPulse {
	0%   { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7); }
	70%  { box-shadow: 0 0 0 8px rgba(74, 222, 128, 0); }
	100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}
@media (prefers-reduced-motion: reduce) {
	.mh-pulse-dot { animation: none; }
	.mh-nudge { transition: none; }
}

/* ── 반응형 ── */
@media (max-width: 960px) {
	.mh-lead-grid { grid-template-columns: 1fr; gap: 34px; }
	/* 모바일에서는 DOM 순서(텍스트 → 패널)대로 표시 */
	.mh-lead-left  { grid-column: 1; grid-row: 1; }
	.mh-lead-panel { grid-column: 1; grid-row: 2; max-width: 520px; }
	.mh-lead::after { font-size: 9rem; }
}

@media (max-width: 720px) {
	.mh-body { font-size: 15.5px; }
	.mh-lead { padding: 46px 0 42px; }
	.mh-lead h1 { font-size: 2.15rem; }
	.mh-lead::after { display: none; }
	.mh-lead-panel { padding: 20px 18px; }
	.mh-figures { flex-direction: row; }
	.mh-figures li { padding: 13px 10px 11px; }
	.mh-figures strong { font-size: 1.02rem; }
	.mh-figures span { font-size: 0.7rem; }
	/* ※ margin 단축 사용 금지 — .mh-stripe-alt의 좌우 음수 마진(풀블리드)이 리셋됨 */
	.mh-block { margin-top: 44px; margin-bottom: 44px; }
	.mh-stripe-alt { padding-top: 38px; padding-bottom: 42px; }
	.mh-block h2 { font-size: 1.4rem; }
	.mh-ledger-inputs { grid-template-columns: 1fr; }
	.mh-ledger-result dl { grid-template-columns: 1fr 1fr; }
	.mh-triage-list li { flex-wrap: wrap; }
	.mh-triage-list li > span:first-of-type { flex-basis: calc(100% - 30px); }
	.mh-pick2 { margin-left: 30px; }
	.mh-kit-card { padding: 20px 16px; }
	.mh-crown-inner { flex-wrap: wrap; align-items: center; gap: 2px 12px; }
	.mh-crown-inner .mh-back-link { order: 1; }
	.mh-crown-inner .mh-crown-nav { order: 2; margin-left: auto; }
	.mh-crown-inner .mh-stamp { order: 3; flex-basis: 100%; margin-left: 0; }
	.mh-quick-inputs { grid-template-columns: 1fr; }
	.mh-case { grid-template-columns: repeat(2, 1fr); gap: 10px; }
	.mh-case-pct { font-size: 1.6rem; }
	.mh-nudge { left: 12px; right: 12px; max-width: none; bottom: 78px; }
}


/* ── 서앤율 브랜드 배너 (최상단) ─────────────────────
   링크로 감싸지 않음 — 홈 a>img는 캐러셀 카드만 유지 (분리형캐러셀 조건 8) */
.mh-ribbon img { display: block; width: 100%; height: auto; }
.mh-ribbon-top { background: #181311; }   /* 배너 이미지 가장자리 실측색 (banner_color.py) */
@media (max-width: 640px) {
	.mh-ribbon-top { padding: 0; }
}

/* ── 서앤율 유튜브 슬라이더 ──────────────────────────
   썸네일은 background-image — img 태그를 쓰지 않는다 (같은 이유) */
.mh-reel-wrap { position: relative; margin-top: 18px; }
.mh-reel { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 4px; }
.mh-reel::-webkit-scrollbar { display: none; }
.mh-clip { display: flex; flex-direction: column; text-decoration: none;
	flex: 0 0 calc((100% - 36px) / 3); scroll-snap-align: start; }
.mh-reel-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
	width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--rule);
	background: var(--sheet); color: var(--navy); font-size: 1.05rem; line-height: 1;
	cursor: pointer; box-shadow: 0 4px 14px rgba(15,28,46,0.14);
	transition: background 0.15s, color 0.15s, opacity 0.15s; }
.mh-reel-nav:hover:not(:disabled) { background: var(--amber); color: #fff; border-color: var(--amber); }
.mh-reel-nav:disabled { opacity: 0.35; cursor: default; }
#mh-reel-prev { left: -14px; }
#mh-reel-next { right: -14px; }
.mh-clip-thumb { display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: 12px;
	background-size: cover; background-position: center; border: 1px solid var(--rule);
	position: relative; transition: border-color 0.18s; }
.mh-clip:hover .mh-clip-thumb { border-color: var(--amber); }
.mh-clip-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
	width: 52px; height: 38px; border-radius: 10px; background: rgba(0,0,0,0.62); }
.mh-clip-play::after { content: ""; position: absolute; left: 50%; top: 50%;
	transform: translate(-40%, -50%); border-style: solid; border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent #fff; }
.mh-clip:hover .mh-clip-play { background: rgba(224,165,38,0.92); }
.mh-clip strong { margin-top: 10px; font-size: 0.92rem; font-weight: 700; line-height: 1.5;
	color: var(--text); }
#mh-page .mh-main a.mh-clip { color: var(--text); }
#mh-page .mh-main a.mh-clip:hover strong { color: var(--amber-deep); }
@media (max-width: 900px) {
	.mh-clip { flex-basis: calc((100% - 18px) / 2); }
}
@media (max-width: 640px) {
	.mh-reel { gap: 14px; }
	.mh-clip { flex-basis: 82%; }
	#mh-reel-prev { left: -6px; }
	#mh-reel-next { right: -6px; }
}


/* ═══════════════════════════════════════════════════════════
   개편 레이어 — 인물형 히어로 · 상담 카드 띠 · 상황 진입 · 갈림길 밴드
   (위쪽 기본 규칙을 덮어쓴다. 같은 선택자면 아래가 이긴다)
   ═══════════════════════════════════════════════════════════ */

/* ── 상단 바: 다크 ── */
.mh-crown { background: #0a1422; border-bottom: 1px solid rgba(255,255,255,0.08); }
.mh-crown .mh-stamp { color: #8fa3c0; }
.mh-crown .mh-crown-nav a { color: #e9eef7; border: 1px solid rgba(255,255,255,0.22);
	border-radius: 999px; padding: 5px 14px; }
.mh-crown .mh-crown-nav a:hover { color: #0f1c2e; background: var(--amber); border-color: var(--amber); }

/* ── 히어로 ── */
.mh-lead { background: radial-gradient(1200px 520px at 78% 0%, #1d3a63 0%, #12233d 46%, #0b1626 100%);
	color: #e8eef8; padding: 0; }
.mh-lead::before { top: auto; bottom: -220px; left: -160px; width: 520px; height: 520px;
	background: radial-gradient(circle, rgba(224,165,38,0.16) 0%, rgba(224,165,38,0) 68%); }
.mh-lead::after { content: none; }
.mh-lead-in { position: relative; z-index: 1; padding-top: 68px; padding-bottom: 148px; max-width: 1040px; }
.mh-lead-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 0.78rem; font-weight: 700;
	letter-spacing: 0.04em; color: #cfdcf0; background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.14); border-radius: 999px; padding: 7px 14px; margin: 0 0 22px; }
.mh-lead h1 { font-size: 3.15rem; font-weight: 900; letter-spacing: -0.04em; line-height: 1.2;
	color: #fff; margin: 0 0 18px; }
.mh-lead h1 span { color: var(--amber); }
.mh-lead-sub { font-size: 1.02rem; color: #b8c6dc; max-width: 560px; margin: 0 0 28px; line-height: 1.85; }
.mh-lead-acts { display: flex; gap: 12px; flex-wrap: wrap; margin: 0 0 30px; }
.mh-act-primary { color: #14202f; font-weight: 800; }
.mh-act-primary:hover { color: #14202f; }
#mh-page .mh-main a.mh-act-primary { color: #14202f; }
.mh-act-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.38); }
.mh-act-ghost:hover { background: rgba(255,255,255,0.1); color: #fff; }
.mh-lead .mh-figures { margin: 0; max-width: 580px; background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; }
.mh-lead .mh-figures strong { font-size: 1.18rem; }

.mh-lead-figured .mh-lead-in { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 20px; align-items: end; }
.mh-lead-figure { position: relative; align-self: end; height: 540px; margin-bottom: -148px;
	display: flex; align-items: flex-end; justify-content: center; }
.mh-lead-figure img { display: block; max-height: 100%; width: auto; max-width: 100%;
	object-fit: contain; object-position: bottom center;
	-webkit-mask-image: linear-gradient(to bottom, #000 72%, rgba(0,0,0,0) 97%);
	        mask-image: linear-gradient(to bottom, #000 72%, rgba(0,0,0,0) 97%); }
.mh-lead-cap { position: absolute; left: -6px; bottom: 34%; display: inline-flex; flex-direction: column; gap: 1px;
	background: rgba(10,20,34,0.82); border: 1px solid rgba(255,255,255,0.16); border-left: 3px solid var(--amber);
	border-radius: 8px; padding: 8px 14px; color: #fff; backdrop-filter: blur(4px); }
.mh-lead-cap small { font-size: 0.68rem; color: #b8c6dc; }
.mh-lead-cap strong { font-size: 0.94rem; font-weight: 800; }

/* ── 상담 카드 띠 (히어로와 겹침) ── */
.mh-main { padding-top: 0; }
.mh-deck { position: relative; z-index: 2; margin: -104px 0 46px; }
.mh-deck .mh-picks { margin: 0; gap: 18px; align-items: stretch; }
.mh-pick { display: flex; flex-direction: column; border-radius: 14px; overflow: hidden;
	box-shadow: 0 14px 34px rgba(8,18,32,0.16); border-color: #d5dce8; }
.mh-pick:hover { transform: translateY(-3px); transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s; }
.mh-pick-thumb { border-bottom: 0; background: #0f1c2e; }
.mh-pick-body { display: flex; flex-direction: column; flex: 1; padding: 14px 16px 4px; }
.mh-pick h3 { padding: 0; margin: 0 0 6px; font-size: 0.93rem; line-height: 1.45;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
	min-height: calc(1.45em * 2); }
.mh-pick-sub { margin: 0 0 8px; font-size: 0.8rem; color: var(--text-soft); line-height: 1.5;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
	min-height: calc(1.5em * 2); }
.mh-pick time { padding: 0; margin: auto 0 0; font-size: 0.72rem; color: var(--text-faint); }
button.mh-pick-btn { width: calc(100% - 32px); margin: 12px 16px 16px; padding: 12px 0; border: 0;
	cursor: pointer; font-family: inherit; font-size: 0.9rem; border-radius: 9px; }
.mh-deck-note { margin: 16px 0 0; font-size: 0.74rem; color: var(--text-faint); text-align: center; }

/* ── 상황별 진입 ── */
.mh-mirror-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
#mh-page .mh-main .mh-mirror-grid a { display: flex; flex-direction: column; gap: 5px; text-decoration: none;
	background: var(--sheet); border: 1px solid var(--rule); border-radius: 12px; padding: 18px 18px 16px;
	color: var(--text); transition: border-color 0.18s, transform 0.18s; }
#mh-page .mh-main .mh-mirror-grid a:hover { border-color: var(--amber); transform: translateY(-2px); }
.mh-mirror-grid strong { font-size: 0.98rem; font-weight: 800; color: var(--navy); }
.mh-mirror-grid span { font-size: 0.8rem; color: var(--text-soft); }
.mh-mirror-grid a::after { content: "자세히 →"; margin-top: 8px; font-size: 0.74rem; font-weight: 700; color: var(--amber-deep); }

/* ── 회생·파산 갈림길 (풀블리드 다크 밴드) ── */
.mh-fork { margin: 58px calc(50% - 50vw); padding: 56px max(20px, calc(50vw - 410px)) 60px;
	background: #0d1a2c; color: #d9e3f2; text-align: center; }
.mh-fork h2 { color: #fff; font-size: 1.65rem; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 10px; }
.mh-fork > p { color: #a9b9d0; margin: 0 0 26px; }
.mh-fork > p strong { color: var(--amber); }
.mh-fork-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0 0 28px; text-align: left; }
.mh-fork-col { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.11);
	border-radius: 14px; padding: 22px 24px; }
.mh-fork-col h3 { margin: 0 0 12px; font-size: 1.05rem; font-weight: 800; color: #fff; }
.mh-fork-col ul { margin: 0; padding: 0; list-style: none; }
.mh-fork-col li { position: relative; padding: 6px 0 6px 20px; font-size: 0.92rem; color: #c6d3e6; }
.mh-fork-col li::before { content: ""; position: absolute; left: 2px; top: 14px; width: 8px; height: 8px;
	border-radius: 50%; background: var(--amber); }
#mh-page .mh-main .mh-fork a.mh-act-primary { color: #14202f; }

@media (max-width: 900px) {
	.mh-lead-figured .mh-lead-in { grid-template-columns: minmax(0, 1fr) 280px; }
	.mh-lead-figure { height: 420px; }
	.mh-lead h1 { font-size: 2.6rem; }
}
@media (max-width: 720px) {
	.mh-lead-in { padding-top: 44px; padding-bottom: 128px; }
	.mh-lead-figured .mh-lead-in { grid-template-columns: 1fr; }
	.mh-lead h1 { font-size: 2.1rem; }
	.mh-lead-sub { font-size: 0.95rem; }
	.mh-lead-figure { height: 300px; margin: 8px 0 -128px; }
	.mh-lead-cap { left: 4px; bottom: 38%; padding: 6px 10px; }
	.mh-lead .mh-figures li { padding: 14px 10px 12px; }
	.mh-lead .mh-figures strong { font-size: 0.98rem; white-space: nowrap; }
	.mh-lead .mh-figures span { font-size: 0.7rem; }
	.mh-deck { margin-top: -92px; }
	.mh-deck .mh-picks { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.mh-pick-body { padding: 11px 12px 2px; }
	.mh-pick h3 { font-size: 0.86rem; }
	button.mh-pick-btn { width: calc(100% - 24px); margin: 10px 12px 12px; font-size: 0.84rem; }
	.mh-mirror-grid { grid-template-columns: 1fr 1fr; }
	.mh-fork-grid { grid-template-columns: 1fr; }
	.mh-fork h2 { font-size: 1.35rem; }
}


/* ═══════════════════════════════════════════════════════════
   개편 레이어 v2 — 랜딩형 룩: 흰 바탕 · 넓은 폭 · 가운데 정렬 제목 · 다크 네이비 타일
   ═══════════════════════════════════════════════════════════ */
.mh-body { background: #fff; }
.mh-wrap { max-width: 1080px; }
.mh-lead-in { max-width: 1080px; }
.mh-block { margin: 84px 0; }

/* 제목: 가운데 · 밑줄 없음 */
.mh-block h2 { text-align: center; border-bottom: 0; padding-bottom: 0; margin: 0 0 12px;
	font-size: 1.95rem; font-weight: 900; letter-spacing: -0.035em; color: #0b1422; line-height: 1.35; }
.mh-block > h2 + p { text-align: center; color: var(--text-soft); max-width: 640px;
	margin: 0 auto 34px; font-size: 0.98rem; line-height: 1.8; }

/* 정보 섹션: 읽기 폭 유지 + 교차 밴드 해제 (풀블리드는 다크 밴드만) */
.mh-prose { max-width: 860px; margin-left: auto; margin-right: auto; }
.mh-prose.mh-stripe-alt, .mh-wide.mh-stripe-alt { background: transparent; border: 0; padding: 0; }
.mh-prose.mh-stripe-alt { margin: 84px auto; }
.mh-main > section.mh-stripe-alt:last-of-type { margin-bottom: 84px; }

/* 아이콘 (CSS 마스크 — 이미지 요청 없음) */
.mh-ico { display: inline-block; width: 30px; height: 30px; background: var(--amber);
	-webkit-mask: var(--m) center / contain no-repeat; mask: var(--m) center / contain no-repeat; }
.mh-ico-court { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 2 7v2h20V7L12 2zM4 11v7h3v-7H4zm6.5 0v7h3v-7h-3zM17 11v7h3v-7h-3zM2 20v2h20v-2H2z'/%3E%3C/svg%3E"); }
.mh-ico-stop  { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm0 2a8 8 0 0 1 6.3 12.9L7.1 5.7A8 8 0 0 1 12 4zM5.7 7.1l11.2 11.2A8 8 0 0 1 5.7 7.1z'/%3E%3C/svg%3E"); }
.mh-ico-cal   { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2v2H4a1 1 0 0 0-1 1v15a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-3V2h-2v2H9V2H7zM5 9h14v10H5V9zm2 2v2h4v-2H7z'/%3E%3C/svg%3E"); }
.mh-ico-lock  { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a5 5 0 0 0-5 5v3H6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V11a1 1 0 0 0-1-1h-1V7a5 5 0 0 0-5-5zm0 2a3 3 0 0 1 3 3v3H9V7a3 3 0 0 1 3-3zm0 9a2 2 0 0 1 1 3.7V19h-2v-2.3A2 2 0 0 1 12 13z'/%3E%3C/svg%3E"); }
.mh-ico-cut   { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 5 5 19l1.4 1.4 14-14L19 5zM7.5 4a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7zm0 2a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm9 7a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7zm0 2a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z'/%3E%3C/svg%3E"); }
.mh-ico-down  { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 6l6 6 4-4 6.6 6.6V11h2v7h-7v-2h3.6L13 10.8l-4 4L1.6 7.4 3 6z'/%3E%3C/svg%3E"); }
.mh-ico-home  { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3 2 12h3v8h5v-6h4v6h5v-8h3L12 3z'/%3E%3C/svg%3E"); }
.mh-ico-job   { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 3a2 2 0 0 0-2 2v2H4a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-3V5a2 2 0 0 0-2-2H9zm0 2h6v2H9V5zm-4 4h14v4H5V9zm0 6h14v3H5v-3z'/%3E%3C/svg%3E"); }
.mh-ico-split { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18v3H3V5zm0 5.5h11v3H3v-3zM3 16h7v3H3v-3zm14-4 4 4-4 4v-3h-4v-2h4v-3z'/%3E%3C/svg%3E"); }
.mh-ico-net   { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h16a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1h-6v2h3v2H7v-2h3v-2H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zm1 2v9h14V6H5z'/%3E%3C/svg%3E"); }
.mh-ico-done  { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-1.2 14.6-4.4-4.4 1.4-1.4 3 3 6-6 1.4 1.4-7.4 7.4z'/%3E%3C/svg%3E"); }

/* 약속 타일 (다크 4) */
.mh-tiles4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.mh-tiles4 > div { background: #0f1c2e; border-radius: 16px; padding: 28px 22px 26px; text-align: center;
	display: flex; flex-direction: column; align-items: center; gap: 8px; box-shadow: 0 12px 28px rgba(8,18,32,0.14); }
.mh-tiles4 strong { color: #fff; font-size: 1.05rem; font-weight: 800; letter-spacing: -0.02em; margin-top: 6px; }
.mh-tiles4 span { color: #a9b9d0; font-size: 0.82rem; line-height: 1.6; }

/* 상황 카드 (연회색) + 풀폭 CTA 바 */
.mh-mirror-grid { gap: 14px; margin-top: 0; }
#mh-page .mh-main .mh-mirror-grid a { background: #f3f5f9; border-color: #e9edf3; border-radius: 14px; padding: 24px 22px 20px; }
#mh-page .mh-main .mh-mirror-grid a:hover { background: #fff; }
.mh-mirror-grid strong { font-size: 1.02rem; color: #0b1422; }
#mh-page .mh-main a.mh-bar { display: block; margin: 18px 0 0; padding: 18px 20px; border-radius: 12px; text-align: center;
	background: #0f1c2e; color: #fff; font-weight: 800; font-size: 1rem; text-decoration: none; letter-spacing: -0.01em;
	transition: background 0.18s; }
#mh-page .mh-main a.mh-bar:hover { background: #1c3252; color: #fff; }
#mh-page .mh-main a.mh-bar::after { content: " →"; color: var(--amber); }

/* 계산 예시 그리드 (4열) */
.mh-ex-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.mh-ex { border: 1px solid #e3e8f0; border-radius: 14px; overflow: hidden; background: #fff;
	box-shadow: 0 8px 22px rgba(8,18,32,0.07); transition: transform 0.18s, box-shadow 0.18s; }
.mh-ex:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(8,18,32,0.12); }
.mh-ex-top { position: relative; background: linear-gradient(140deg, #16294a 0%, #0c1626 100%); color: #fff;
	padding: 18px 18px 22px; min-height: 118px; display: flex; flex-direction: column; gap: 2px; }
.mh-ex-tag { align-self: flex-start; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.04em; color: #0f1c2e;
	background: var(--amber); border-radius: 999px; padding: 3px 9px; margin-bottom: 10px; }
.mh-ex-top strong { font-size: 1.12rem; font-weight: 800; color: #fff; }
.mh-ex-top small { font-size: 0.8rem; color: #b8c6dc; }
.mh-ex-badge { position: absolute; right: 14px; bottom: -22px; width: 66px; height: 66px; border-radius: 50%;
	background: var(--amber); color: #14202f; display: flex; flex-direction: column; align-items: center; justify-content: center;
	font-size: 1.12rem; font-weight: 900; line-height: 1.1; border: 3px solid #fff; box-shadow: 0 6px 14px rgba(8,18,32,0.22); }
.mh-ex-badge em { font-style: normal; font-size: 0.58rem; font-weight: 700; }
.mh-ex dl { margin: 0; padding: 30px 18px 16px; }
.mh-ex dl > div { display: flex; justify-content: space-between; align-items: baseline; padding: 7px 0;
	border-bottom: 1px dashed #e3e8f0; }
.mh-ex dl > div:last-child { border-bottom: 0; }
.mh-ex dt { font-size: 0.78rem; color: var(--text-soft); }
.mh-ex dd { margin: 0; font-size: 0.92rem; font-weight: 700; color: #0b1422; font-variant-numeric: tabular-nums; }
.mh-ex dd.mh-ex-hot { font-size: 1.12rem; font-weight: 900; color: #1d4ed8; }
#cases .mh-cite { margin-top: 20px; text-align: center; }

/* 갈림길 밴드: 폭 확장 */
.mh-fork { margin: 84px calc(50% - 50vw); padding: 70px max(20px, calc(50vw - 460px)) 72px; background: #0b1626; }
.mh-fork h2 { font-size: 1.95rem; font-weight: 900; }
.mh-fork-col { border-radius: 16px; padding: 26px 28px; }

/* FAQ: 얇은 행 */
#answers .mh-qa { max-width: 860px; margin: 0 auto; }
.mh-qa details { border-radius: 10px; margin-bottom: 8px; border-color: #e6eaf1; }
.mh-qa summary { font-weight: 700; color: #0b1422; }
.mh-qa summary:hover { background: #f6f8fb; }

/* 준비 순서: 인물 + 번호 리스트 */
.mh-steps8-in { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start; max-width: 860px; margin: 0 auto; }
.mh-steps8-figured .mh-steps8-in { grid-template-columns: 340px minmax(0, 1fr); max-width: none; }
.mh-steps8-pic { position: sticky; top: 24px; border-radius: 18px; overflow: hidden; height: 620px;
	background: linear-gradient(180deg, #1a3358 0%, #0c1626 100%); display: flex; align-items: flex-end; justify-content: center; }
.mh-steps8-pic img { display: block; width: auto; max-width: 112%; max-height: 96%; object-fit: contain; object-position: bottom center; }
.mh-steps8 ol { list-style: none; margin: 0; padding: 0; }
.mh-steps8 li { display: flex; gap: 18px; padding: 18px 0; border-bottom: 1px solid #e9edf3; }
.mh-steps8 li:first-child { padding-top: 0; }
.mh-steps8 li > span { flex: 0 0 44px; height: 44px; border-radius: 50%; background: #0f1c2e; color: #fff;
	font-size: 0.82rem; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.mh-steps8 li strong { display: block; font-size: 1.04rem; font-weight: 800; color: #1d4ed8; margin-bottom: 4px; }
.mh-steps8 li p { margin: 0; font-size: 0.9rem; color: var(--text-soft); line-height: 1.75; }

/* 보호 장치: 다크 밴드 + 타일 9 */
.mh-shield { margin: 84px calc(50% - 50vw); padding: 70px max(20px, calc(50vw - 540px)) 76px; background: #0b1626; text-align: center; }
.mh-shield h2 { color: #fff; font-size: 1.95rem; font-weight: 900; letter-spacing: -0.035em; margin: 0 0 12px; }
.mh-shield > p { color: #a9b9d0; margin: 0 0 36px; font-size: 0.96rem; }
.mh-shield-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; text-align: left; }
.mh-shield-grid > div { background: #12233b; border: 1px solid rgba(255,255,255,0.07); border-radius: 14px;
	padding: 24px 24px 22px; display: flex; flex-direction: column; gap: 6px; }
.mh-shield-grid .mh-ico { width: 26px; height: 26px; margin-bottom: 8px; }
.mh-shield-grid strong { color: #fff; font-size: 1.02rem; font-weight: 800; }
.mh-shield-grid span { color: #9fb0c9; font-size: 0.84rem; line-height: 1.6; }

/* 상담 변호사 카드 */
.mh-counsel { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 0; background: #f3f5f9; border-radius: 20px; overflow: hidden; }
.mh-counsel-pic { background: linear-gradient(180deg, #1a3358 0%, #0c1626 100%); display: flex; align-items: flex-end; justify-content: center; min-height: 360px; }
.mh-counsel-pic img { display: block; max-height: 380px; width: auto; max-width: 110%; object-fit: contain; object-position: bottom center; }
.mh-counsel-body { padding: 44px 46px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.mh-counsel-body h2 { text-align: left; font-size: 1.6rem; margin: 0 0 14px; }
.mh-counsel-body p { margin: 0 0 18px; color: var(--text-soft); line-height: 1.85; }
.mh-counsel-name { display: flex; flex-direction: column; gap: 2px; padding-left: 14px; border-left: 3px solid var(--amber); }
.mh-counsel-name small { font-size: 0.78rem; color: var(--text-faint); }
.mh-counsel-name strong { font-size: 1.05rem; font-weight: 800; color: #0b1422; }

/* 푸터 다크 */
.mh-base { background: #0a1422; color: #8fa3c0; border-top: 0; }
.mh-base a { color: #cfdcf0; }
.mh-base p { color: #8fa3c0; }

@media (max-width: 900px) {
	.mh-tiles4 { grid-template-columns: repeat(2, 1fr); }
	.mh-ex-grid { grid-template-columns: repeat(2, 1fr); }
	.mh-steps8-figured .mh-steps8-in { grid-template-columns: 1fr; }
	.mh-steps8-pic { position: static; height: 340px; }
}
@media (max-width: 720px) {
	.mh-block { margin: 60px 0; }
	.mh-block h2, .mh-fork h2, .mh-shield h2 { font-size: 1.45rem; }
	.mh-block > h2 + p { font-size: 0.92rem; margin-bottom: 26px; }
	.mh-tiles4 { gap: 10px; }
	.mh-tiles4 > div { padding: 22px 14px 20px; }
	.mh-tiles4 strong { font-size: 0.95rem; }
	.mh-ex-grid { gap: 10px; }
	.mh-ex-top { padding: 14px 14px 20px; min-height: 108px; }
	.mh-ex-badge { width: 56px; height: 56px; font-size: 0.98rem; right: 10px; }
	.mh-ex dl { padding: 28px 14px 12px; }
	.mh-ex dd.mh-ex-hot { font-size: 1rem; }
	.mh-shield-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
	.mh-shield-grid > div { padding: 18px 16px; }
	.mh-counsel { grid-template-columns: 1fr; }
	.mh-counsel-pic { min-height: 260px; }
	.mh-counsel-pic img { max-height: 280px; }
	.mh-counsel-body { padding: 30px 24px; }
	.mh-fork, .mh-shield { margin-top: 60px; margin-bottom: 60px; padding-top: 50px; padding-bottom: 54px; }
}

/* ═══════════════════════════════════════════════════════════
   개편 레이어 v3 — 확장 섹션: 라이트 카드 · 체크 목록 · 번호 목록 · 주제 색인
   ═══════════════════════════════════════════════════════════ */
.mh-kards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: left; }
.mh-kards.mh-k3 { grid-template-columns: repeat(3, 1fr); }
.mh-kards.mh-k5 { grid-template-columns: repeat(5, 1fr); gap: 14px; }
.mh-kards > article { background: #fff; border: 1px solid #e3e8f0; border-top: 3px solid var(--amber);
	border-radius: 14px; padding: 22px 20px 20px; box-shadow: 0 8px 22px rgba(8,18,32,0.06); }
.mh-kards h3 { margin: 0 0 12px; font-size: 1.02rem; font-weight: 800; letter-spacing: -0.02em;
	color: #0b1422; line-height: 1.45; border: 0; padding: 0; }
.mh-kards ul { list-style: none; margin: 0; padding: 0; }
.mh-kards li { position: relative; margin: 7px 0 0; padding-left: 15px; font-size: 0.9rem;
	line-height: 1.65; color: #46546a; }
.mh-kards li::before { content: ""; position: absolute; left: 0; top: 0.68em; width: 6px; height: 6px;
	border-radius: 50%; background: var(--amber); }
.mh-block > .mh-kards + .mh-cite { text-align: center; margin-top: 18px; }

/* 체크 목록 (2열) */
.mh-ticks { list-style: none; margin: 0 0 8px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mh-ticks li { position: relative; background: #f3f5f9; border: 1px solid #e9edf3; border-radius: 12px;
	padding: 16px 18px 15px 46px; font-size: 0.9rem; line-height: 1.65; color: #46546a; }
.mh-ticks li::before { content: ""; position: absolute; left: 16px; top: 17px; width: 20px; height: 20px;
	background: var(--amber-deep);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-1.2 14.6-4.4-4.4 1.4-1.4 3 3 6-6 1.4 1.4-7.4 7.4z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-1.2 14.6-4.4-4.4 1.4-1.4 3 3 6-6 1.4 1.4-7.4 7.4z'/%3E%3C/svg%3E") center / contain no-repeat; }
.mh-ticks strong { display: block; color: #0b1422; font-size: 0.96rem; font-weight: 800; margin-bottom: 2px; }

/* 번호 목록 */
.mh-asklist { list-style: none; margin: 0 0 8px; padding: 0; counter-reset: mhask; }
.mh-asklist li { counter-increment: mhask; position: relative; padding: 16px 0 16px 56px;
	border-bottom: 1px solid #e9edf3; font-size: 0.92rem; line-height: 1.7; color: #46546a; }
.mh-asklist li:last-child { border-bottom: 0; }
.mh-asklist li::before { content: counter(mhask); position: absolute; left: 0; top: 16px; width: 38px; height: 38px;
	border-radius: 50%; background: #0f1c2e; color: var(--amber); font-weight: 900; font-size: 1rem;
	display: flex; align-items: center; justify-content: center; }
.mh-asklist strong { display: block; color: #0b1422; font-size: 1rem; font-weight: 800; }

/* 주제 색인 */
.mh-atlas { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
#mh-page .mh-main .mh-atlas a { display: block; padding: 13px 16px; border: 1px solid #e3e8f0; border-radius: 10px;
	background: #fff; color: #1b2431; font-size: 0.9rem; font-weight: 700; text-decoration: none; letter-spacing: -0.01em;
	transition: border-color 0.16s, background 0.16s; }
#mh-page .mh-main .mh-atlas a:hover { border-color: var(--amber); background: #fffaf0; }

/* 표 뒤 설명 문단 */
.mh-prose .mh-grid-wrap + p:not(.mh-cite) { margin-top: 16px; font-size: 0.95rem; line-height: 1.85; color: #46546a; }

@media (max-width: 900px) {
	.mh-kards, .mh-kards.mh-k5 { grid-template-columns: repeat(2, 1fr); }
	.mh-kards.mh-k3 { grid-template-columns: repeat(2, 1fr); }
	.mh-atlas { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
	.mh-ticks { grid-template-columns: 1fr; }
	.mh-atlas { grid-template-columns: repeat(2, 1fr); gap: 8px; }
	#mh-page .mh-main .mh-atlas a { padding: 11px 12px; font-size: 0.85rem; }
}
@media (max-width: 480px) {
	.mh-kards, .mh-kards.mh-k3, .mh-kards.mh-k5 { grid-template-columns: 1fr; }
}

/* 유튜브 2×2 그리드 (영상 4개 이하일 때 슬라이더 대신 큰 타일) */
.mh-clips2 .mh-reel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; overflow: visible; }
.mh-clips2 .mh-clip { flex: none; min-width: 0; }
.mh-clips2 .mh-clip-thumb { border-radius: 14px; box-shadow: 0 12px 28px rgba(8,18,32,0.14); }
.mh-clips2 .mh-clip-play { width: 68px; height: 48px; border-radius: 14px; background: rgba(230,33,23,0.94); }
.mh-clips2 .mh-clip:hover .mh-clip-play { background: #ff2a1f; }
.mh-clips2 .mh-clip strong { margin-top: 12px; font-size: 1rem; text-align: center; }
@media (max-width: 720px) {
	.mh-clips2 .mh-reel { gap: 12px; }
	.mh-clips2 .mh-clip-play { width: 46px; height: 32px; border-radius: 9px; }
	.mh-clips2 .mh-clip strong { font-size: 0.82rem; margin-top: 8px; }
}

/* ═══════════ 우측 고정 상담 패널 (1480px 이상) ═══════════ */
.mh-side { display: none; }
@media (min-width: 1480px) {
	html.mh-has-panel #mh-page { padding-right: 400px; }
	html.mh-has-panel .mh-side { display: flex; flex-direction: column; position: fixed; top: 0; right: 0; bottom: 0; width: 400px;
		background: #fff; border-left: 1px solid #e3e8f0; box-shadow: -12px 0 32px rgba(8,18,32,0.10); z-index: 90; overflow-y: auto; }
	.admin-bar .mh-side { top: 32px; }
	html.mh-has-panel .mh-dockbar-cta { display: none; }
	.mh-side-head { background: #0f1c2e; color: #fff; text-align: center; padding: 22px 16px 20px; border-bottom: 3px solid var(--amber); flex: none; }
	.mh-side-head small { display: block; font-size: 0.78rem; color: #a9b9d0; letter-spacing: 0.02em; margin-bottom: 4px; }
	.mh-side-head strong { font-size: 1.18rem; font-weight: 900; letter-spacing: -0.03em; }
	.mh-side-body { padding: 16px 8px 28px; }
	.mh-side-now, .mh-side-acts, .mh-side-note { margin-left: 8px; margin-right: 8px; }
	.mh-side-now { display: flex; justify-content: space-between; align-items: center; margin-top: 0; margin-bottom: 12px; padding: 9px 14px;
		border: 1px solid #e3e8f0; border-radius: 999px; font-size: 0.78rem; color: #46546a; }
	.mh-side-now em { font-style: normal; font-weight: 800; color: #0b1422; }
	.mh-side-now .mh-pulse-dot { margin-right: 6px; vertical-align: middle; }
	.mh-side-acts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 12px; }
	#mh-page .mh-side-acts a { display: block; text-align: center; padding: 12px 6px; border-radius: 10px; font-size: 0.9rem; font-weight: 800;
		text-decoration: none; border: 1px solid #e3e8f0; color: #0b1422; background: #fff; }
	#mh-page .mh-side-acts a + a { background: var(--amber); border-color: var(--amber); color: #1a1303; }
	#mh-page .mh-side-acts a:hover { border-color: var(--amber-deep); }
	.mh-side-frame { border-top: 1px solid #e9edf3; padding-top: 6px; }
	.mh-side-note { margin-top: 12px; margin-bottom: 0; font-size: 0.72rem; line-height: 1.65; color: #7a8699; text-align: center; }
}
