/* ═══════════════════════════════════════════
   울산 개인회생 — 디자인 시스템 (us-hub)
   톤: 항만 도면 리포트 (광고 랜딩 아님)
   팔레트: 다크 코코아 + 웜 페이퍼 + 스틸 마린블루
   ═══════════════════════════════════════════ */

:root {
	--cocoa:       #33241c;
	--cocoa-soft:  #4a362a;
	--ink:         #2d2823;
	--ink-mid:     #6a6058;
	--ink-light:   #98908a;
	--bg:          #faf8f5;
	--card:        #ffffff;
	--line:        #e6e0d8;
	--marine:      #3a6b8c;
	--marine-dark: #2c5570;
	--marine-soft: #eaf1f6;
	--ok:          #2e7d5b;
	--font: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
	        "Segoe UI", "Malgun Gothic", sans-serif;
}

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

.us-container { max-width: 860px; margin: 0 auto; padding: 0 20px; }

/* ── 상단 미니 헤더 ── */
.us-topbar { background: var(--card); border-bottom: 1px solid var(--line); }
.us-topbar-inner { display: flex; justify-content: space-between; align-items: center;
	gap: 16px; padding-top: 11px; padding-bottom: 11px; }
.us-updated { font-size: 0.78rem; color: var(--ink-light); white-space: nowrap;
	margin-left: auto; }

/* ── 히어로 (다크 코코아 + 좌측 패널) ── */
.us-hero { position: relative; overflow: hidden;
	background: linear-gradient(155deg, var(--cocoa) 0%, #43302a 100%);
	color: #f4efe9; padding: 62px 0 56px; text-align: left;
	border-top: 3px solid var(--marine); }
.us-hero::before { content: ""; position: absolute; top: -160px; left: -140px;
	width: 540px; height: 540px; border-radius: 50%; pointer-events: none;
	background: radial-gradient(circle, rgba(58,107,140,0.26) 0%, rgba(58,107,140,0) 65%); }
.us-hero::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.035); pointer-events: none; user-select: none; }

.us-hero-grid { position: relative; z-index: 1; display: grid;
	grid-template-columns: 350px 1fr; gap: 48px; align-items: center; }

.us-hero-eyebrow { display: inline-block; font-size: 0.8rem; letter-spacing: 0.05em;
	color: #a9c6da; margin: 0 0 16px; font-weight: 700;
	padding: 6px 14px; border: 1px solid rgba(58,107,140,0.55); border-radius: 999px;
	background: rgba(58,107,140,0.16); }
.us-hero h1 { font-size: 3.1rem; font-weight: 900; letter-spacing: -0.035em;
	margin: 0 0 16px; color: #fff; line-height: 1.18; }
.us-hero-sub { font-size: 1.02rem; color: #d8cfc6; max-width: 560px;
	margin: 0 0 30px; line-height: 1.85; }

.us-stats { 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; }
.us-stats li { flex: 1; padding: 18px 18px 16px; }
.us-stats li + li { border-left: 1px solid rgba(255,255,255,0.14); }
.us-stats strong { display: block; font-size: 1.35rem; font-weight: 800; color: #fff;
	font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }
.us-stats span { font-size: 0.78rem; color: #b6a99e; }

.us-hero-note { font-size: 0.8rem; color: #b6a99e; margin: 12px 0 0; }

/* 히어로 좌측 패널 — 관할 선택 안내 + 도구 바로가기 */
.us-hero-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.3); }
.us-panel-badge { display: inline-block; background: var(--marine); color: #fff;
	font-size: 0.72rem; font-weight: 800; letter-spacing: 0.05em;
	padding: 5px 12px; border-radius: 6px; margin-bottom: 14px; }
.us-panel-title { font-size: 1.35rem; font-weight: 900; color: #fff;
	margin: 0 0 12px; letter-spacing: -0.02em; }
.us-panel-list { list-style: none; margin: 0 0 20px; padding: 0; }
.us-panel-list li { position: relative; padding: 7px 0 7px 18px;
	font-size: 0.88rem; color: #d8cfc6; line-height: 1.6;
	border-bottom: 1px solid rgba(255,255,255,0.08); }
.us-panel-list li:last-child { border-bottom: none; }
.us-panel-list li::before { content: ""; position: absolute; left: 2px; top: 16px;
	width: 6px; height: 6px; border-radius: 2px; background: var(--marine); }
.us-panel-list strong { color: #fff; }

.us-panel-links { display: flex; flex-direction: column; gap: 8px; }
.us-panel-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: #f4efe9; font-size: 0.9rem; font-weight: 700; text-decoration: none;
	transition: border-color 0.18s, background 0.18s; }
.us-panel-links a:hover { border-color: var(--marine); background: rgba(58,107,140,0.16);
	color: #fff; }
.us-panel-links a span { font-size: 0.72rem; font-weight: 800; color: #7fa8c4;
	font-variant-numeric: tabular-nums; }
.us-panel-links a::after { content: "→"; margin-left: auto; color: #b6a99e; }

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

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

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

/* 마지막 섹션이 밴드면 푸터에 바로 밀착 (빈 배경 띠 제거)
   ※ :last-child 아님 — 섹션 뒤에 <script>가 붙어 있어 :last-of-type을 사용 */
.us-main > section.us-band-alt:last-of-type { margin-bottom: 0; border-bottom: none; }
.us-main > section.us-section:last-of-type:not(.us-band-alt) { margin-bottom: 64px; }

/* H2 — 상단 짧은 마린 바, 하단 보더 없음 */
.us-section h2 { font-size: 1.7rem; font-weight: 800; letter-spacing: -0.02em;
	color: var(--cocoa); margin: 0 0 14px; padding-top: 14px; position: relative; }
.us-section h2::before { content: ""; position: absolute; top: 0; left: 0;
	width: 46px; height: 4px; border-radius: 2px; background: var(--marine); }
.us-section h3 { font-size: 1.13rem; font-weight: 700; color: var(--ink);
	margin: 30px 0 10px; }
.us-section > p { margin: 0 0 16px; color: var(--ink-mid); }
.us-section strong { color: var(--ink); }

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

/* ── 표 ── */
.us-table-wrap { overflow-x: auto; margin: 12px 0 6px; border: 1px solid var(--line);
	border-radius: 10px; background: var(--card); }
.us-table { width: 100%; border-collapse: collapse; font-size: 0.92rem; min-width: 480px; }
.us-table th { text-align: left; font-weight: 700; color: #fff;
	background: var(--cocoa); padding: 12px 16px; border-bottom: 1px solid var(--line);
	font-size: 0.85rem; letter-spacing: 0.02em; }
.us-table td { padding: 13px 16px; border-bottom: 1px solid #f0ebe4;
	color: var(--ink-mid); vertical-align: top; font-variant-numeric: tabular-nums; }
.us-table tr:last-child td { border-bottom: none; }
.us-table td strong { color: var(--marine-dark); }

/* ── 조건 리스트 ── */
.us-cond article { background: var(--card); border: 1px solid var(--line);
	border-radius: 10px; padding: 24px 26px; margin-bottom: 14px;
	transition: border-color 0.18s; }
.us-cond article:hover { border-color: var(--marine); }
.us-cond h3 { margin: 0 0 8px; display: flex; align-items: center; gap: 12px; }
.us-cond p { margin: 0; font-size: 0.94rem; color: var(--ink-mid); }
.us-num { display: inline-flex; align-items: center; justify-content: center;
	width: 30px; height: 30px; min-width: 30px; border-radius: 8px;
	background: var(--marine-soft); color: var(--marine-dark);
	font-size: 0.88rem; font-weight: 800; }

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

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

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

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

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

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

@media (max-width: 640px) {
	.us-partners { grid-template-columns: 1fr; }
	.us-partner-img img { max-height: 300px; }
}

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

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

.us-check-result { margin-top: 22px; padding: 22px 24px; border-radius: 10px;
	background: var(--marine-soft); border: 1px solid #cfdfe9; }
.us-check-result h3 { margin: 0 0 8px; color: var(--marine-dark); font-size: 1.1rem; }
.us-check-result p { margin: 0 0 16px; font-size: 0.92rem; color: var(--ink-mid); }

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

.us-calc-result { margin-top: 24px; padding-top: 22px; border-top: 1px dashed var(--line); }
.us-calc-result dl { display: grid; grid-template-columns: repeat(2, 1fr);
	gap: 12px; margin: 0 0 20px; }
.us-calc-result dl > div { background: #f6f3ee; border-radius: 8px; padding: 14px 16px; }
.us-calc-result dt { font-size: 0.76rem; color: var(--ink-light); margin-bottom: 3px; }
.us-calc-result dd { margin: 0; font-size: 1.15rem; font-weight: 800; color: var(--ink);
	font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }
.us-calc-result dd.us-em { color: var(--marine-dark); }

.us-gauge { margin-bottom: 18px; }
.us-gauge-bar { height: 10px; background: #ebe6de; border-radius: 999px; overflow: hidden; }
.us-gauge-bar span { display: block; height: 100%; width: 0;
	background: linear-gradient(90deg, var(--marine), var(--marine-dark));
	border-radius: 999px; transition: width 0.6s ease; }
.us-gauge p { margin: 8px 0 0; font-size: 0.88rem; color: var(--ink-mid); }
.us-gauge strong { color: var(--marine-dark); font-size: 1.05rem;
	font-variant-numeric: tabular-nums; }

.us-calc-note { font-size: 0.85rem; color: var(--ink-mid); margin: 0 0 18px; }

/* ── 팁 리스트 ── */
.us-tips { list-style: none; margin: 12px 0 0; padding: 0; }
.us-tips li { position: relative; padding: 12px 0 12px 22px; font-size: 0.94rem;
	color: var(--ink-mid); border-bottom: 1px solid #f0ebe4; }
.us-tips li:last-child { border-bottom: none; }
.us-tips li::before { content: ""; position: absolute; left: 2px; top: 21px;
	width: 7px; height: 7px; border-radius: 2px; background: var(--marine); }

/* ── 절차 5단계 — 라운드 사각 배지 + 점선 커넥터 ── */
.us-steps { list-style: none; margin: 20px 0 0; padding: 0; counter-reset: step;
	position: relative; }
.us-steps li { position: relative; padding: 0 0 30px 58px; counter-increment: step; }
.us-steps li::before { content: counter(step); position: absolute; left: 0; top: 0;
	width: 38px; height: 38px; border-radius: 10px; background: var(--cocoa); color: #fff;
	font-weight: 800; font-size: 1rem; display: flex; align-items: center;
	justify-content: center; }
.us-steps li::after { content: ""; position: absolute; left: 19px; top: 44px;
	bottom: 6px; width: 0; border-left: 1px dashed #cfc6bb; }
.us-steps li:last-child::after { display: none; }
.us-steps h3 { margin: 4px 0 6px; font-size: 1.08rem; }
.us-steps p { margin: 0; font-size: 0.93rem; color: var(--ink-mid); }
.us-steps em { font-style: normal; color: var(--marine-dark); font-weight: 600; }

/* ── FAQ (details/summary) ── */
.us-faq details { background: var(--card); border: 1px solid var(--line);
	border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
.us-faq summary { list-style: none; cursor: pointer; padding: 17px 46px 17px 20px;
	font-weight: 700; font-size: 0.97rem; color: var(--ink); position: relative;
	transition: background 0.15s; }
.us-faq summary::-webkit-details-marker { display: none; }
.us-faq summary::after { content: "+"; position: absolute; right: 18px; top: 50%;
	transform: translateY(-50%); font-size: 1.3rem; font-weight: 400;
	color: var(--ink-light); transition: transform 0.2s; }
.us-faq details[open] summary::after { content: "−"; }
.us-faq summary:hover { background: #f6f3ee; }
.us-faq .us-q { color: var(--marine-dark); font-weight: 800; margin-right: 2px; }
.us-faq details p { margin: 0; padding: 0 20px 18px; font-size: 0.92rem;
	color: var(--ink-mid); }

/* ── 위성 글 (single.php) ── */
.us-topbar-post .us-home-link { font-size: 0.85rem; font-weight: 700;
	color: var(--cocoa); text-decoration: none; }
.us-topbar-post .us-home-link:hover { color: var(--marine-dark); }
.us-topbar-post { justify-content: space-between !important; }

.us-post-wrap { max-width: 800px; padding-top: 34px; }
.us-post-head { margin-bottom: 30px; padding-bottom: 22px;
	border-bottom: 2px solid var(--cocoa); }
.us-post-cat { display: inline-block; background: var(--marine-soft);
	color: var(--marine-dark); border: 1px solid #cfdfe9;
	font-size: 0.74rem; font-weight: 800; letter-spacing: 0.03em;
	padding: 5px 12px; border-radius: 999px; margin: 0 0 14px; }
.us-post-head h1 { font-size: 1.9rem; font-weight: 900; letter-spacing: -0.025em;
	line-height: 1.4; color: var(--cocoa); margin: 0 0 12px; }
.us-post-meta { font-size: 0.8rem; color: var(--ink-light); margin: 0; }
.us-post-meta span { margin: 0 4px; }

/* 위성 글 대표 이미지 */
.us-post-thumb { margin: 0 0 32px; text-align: center; }
.us-post-thumb img { display: inline-block; width: 100%; max-width: 460px; height: auto;
	border-radius: 12px; border: 1px solid var(--line); }

/* 위성 글 본문 삽입 이미지 (발행 파이프라인이 본문 상단에 <figure class="us-entry-thumb"> 삽입)
   — 차단·숨김·lazy 치환 없음. 본문 이미지 노출 허용 상태 유지 */
.us-entry-thumb { margin: 0 0 26px; text-align: center; }
.us-entry-thumb img { display: inline-block; width: 100%; max-width: 430px; height: auto;
	border-radius: 12px; border: 1px solid var(--line); }
.us-entry-thumb figcaption { font-size: 0.76rem; color: var(--ink-light); margin-top: 6px; }

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

.us-post-more { margin: 34px 0 20px; }
.us-post-more a { font-size: 0.92rem; font-weight: 700; color: var(--cocoa);
	text-decoration: none; }
.us-post-more a:hover { color: var(--marine-dark); }

@media (max-width: 720px) {
	.us-post-head h1 { font-size: 1.45rem; }
	.us-topbar-post .us-home-link { font-size: 0.78rem; }
	.us-post-thumb img { max-width: 340px; }
	.us-entry-thumb img { max-width: 320px; }
	.us-arch-item.has-thumb { gap: 14px; }
	.us-arch-thumb { flex-basis: 84px; }
	.us-arch-thumb img { width: 84px; height: 84px; }
}

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

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

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

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

/* ── 상담 섹션 ── */
.us-consult-frame { background: var(--card); border: 1px solid var(--line);
	border-radius: 10px; padding: 18px; }

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

/* ── 모바일 고정 CTA ── */
.us-sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 100;
	background: rgba(51, 36, 28, 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); }
.us-sticky-cta a { display: block; max-width: 480px; margin: 0 auto; text-align: center;
	background: var(--marine); color: #fff; font-weight: 700; font-size: 0.98rem;
	padding: 13px; border-radius: 8px; text-decoration: none; }
.us-sticky-cta a:hover { background: var(--marine-dark); }

/* ── 반응형 ── */
@media (max-width: 960px) {
	.us-hero-grid { grid-template-columns: 1fr; gap: 34px; }
	/* 모바일에선 카피가 먼저, 패널이 뒤로 */
	.us-hero-panel { max-width: 520px; order: 2; }
	.us-hero-left { order: 1; }
	.us-hero::after { font-size: 9rem; }
}

@media (max-width: 720px) {
	.us-body { font-size: 15.5px; }
	.us-hero { padding: 46px 0 42px; }
	.us-hero h1 { font-size: 2.15rem; }
	.us-hero::after { display: none; }
	.us-hero-panel { padding: 20px 18px; }
	.us-stats { flex-direction: row; }
	.us-stats li { padding: 13px 10px 11px; }
	.us-stats strong { font-size: 1.02rem; }
	.us-stats span { font-size: 0.7rem; }
	/* ※ margin 단축 사용 금지 — .us-band-alt의 좌우 음수 마진(풀블리드)이 리셋됨 */
	.us-section { margin-top: 44px; margin-bottom: 44px; }
	.us-band-alt { padding-top: 38px; padding-bottom: 42px; }
	.us-section h2 { font-size: 1.4rem; }
	.us-calc-inputs { grid-template-columns: 1fr; }
	.us-calc-result dl { grid-template-columns: 1fr 1fr; }
	.us-check-list li { flex-wrap: wrap; }
	.us-check-list li > span:first-of-type { flex-basis: calc(100% - 30px); }
	.us-yn { margin-left: 30px; }
	.us-tool-card { padding: 20px 16px; }
	.us-topbar-inner { flex-direction: column; gap: 2px; align-items: flex-start; }
}
