.nl-b {
  background: var(--nl-bg);
}

.nl-b .nl-site-header {
  background: var(--nl-primary-strong);
  color: var(--nl-surface);
  border-bottom-color: var(--nl-white-line);
}

.nl-b .nl-site-header.is-scrolled {
  box-shadow: 0 8px 24px var(--nl-shadow);
}

.nl-b .nl-brand-name,
.nl-b .nl-main-nav a:not(.nl-button) {
  color: var(--nl-surface);
}

.nl-b .nl-brand-service {
  color: var(--nl-white-soft);
}

.nl-b .nl-brand-mark {
  background: var(--nl-accent);
  color: var(--nl-primary-strong);
}

.nl-b .nl-menu-button {
  border-color: var(--nl-white-line);
  background: var(--nl-primary-strong);
  color: var(--nl-surface);
}

.nl-b-hero {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--nl-primary-strong);
  color: var(--nl-surface);
}

.nl-b-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter: saturate(0.45) contrast(1.08);
}

.nl-b-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--nl-overlay-soft);
}

.nl-b-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 72px;
  padding-bottom: 78px;
}

.nl-b-hero-copy {
  max-width: 850px;
}

.nl-b-hero h1 {
  margin-bottom: 18px;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.nl-b-hero-statement {
  max-width: 760px;
  margin-bottom: 20px;
  color: var(--nl-surface);
  font-size: 29px;
  font-weight: 800;
  line-height: 1.42;
}

.nl-b-hero-description {
  max-width: 660px;
  margin-bottom: 28px;
  color: var(--nl-white-soft);
  font-size: 16px;
}

.nl-b-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nl-b-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 840px;
  margin-top: 38px;
  border-top: 1px solid var(--nl-white-line);
  border-bottom: 1px solid var(--nl-white-line);
}

.nl-b-hero-meta-item {
  padding: 17px 18px;
  border-right: 1px solid var(--nl-white-line);
}

.nl-b-hero-meta-item:first-child {
  padding-left: 0;
}

.nl-b-hero-meta-item:last-child {
  border-right: 0;
}

.nl-b-hero-meta-item strong {
  display: block;
  color: var(--nl-surface);
  font-size: 14px;
}

.nl-b-hero-meta-item span {
  display: block;
  margin-top: 3px;
  color: var(--nl-white-soft);
  font-size: 11px;
}

.nl-b-rail {
  position: sticky;
  top: var(--nl-header-height);
  z-index: 60;
  border-bottom: 1px solid var(--nl-line);
  background: var(--nl-surface);
}

.nl-b-rail-inner {
  min-height: 58px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.nl-b-rail-label {
  color: var(--nl-primary);
  font-size: 12px;
  font-weight: 900;
}

.nl-b-rail-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.nl-b-rail-nav::-webkit-scrollbar {
  display: none;
}

.nl-b-rail-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 13px;
  border-bottom: 2px solid transparent;
  color: var(--nl-muted);
  font-size: 13px;
  font-weight: 800;
}

.nl-b-rail-nav a:hover,
.nl-b-rail-nav a.is-active {
  border-bottom-color: var(--nl-accent);
  color: var(--nl-primary);
}

.nl-b-rail-status {
  color: var(--nl-muted);
  font-size: 11px;
  white-space: nowrap;
}

.nl-b-section {
  padding: 84px 0;
}

.nl-b-section--white {
  background: var(--nl-surface);
}

.nl-b-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 38px;
}

.nl-b-heading-row h2 {
  margin-bottom: 0;
  color: var(--nl-primary-strong);
  font-size: 36px;
  line-height: 1.24;
}

.nl-b-heading-row p {
  max-width: 660px;
  margin-bottom: 0;
  color: var(--nl-muted);
  font-size: 15px;
}

.nl-b-compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 3px solid var(--nl-primary);
  background: var(--nl-surface);
}

.nl-b-compare-table th,
.nl-b-compare-table td {
  padding: 20px 22px;
  border-right: 1px solid var(--nl-line);
  border-bottom: 1px solid var(--nl-line);
  text-align: left;
  vertical-align: top;
}

.nl-b-compare-table th:last-child,
.nl-b-compare-table td:last-child {
  border-right: 0;
}

.nl-b-compare-table thead th {
  background: var(--nl-primary);
  color: var(--nl-surface);
  font-size: 18px;
}

.nl-b-compare-table thead th:first-child {
  width: 22%;
  background: var(--nl-primary-strong);
  color: var(--nl-white-soft);
  font-size: 13px;
}

.nl-b-compare-table tbody th {
  color: var(--nl-primary);
  font-size: 13px;
}

.nl-b-compare-table td {
  color: var(--nl-muted);
  font-size: 14px;
}

.nl-b-table-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 16px 0 0;
  color: var(--nl-muted);
  font-size: 12px;
}

.nl-b-table-note svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--nl-accent);
}

.nl-b-prepare-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
  gap: 64px;
  align-items: start;
}

.nl-b-prepare-intro h2 {
  margin-bottom: 18px;
  color: var(--nl-primary-strong);
  font-size: 36px;
  line-height: 1.25;
}

.nl-b-prepare-intro > p {
  color: var(--nl-muted);
  font-size: 15px;
}

.nl-b-prep-score {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  padding: 10px 13px;
  border: 1px solid var(--nl-line);
  border-radius: var(--nl-radius);
  background: var(--nl-surface);
  color: var(--nl-primary);
  font-size: 13px;
  font-weight: 900;
}

.nl-b-prep-score svg {
  width: 18px;
  height: 18px;
}

.nl-b-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.nl-b-check {
  min-height: 116px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
  padding: 20px;
  border: 1px solid var(--nl-line);
  border-radius: var(--nl-radius);
  background: var(--nl-surface);
  cursor: pointer;
}

.nl-b-check:has(input:checked) {
  border-color: var(--nl-accent);
  background: var(--nl-accent-soft);
}

.nl-b-check input {
  width: 21px;
  height: 21px;
  margin: 1px 0 0;
  accent-color: var(--nl-primary);
}

.nl-b-check strong {
  display: block;
  margin-bottom: 5px;
  color: var(--nl-primary-strong);
  font-size: 15px;
}

.nl-b-check span {
  display: block;
  color: var(--nl-muted);
  font-size: 12px;
}

.nl-b-protocol {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 490px;
  border: 1px solid var(--nl-line);
  border-radius: var(--nl-radius);
  overflow: hidden;
  background: var(--nl-surface);
}

.nl-b-protocol-media {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  background: var(--nl-primary-strong);
}

.nl-b-protocol-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.55) contrast(1.05);
}

.nl-b-protocol-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--nl-overlay-image);
}

.nl-b-protocol-copy {
  padding: 42px;
}

.nl-b-protocol-copy h2 {
  margin-bottom: 14px;
  color: var(--nl-primary-strong);
  font-size: 34px;
  line-height: 1.25;
}

.nl-b-protocol-copy > p {
  color: var(--nl-muted);
  font-size: 14px;
}

.nl-b-protocol-list {
  display: grid;
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid var(--nl-line);
}

.nl-b-protocol-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--nl-line);
}

.nl-b-protocol-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: var(--nl-radius);
  background: var(--nl-bg);
  color: var(--nl-primary);
}

.nl-b-protocol-icon svg {
  width: 20px;
  height: 20px;
}

.nl-b-protocol-item strong {
  display: block;
  color: var(--nl-primary-strong);
  font-size: 14px;
}

.nl-b-protocol-item span {
  display: block;
  margin-top: 4px;
  color: var(--nl-muted);
  font-size: 12px;
}

.nl-b-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(330px, 0.62fr);
  gap: 32px;
  align-items: start;
}

.nl-b-cases-head {
  margin-bottom: 28px;
}

.nl-b-cases-head h2 {
  margin-bottom: 12px;
  color: var(--nl-primary-strong);
  font-size: 35px;
  line-height: 1.25;
}

.nl-b-cases-head p {
  color: var(--nl-muted);
  font-size: 14px;
}

.nl-b-case-register {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 3px solid var(--nl-primary);
  background: var(--nl-surface);
}

.nl-b-case-register th,
.nl-b-case-register td {
  min-width: 0;
  padding: 18px;
  border-right: 1px solid var(--nl-line);
  border-bottom: 1px solid var(--nl-line);
  text-align: left;
  vertical-align: top;
  font-size: 13px;
}

.nl-b-case-register th:last-child,
.nl-b-case-register td:last-child {
  border-right: 0;
}

.nl-b-case-register thead th {
  background: var(--nl-primary-strong);
  color: var(--nl-surface);
  font-size: 12px;
}

.nl-b-case-register thead th:first-child {
  width: 23%;
}

.nl-b-case-register thead th:last-child {
  width: 24%;
}

.nl-b-case-register tbody th {
  color: var(--nl-primary);
  font-weight: 800;
}

.nl-b-case-register tbody td {
  color: var(--nl-muted);
}

.nl-b-case-status {
  color: var(--nl-accent) !important;
  font-weight: 900;
}

.nl-b-case-policy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
  margin-bottom: 0;
  padding: 0;
  border: 1px solid var(--nl-line);
  border-radius: var(--nl-radius);
  background: var(--nl-surface);
  list-style: none;
}

.nl-b-case-policy li {
  padding: 18px;
  border-right: 1px solid var(--nl-line);
}

.nl-b-case-policy li:last-child {
  border-right: 0;
}

.nl-b-case-policy strong {
  display: block;
  color: var(--nl-primary);
  font-size: 12px;
}

.nl-b-case-policy span {
  display: block;
  margin-top: 5px;
  color: var(--nl-muted);
  font-size: 11px;
}

.nl-b-form-panel {
  position: sticky;
  top: calc(var(--nl-header-height) + 76px);
  padding: 26px;
  border: 1px solid var(--nl-line);
  border-radius: var(--nl-radius);
  background: var(--nl-surface);
  box-shadow: 0 16px 38px var(--nl-shadow);
}

.nl-b-form-panel h2 {
  margin-bottom: 7px;
  color: var(--nl-primary-strong);
  font-size: 24px;
}

.nl-b-form-panel > p {
  margin-bottom: 22px;
  color: var(--nl-muted);
  font-size: 12px;
}

.nl-b-form-panel .nl-form-grid {
  grid-template-columns: 1fr;
  gap: 13px;
}

.nl-b-form-panel .nl-field--full,
.nl-b-form-panel .nl-consent,
.nl-b-form-panel .nl-privacy-details,
.nl-b-form-panel .nl-form-actions,
.nl-b-form-panel .nl-form-message {
  grid-column: 1;
}

.nl-b-form-panel .nl-field input,
.nl-b-form-panel .nl-field select {
  min-height: 46px;
}

.nl-b-form-panel .nl-field textarea {
  min-height: 110px;
}

.nl-b-form-panel .nl-form-actions {
  display: grid;
}

.nl-b-form-panel .nl-form-actions .nl-button {
  width: 100%;
}

.nl-b-faq-wrap {
  max-width: 900px;
}

.nl-b-faq-wrap h2 {
  margin-bottom: 30px;
  color: var(--nl-primary-strong);
  font-size: 34px;
}

@media (max-width: 1060px) {
  .nl-b-workspace {
    grid-template-columns: 1fr;
  }

  .nl-b-form-panel {
    position: static;
    max-width: 700px;
  }
}

@media (max-width: 980px) {
  .nl-b .nl-main-nav {
    background: var(--nl-primary-strong);
    border-bottom-color: var(--nl-white-line);
  }

  .nl-b-hero h1 {
    font-size: 49px;
  }

  .nl-b-heading-row,
  .nl-b-prepare-grid,
  .nl-b-protocol {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .nl-b-protocol-media {
    min-height: 330px;
  }

  .nl-b-rail-inner {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .nl-b-rail-status {
    display: none;
  }
}

@media (max-width: 700px) {
  .nl-b-hero {
    min-height: 630px;
    align-items: flex-end;
  }

  .nl-b-hero-inner {
    padding-top: 62px;
    padding-bottom: 54px;
  }

  .nl-b-hero h1 {
    font-size: 38px;
  }

  .nl-b-hero-statement {
    font-size: 22px;
  }

  .nl-b-hero-description {
    font-size: 14px;
  }

  .nl-b-hero-actions {
    display: grid;
  }

  .nl-b-hero-actions .nl-button {
    width: 100%;
  }

  .nl-b-hero-meta {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .nl-b-hero-meta-item,
  .nl-b-hero-meta-item:first-child {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid var(--nl-white-line);
  }

  .nl-b-hero-meta-item:last-child {
    border-bottom: 0;
  }

  .nl-b-rail-label {
    display: none;
  }

  .nl-b-rail-inner {
    grid-template-columns: 1fr;
    padding-inline: 8px;
  }

  .nl-b-rail-nav a {
    padding-inline: 12px;
  }

  .nl-b-section {
    padding: 68px 0;
  }

  .nl-b-heading-row h2,
  .nl-b-prepare-intro h2,
  .nl-b-cases-head h2,
  .nl-b-faq-wrap h2 {
    font-size: 29px;
  }

  .nl-b-compare-table,
  .nl-b-compare-table thead,
  .nl-b-compare-table tbody,
  .nl-b-compare-table tr,
  .nl-b-compare-table th,
  .nl-b-compare-table td {
    display: block;
    width: 100%;
  }

  .nl-b-compare-table thead th:first-child {
    display: none;
  }

  .nl-b-compare-table thead th {
    border-right: 0;
  }

  .nl-b-compare-table tbody tr {
    display: grid;
    grid-template-columns: 1fr;
    border-bottom: 1px solid var(--nl-line);
  }

  .nl-b-compare-table tbody th {
    border-right: 0;
    background: var(--nl-bg);
  }

  .nl-b-compare-table td {
    border-right: 0;
  }

  .nl-b-compare-table td::before {
    display: block;
    margin-bottom: 5px;
    color: var(--nl-primary);
    font-size: 12px;
    font-weight: 900;
  }

  .nl-b-compare-table td:nth-of-type(1)::before {
    content: "개인회생";
  }

  .nl-b-compare-table td:nth-of-type(2)::before {
    content: "개인파산·면책";
  }

  .nl-b-checklist,
  .nl-b-case-policy {
    grid-template-columns: 1fr;
  }

  .nl-b-case-policy li {
    border-right: 0;
    border-bottom: 1px solid var(--nl-line);
  }

  .nl-b-case-policy li:last-child {
    border-bottom: 0;
  }

  .nl-b-protocol-copy {
    padding: 28px 22px;
  }

  .nl-b-protocol-copy h2 {
    font-size: 29px;
  }

  .nl-b-case-register,
  .nl-b-case-register thead,
  .nl-b-case-register tbody,
  .nl-b-case-register tr,
  .nl-b-case-register th,
  .nl-b-case-register td {
    display: block;
    width: 100%;
  }

  .nl-b-case-register thead {
    display: none;
  }

  .nl-b-case-register tbody tr {
    border-bottom: 1px solid var(--nl-line);
  }

  .nl-b-case-register tbody tr:last-child {
    border-bottom: 0;
  }

  .nl-b-case-register th,
  .nl-b-case-register td {
    padding: 13px 16px;
    border-right: 0;
    border-bottom: 0;
  }

  .nl-b-case-register tbody th {
    padding-top: 18px;
  }

  .nl-b-case-register tbody .nl-b-case-status {
    padding-bottom: 18px;
  }

  .nl-b-form-panel {
    padding: 24px 20px;
  }
}
