/**
 * 메인 하단(정책 소식~허브) — Phase 1 시안 톤
 * 기존 .nc-* / FAQ·시뮬 ID 는 유지하고 시각만 맞춤
 */
:root {
  --hl-teal: #0f766e;
  --hl-teal-dark: #0b5f59;
  --hl-teal-soft: #d8efeb;
  --hl-teal-line: #b7ddd7;
  --hl-navy: #1e3a5f;
  --hl-ink: #0f172a;
  --hl-muted: #64748b;
  --hl-line: #e8edf2;
  --hl-wash: #f7fbfa;
  --hl-radius: 16px;
  --hl-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 8px 24px rgba(15, 23, 42, .05);
}

/* ── Policy section header ── */
.hl-policy .nc-section-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--hl-teal-soft) !important;
  color: var(--hl-teal-dark) !important;
  border: 1px solid var(--hl-teal-line);
  background-image: none !important;
}
.hl-policy .hl-policy-title {
  margin: 0;
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--hl-navy);
  word-break: keep-all;
}
.hl-policy .hl-policy-sub {
  margin: 2px 0 0;
  font-size: 0.78rem;
  color: var(--hl-muted);
}
.hl-policy .nc-total-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f4f6f8;
  border: 1px solid var(--hl-line);
  font-size: 0.72rem;
  color: var(--hl-muted);
}

/* Filter chips → teal */
.hl-policy .nc-filter-chip:hover {
  border-color: var(--hl-teal-line);
  color: var(--hl-teal);
  background: var(--hl-wash);
}
.hl-policy .nc-filter-chip.nc-filter-active {
  background: var(--hl-teal);
  color: #fff;
  border-color: var(--hl-teal);
  box-shadow: 0 6px 16px rgba(15, 118, 110, .2);
}

/* Featured card → teal/navy (was blue) */
.hl-policy .nc-ft {
  background: linear-gradient(135deg, #0f3d3a 0%, #1e3a5f 100%);
  border-color: rgba(15, 118, 110, .2);
}
.hl-policy .nc-ft::before {
  background: radial-gradient(ellipse, rgba(15, 118, 110, .14) 0%, transparent 70%);
}
.hl-policy .nc-ft-link:hover .nc-ft-title { color: #99f6e4; }
.hl-policy .nc-ft-badge-src {
  background: rgba(153, 246, 228, .14);
  color: #99f6e4;
}
.hl-policy .nc-ft-info-icon {
  background: rgba(15, 118, 110, .18);
  color: #5eead4;
}
.hl-policy .nc-ft-cta-btn {
  background: linear-gradient(135deg, #0f766e, #0d9488);
  box-shadow: 0 4px 14px rgba(15, 118, 110, .35);
}
.hl-policy .nc-ft-link:hover .nc-ft-cta-btn {
  background: linear-gradient(135deg, #14b8a6, #0f766e);
  box-shadow: 0 6px 20px rgba(15, 118, 110, .45);
}
.hl-policy .nc-ft-cta-mobile { color: #5eead4; }
.hl-policy .nc-ft-link:hover .nc-ft-cta-mobile { color: #99f6e4; }

/* News cards */
.hl-policy .nc-card:hover { border-color: var(--hl-teal-line); }
.hl-policy .nc-card:hover .nc-title { color: var(--hl-teal-dark); }
.hl-policy .nc-more-btn {
  border-color: var(--hl-teal-line) !important;
  color: var(--hl-teal) !important;
}

/* Soft CTA banner (legacy, kept if reused) */
.hl-policy .hl-cta-banner {
  background: linear-gradient(135deg, #0f3d3a 0%, #1e3a5f 100%);
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  border: 1px solid rgba(15, 118, 110, .25);
}
.hl-policy .hl-cta-banner .hl-cta-ico {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(15, 118, 110, .28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #99f6e4;
}
.hl-policy .hl-cta-banner .btn-hl,
.hl-policy .btn-hl {
  background: var(--hl-teal);
  border: none;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  font-size: 0.8rem;
  padding: 8px 14px;
}
.hl-policy .hl-cta-banner .btn-hl:hover,
.hl-policy .btn-hl:hover {
  background: var(--hl-teal-dark);
  color: #fff;
}

/* ── Editorial brief: featured + list (시안) ── */
.hl-brief-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 18px;
  align-items: stretch;
  min-width: 0;
}
.hl-brief-grid > * { min-width: 0; }

.hl-featured {
  border: 1px solid var(--hl-line);
  border-radius: var(--hl-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--hl-shadow);
  display: flex;
  flex-direction: column;
}
.hl-featured-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  background: linear-gradient(145deg, #0f766e, #1e3a5f);
}
.hl-feat-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .95;
  pointer-events: none;
}
.hl-featured-media-inner {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--hl-navy);
  font-size: 11px;
  font-weight: 700;
}
/* 카테고리별 그라데이션 */
.hl-feat-finance { background: linear-gradient(145deg, #0f766e 0%, #115e59 45%, #1e3a5f 100%); }
.hl-feat-retail  { background: linear-gradient(145deg, #0d9488 0%, #0f766e 50%, #134e4a 100%); }
.hl-feat-manage  { background: linear-gradient(145deg, #1e3a5f 0%, #0f766e 100%); }
.hl-feat-people  { background: linear-gradient(145deg, #0f766e 0%, #334155 100%); }
.hl-feat-export  { background: linear-gradient(145deg, #155e75 0%, #0f766e 55%, #1e3a5f 100%); }
.hl-feat-tech    { background: linear-gradient(145deg, #134e4a 0%, #1e293b 100%); }
.hl-feat-edu     { background: linear-gradient(145deg, #0f766e 0%, #164e63 100%); }
.hl-feat-closure,
.hl-feat-default { background: linear-gradient(145deg, rgba(15,118,110,.92), rgba(30,58,95,.75)); }
.hl-featured-body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hl-featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .03em;
  color: var(--hl-teal);
  margin-bottom: 8px;
}
.hl-featured-badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hl-teal);
  box-shadow: 0 0 0 3px rgba(15,118,110,.18);
}
.hl-featured-title {
  margin: 0 0 10px;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.025em;
  word-break: keep-all;
}
.hl-featured-title a {
  color: var(--hl-ink);
  text-decoration: none;
}
.hl-featured-title a:hover { color: var(--hl-teal-dark); }
.hl-featured-desc {
  margin: 0 0 16px;
  font-size: 0.86rem;
  color: var(--hl-muted);
  flex: 1;
  word-break: keep-all;
}
.hl-featured-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.hl-featured-src {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--hl-muted);
}

.hl-news-list {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--hl-line);
  border-radius: var(--hl-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--hl-shadow);
  min-width: 0;
}
.hl-news-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid var(--hl-line);
  text-decoration: none !important;
  color: inherit;
  transition: background .15s;
  min-width: 0;
}
.hl-news-item:last-child { border-bottom: 0; }
.hl-news-item:hover { background: #f8fbfb; color: inherit; }
.hl-news-tag {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--hl-teal-soft);
  color: var(--hl-teal-dark);
  border: 1px solid var(--hl-teal-line);
  font-size: 1rem;
  flex-shrink: 0;
}
.hl-news-body h4 {
  margin: 0 0 4px;
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.4;
  color: var(--hl-ink);
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hl-news-item:hover .hl-news-body h4 { color: var(--hl-teal-dark); }
.hl-news-sub {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  color: var(--hl-muted);
}
.hl-news-ext {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--hl-muted);
  background: #f4f6f8;
}
.hl-news-item:hover .hl-news-ext {
  color: var(--hl-teal);
  background: var(--hl-teal-soft);
}

@media (max-width: 800px) {
  .hl-brief-grid { grid-template-columns: 1fr; }
  .hl-news-item { grid-template-columns: auto minmax(0, 1fr); }
  .hl-news-ext { display: none; }
  .hl-featured-title { font-size: 1.02rem; }
}

/* ── 전역 section 7.5rem 패딩 차단 (style.css) ── */
main section.hl-policy,
main section.hl-actions,
main section.hl-trust,
main section.hl-hub,
main section.hl-market,
main section.hl-reviews,
main section.hl-read,
section.hl-policy,
section.hl-actions,
section.hl-trust,
section.hl-hub,
section.hl-market,
section.hl-reviews,
section.hl-read {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
main section.hl-policy,
section.hl-policy {
  padding-top: 1.75rem !important;
  padding-bottom: 0.75rem !important;
}
main section.hl-actions,
section.hl-actions {
  padding-top: 0.85rem !important;
  padding-bottom: 0.85rem !important;
}
main section.hl-trust,
section.hl-trust {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
main section.hl-hub,
section.hl-hub {
  padding-top: 1.5rem !important;
  padding-bottom: 0.75rem !important;
}
main section.hl-market,
section.hl-market {
  padding-top: 1.35rem !important;
  padding-bottom: 1.75rem !important;
}

/* ── Action strip ── */
.hl-actions {
  background: linear-gradient(180deg, #f7fbfa 0%, #f3f7f6 100%);
  border-top: 1px solid #e3eeeb;
  border-bottom: 1px solid #e3eeeb;
}
.hl-actions-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.hl-action {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--hl-line);
  border-radius: var(--hl-radius);
  box-shadow: var(--hl-shadow);
  text-decoration: none !important;
  color: inherit;
  transition: transform .2s, border-color .15s, box-shadow .2s;
  min-width: 0;
}
.hl-action:hover {
  transform: translateY(-2px);
  border-color: var(--hl-teal-line);
  box-shadow: 0 10px 24px rgba(15, 118, 110, .08);
  color: inherit;
}
.hl-action-ico {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--hl-teal-soft);
  color: var(--hl-teal-dark);
  border: 1px solid var(--hl-teal-line);
  flex-shrink: 0;
  font-size: 1.15rem;
}
.hl-action:nth-child(2) .hl-action-ico {
  background: #dcefee;
  color: var(--hl-teal);
}
.hl-action:nth-child(3) .hl-action-ico {
  background: #e2f1ef;
  color: #0d6b64;
}
.hl-action strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--hl-navy);
  letter-spacing: -0.02em;
}
.hl-action span {
  font-size: 0.75rem;
  color: var(--hl-muted);
}
.hl-action .hl-chev {
  margin-left: auto;
  color: #94a3b8;
  opacity: .7;
}
@media (max-width: 767.98px) {
  .hl-actions-inner { grid-template-columns: 1fr; }
  .hl-action .hl-chev { display: none; }
}

/* ── FAQ + simulator ── */
.hl-trust {
  background: linear-gradient(180deg, #f4f8f7 0%, #f7fbfa 100%) !important;
}
.hl-panel {
  background: #fff;
  border: 1px solid var(--hl-line);
  border-radius: var(--hl-radius);
  padding: 22px;
  box-shadow: var(--hl-shadow);
  height: 100%;
}
.hl-panel-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 6px;
}
.hl-panel-ico {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--hl-teal-soft);
  color: var(--hl-teal-dark);
  border: 1px solid var(--hl-teal-line);
  flex-shrink: 0;
  font-size: 1rem;
}
.hl-panel h2 {
  margin: 0;
  font-size: 1.12rem;
  color: var(--hl-navy);
  font-weight: 800;
  letter-spacing: -0.025em;
  word-break: keep-all;
}
.hl-panel .hl-lead {
  margin: 0 0 16px;
  font-size: 0.8rem;
  color: var(--hl-muted);
}
.hl-trust .accordion-item {
  border: 1px solid var(--hl-line) !important;
  border-radius: 12px !important;
  margin-bottom: 8px;
  overflow: hidden;
  background: #fff;
}
.hl-trust .accordion-button {
  font-size: 0.88rem;
  padding: 14px 16px;
  box-shadow: none !important;
  background: #fff;
  color: var(--hl-ink);
  font-weight: 700;
}
.hl-trust .accordion-button:not(.collapsed) {
  background: var(--hl-wash);
  color: var(--hl-teal-dark);
}
.hl-trust .accordion-button::after {
  background-image: none;
  content: "+";
  font-weight: 700;
  color: var(--hl-teal);
  width: auto;
  height: auto;
  transform: none;
}
.hl-trust .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none;
}
.hl-trust .accordion-body {
  font-size: 0.82rem;
  color: #475569;
  padding: 12px 16px 16px;
}
.hl-link-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--hl-teal);
  text-decoration: none;
}
.hl-link-more:hover { color: var(--hl-teal-dark); }

.hl-sim-result {
  background: linear-gradient(145deg, #ecf8f6, #f4faf9);
  border: 1px solid #c7e8e2;
  border-radius: 13px;
  padding: 14px 16px;
  margin-bottom: 10px;
}
.hl-sim-result .label { font-size: 0.72rem; color: var(--hl-muted); }
.hl-sim-result .val {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--hl-teal);
  letter-spacing: -0.02em;
}
.hl-sim-grant {
  background: #f0f7f5;
  border: 1px solid #d5ebe6;
  border-radius: 13px;
  padding: 14px 16px;
}
.hl-sim-grant .label { font-size: 0.72rem; color: var(--hl-muted); }
.hl-sim-grant .val {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--hl-navy);
}
.hl-btn-primary {
  background: var(--hl-teal) !important;
  border-color: var(--hl-teal) !important;
  color: #fff !important;
  font-weight: 700;
  border-radius: 11px !important;
  padding: 10px !important;
}
.hl-btn-primary:hover {
  background: var(--hl-teal-dark) !important;
  border-color: var(--hl-teal-dark) !important;
}
.hl-trust .form-select:focus,
.hl-trust .form-control:focus {
  border-color: #7ec8bf;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, .12);
}

/* ── Hub summary ── */
.hl-hub {
  background: #fff !important;
}
.hl-hub .hl-hub-title,
.hl-reviews .hl-hub-title,
.hl-read .hl-hub-title {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 800;
  color: var(--hl-navy);
  letter-spacing: -0.03em;
}
.hl-hub .hl-hub-ico,
.hl-reviews .hl-hub-ico,
.hl-read .hl-hub-ico {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--hl-teal-soft);
  color: var(--hl-teal-dark);
  border: 1px solid var(--hl-teal-line);
  flex-shrink: 0;
}
.hl-hub-meta {
  font-size: 0.72rem;
  color: var(--hl-muted);
  padding: 6px 10px;
  border-radius: 999px;
  background: #f4f6f8;
  border: 1px solid var(--hl-line);
}
.hl-path {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 150px;
  padding: 18px;
  border: 1px solid var(--hl-line);
  border-radius: var(--hl-radius);
  background: #fff;
  box-shadow: var(--hl-shadow);
  text-decoration: none !important;
  color: inherit;
  transition: transform .2s, border-color .15s, box-shadow .2s;
}
.hl-path:hover {
  transform: translateY(-3px);
  border-color: var(--hl-teal-line);
  box-shadow: 0 12px 28px rgba(15, 118, 110, .08);
  color: inherit;
}
.hl-path-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.hl-path-ico {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: var(--hl-teal-soft);
  color: var(--hl-teal-dark);
  border: 1px solid var(--hl-teal-line);
  font-size: 1.1rem;
}
.hl-path .num {
  font-size: 0.7rem;
  font-weight: 800;
  color: #7a9e99;
  letter-spacing: .04em;
}
.hl-path h3 {
  margin: 0 0 6px;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--hl-navy);
}
.hl-path p {
  margin: 0 0 12px;
  font-size: 0.78rem;
  color: var(--hl-muted);
  flex: 1;
  word-break: keep-all;
}
.hl-path .go {
  font-size: 0.8rem;
  font-weight: 750;
  color: var(--hl-teal);
}
.hl-hub-more {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  font-size: 0.82rem;
  color: var(--hl-muted);
}
.hl-hub-more a {
  color: var(--hl-teal);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* 나머지 카테고리 — 컴팩트 */
.hl-hub-rest .hl-rest-card {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--hl-line);
  border-radius: 12px;
  background: #fff;
  text-decoration: none !important;
  color: inherit;
  height: 100%;
  transition: border-color .15s, transform .15s;
}
.hl-hub-rest .hl-rest-card:hover {
  border-color: var(--hl-teal-line);
  transform: translateY(-1px);
  color: inherit;
}
.hl-hub-rest .hl-rest-ico {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: inline-grid;
  place-items: center;
  background: var(--hl-teal-soft);
  color: var(--hl-teal-dark);
  border: 1px solid var(--hl-teal-line);
  margin-bottom: 8px;
  font-size: 0.9rem;
}
.hl-hub-rest .fw-bold { font-size: 0.85rem; color: var(--hl-navy); }
.hl-hub-rest .small { font-size: 0.7rem; color: var(--hl-muted); }

/* ── Market trend (서울) ── */
.hl-market {
  background: linear-gradient(180deg, #f7fbfa 0%, #f4f8f7 100%) !important;
}
.hl-kpi-card {
  background: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px solid var(--hl-line);
  box-shadow: var(--hl-shadow);
  height: 100%;
}
.hl-kpi-card.is-dark {
  background: linear-gradient(145deg, #0f3d3a, #1e3a5f);
  border-color: transparent;
  color: #fff;
}
.hl-kpi-ico {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  background: var(--hl-teal-soft);
  color: var(--hl-teal-dark);
  border: 1px solid var(--hl-teal-line);
  font-size: 0.78rem;
}
.hl-kpi-ico.is-danger { background: #fef2f2; color: #b91c1c; border-color: #fecaca; }
.hl-kpi-ico.is-ok { background: #ecfdf5; color: #0f766e; border-color: #a7f3d0; }
.hl-kpi-ico.is-on-dark {
  background: rgba(255,255,255,.14);
  color: #fbbf24;
  border-color: transparent;
}
.hl-kpi-label { font-size: 0.7rem; color: var(--hl-muted); }
.hl-kpi-val {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--hl-ink);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.hl-kpi-val span {
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--hl-muted);
  margin-left: 2px;
}
.hl-kpi-insight {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
}
.hl-kpi-insight span {
  display: block;
  margin-top: 2px;
  font-size: 0.7rem;
  font-weight: 400;
  opacity: .65;
}
.hl-kpi-panel {
  background: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  border: 1px solid var(--hl-line);
  box-shadow: var(--hl-shadow);
  height: 100%;
}
.hl-rank-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
}
.hl-rank-row.has-border { border-bottom: 1px solid #f1f5f9; }
.hl-rank-num {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.62rem;
  font-weight: 800;
  flex-shrink: 0;
  background: #eab308;
}
.hl-rank-num.n0 { background: #b91c1c; }
.hl-rank-num.n1 { background: #ea580c; }
.hl-bar-track {
  height: 6px;
  background: #f1f5f9;
  border-radius: 3px;
  overflow: hidden;
}
.hl-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #b91c1c, #ea580c);
  border-radius: 3px;
}
.hl-leg {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  margin-right: 3px;
  vertical-align: middle;
}
.hl-leg.is-close { background: #b91c1c; }
.hl-leg.is-open { background: #0f766e; }

/* 섹션 간 공백 압축 */
.hl-policy + .hl-actions { margin-top: 0 !important; }
.hl-policy .hl-brief-grid { margin-bottom: 0.5rem !important; }
.hl-policy .d-flex.gap-2.mt-2 { margin-top: 0.35rem !important; }
.hl-hub-rest { margin-top: 0.35rem !important; }
.hl-hub-more { margin-top: 0.5rem !important; }

main section.hl-reviews,
section.hl-reviews {
  padding-top: 1.5rem !important;
  padding-bottom: 1.25rem !important;
  margin: 0 !important;
  background: #fff;
}
.hl-reviews-inner {
  border: 1px solid var(--hl-line);
  border-radius: var(--hl-radius);
  background: linear-gradient(180deg, #f7fbfa 0%, #fff 42%);
  box-shadow: var(--hl-shadow);
  padding: 1.15rem 1.15rem 1rem;
}
@media (min-width: 992px) {
  .hl-reviews-inner { padding: 1.35rem 1.5rem 1.15rem; }
}
.hl-review-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--hl-line);
  border-radius: 14px;
  padding: 1rem 1.05rem 0.95rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .03);
  transition: transform .2s, border-color .15s, box-shadow .2s;
}
.hl-review-card:hover {
  transform: translateY(-2px);
  border-color: var(--hl-teal-line);
  box-shadow: 0 10px 24px rgba(15, 118, 110, .08);
}
.hl-review-card:has(.hl-review-admin-btns) .hl-review-top {
  padding-right: 64px;
}
.hl-review-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #0f766e;
  font-size: 0.82rem;
}
.hl-review-stars .bi-star { color: #cbd5e1; }
.hl-review-score {
  margin-left: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--hl-navy);
}
.hl-review-quote {
  margin: 0 0 0.85rem;
  flex: 1;
}
.hl-review-quote p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #334155;
  word-break: keep-all;
  white-space: pre-line;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hl-review-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #eef2f4;
  padding-top: 0.75rem;
  margin-top: auto;
}
.hl-review-avatar {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: var(--hl-teal-soft);
  color: var(--hl-teal-dark);
  border: 1px solid var(--hl-teal-line);
  font-weight: 800;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.hl-review-name {
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--hl-navy);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}
.hl-review-date {
  font-size: 0.72rem;
  color: var(--hl-muted);
}
.hl-review-admin-btns {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 4px;
  z-index: 2;
}
.hl-review-icon-btn {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid var(--hl-line);
  background: #fff;
  color: #64748b;
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  padding: 0;
}
.hl-review-icon-btn.is-danger {
  color: #b91c1c;
  border-color: #fecaca;
  background: #fef2f2;
}
.hl-review-empty {
  width: 100%;
  text-align: center;
  padding: 1.5rem 1rem;
  color: var(--hl-muted);
  font-size: 0.88rem;
  border: 1px dashed var(--hl-line);
  border-radius: 12px;
  background: #fff;
}
.hl-reviews-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid #eef2f4;
}

/* ── SEO 이어읽기 (인사이트 + 상황별 경로) ── */
main section.hl-read,
section.hl-read {
  padding-top: 1.35rem !important;
  padding-bottom: 1.75rem !important;
  background: #fff;
}
.hl-read-grid {
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 992px) {
  .hl-read-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 1rem;
    align-items: start;
  }
}
.hl-read-col {
  border: 1px solid var(--hl-line);
  border-radius: var(--hl-radius);
  background: linear-gradient(180deg, #f7fbfa 0%, #fff 48%);
  box-shadow: var(--hl-shadow);
  padding: 1rem 1.05rem 0.95rem;
}
.hl-read-col-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}
.hl-read-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--hl-teal-dark);
  text-transform: none;
}
.hl-read-list,
.hl-read-paths {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.hl-read-item {
  display: block;
  text-decoration: none;
  border: 1px solid var(--hl-line);
  border-radius: 12px;
  background: #fff;
  padding: 0.8rem 0.9rem;
  transition: border-color .15s, transform .2s, box-shadow .2s;
}
.hl-read-item:hover {
  border-color: var(--hl-teal-line);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(15, 118, 110, .07);
}
.hl-read-item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin-bottom: 0.3rem;
}
.hl-read-badge {
  font-size: 0.65rem;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--hl-teal-soft);
  color: var(--hl-teal-dark);
  border: 1px solid var(--hl-teal-line);
}
.hl-read-badge.is-urgent { background: #fef2f2; color: #b91c1c; border-color: #fecaca; }
.hl-read-badge.is-rec { background: #ecfdf5; color: #047857; border-color: #a7f3d0; }
.hl-read-badge.is-new { background: #eff6ff; color: #1d4ed8; border-color: #bfdbfe; }
.hl-read-badge.is-example { background: #f8fafc; color: #64748b; border-color: #e2e8f0; }
.hl-read-cat {
  font-size: 0.68rem;
  color: var(--hl-muted);
}
.hl-read-item-title {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--hl-navy);
  line-height: 1.4;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hl-read-item-sum {
  margin: 0.35rem 0 0;
  font-size: 0.76rem;
  line-height: 1.5;
  color: #64748b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: keep-all;
}
.hl-read-empty {
  font-size: 0.82rem;
  color: var(--hl-muted);
  padding: 0.85rem 0.2rem;
  border: 1px dashed var(--hl-line);
  border-radius: 12px;
  background: #fff;
  text-align: center;
}
.hl-read-empty a { color: var(--hl-teal-dark); font-weight: 700; }
.hl-read-path {
  border: 1px solid var(--hl-line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.hl-read-path-main {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.8rem 0.85rem 0.65rem;
  text-decoration: none;
  color: inherit;
  transition: background .15s;
}
.hl-read-path-main:hover { background: #f8fbfa; }
.hl-read-path-ico {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--hl-teal-soft);
  color: var(--hl-teal-dark);
  border: 1px solid var(--hl-teal-line);
  flex-shrink: 0;
  font-size: 0.95rem;
}
.hl-read-path-body {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.hl-read-path-title {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--hl-navy);
  letter-spacing: -0.02em;
}
.hl-read-path-desc {
  font-size: 0.74rem;
  line-height: 1.45;
  color: #64748b;
  word-break: keep-all;
}
.hl-read-path-chev {
  color: #94a3b8;
  font-size: 0.85rem;
  margin-top: 0.35rem;
  flex-shrink: 0;
}
.hl-read-path-more {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin: 0 0.85rem 0.7rem 3.2rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--hl-teal-dark);
  text-decoration: none;
}
.hl-read-path-more:hover { text-decoration: underline; }
.hl-read-closure {
  margin-top: 0.85rem;
  border: 1px solid var(--hl-line);
  border-radius: var(--hl-radius);
  background: #fff;
  box-shadow: var(--hl-shadow);
  padding: 0.95rem 1.05rem 0.85rem;
}
.hl-read-closure-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--hl-teal-dark);
  margin-bottom: 0.55rem;
}
.hl-read-closure-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--hl-line);
  border-radius: 12px;
  padding: 0.85rem 0.95rem;
  background: linear-gradient(180deg, #f7fbfa 0%, #fff 70%);
  transition: border-color .15s, box-shadow .2s;
}
.hl-read-closure-link:hover {
  border-color: var(--hl-teal-line);
  box-shadow: 0 8px 18px rgba(15, 118, 110, .07);
}
.hl-read-closure-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--hl-navy);
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.hl-read-closure-sum {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #64748b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: keep-all;
}
.hl-read-closure-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  margin-top: 0.45rem;
  font-size: 0.7rem;
  color: var(--hl-muted);
}
.hl-read-closure-cta {
  flex-shrink: 0;
  align-self: center;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--hl-teal-dark);
  white-space: nowrap;
}
.hl-read-closure-more {
  margin-top: 0.55rem;
  text-align: right;
}
@media (max-width: 575.98px) {
  .hl-read-closure-link { flex-direction: column; gap: 0.55rem; }
  .hl-read-closure-cta { align-self: flex-start; }
}

/* Fake social toast off (신뢰·규정) */
#socialProofToast { display: none !important; }
