.nl-d {
  background: var(--nl-surface);
}

.nl-d-hero {
  position: relative;
  min-height: 790px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--nl-surface);
}

.nl-d-hero-bg,
.nl-d-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.nl-d-hero-bg {
  display: block;
  object-fit: cover;
  object-position: center;
}

.nl-d-hero-overlay {
  background: rgba(6, 37, 65, 0.78);
}

.nl-d-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: 82px;
  padding-top: 66px;
  padding-bottom: 66px;
}

.nl-d-hero-copy {
  max-width: 660px;
}

.nl-d-hero-copy h1 {
  margin-bottom: 24px;
  color: var(--nl-surface);
  font-family: "Noto Serif KR", serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.22;
}

.nl-d-hero-copy > p:not(.nl-eyebrow) {
  max-width: 590px;
  color: var(--nl-white-soft);
  font-size: 18px;
  line-height: 1.75;
}

.nl-d-hero-copy ul {
  display: grid;
  gap: 11px;
  margin: 30px 0 0;
  padding: 26px 0 0;
  border-top: 1px solid var(--nl-white-line);
  list-style: none;
  color: var(--nl-white-soft);
  font-size: 13px;
}

.nl-d-hero-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nl-d-hero-copy li svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--nl-accent);
}

.nl-d-hero-form {
  padding: 32px;
  border-radius: var(--nl-radius);
  background: var(--nl-surface);
  color: var(--nl-ink);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
}

.nl-d-form-label {
  margin-bottom: 7px;
  color: var(--nl-accent);
  font-size: 12px;
  font-weight: 900;
}

.nl-d-hero-form h2 {
  margin-bottom: 9px;
  color: var(--nl-primary);
  font-family: "Noto Serif KR", serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.35;
}

.nl-d-form-intro {
  margin-bottom: 21px;
  color: var(--nl-muted);
  font-size: 13px;
}

.nl-d-hero-form .nl-form-grid {
  grid-template-columns: 1fr;
  gap: 12px;
}

.nl-d-hero-form .nl-field,
.nl-d-hero-form .nl-consent,
.nl-d-hero-form .nl-form-actions,
.nl-d-hero-form .nl-form-note,
.nl-d-hero-form .nl-form-message {
  grid-column: 1;
}

.nl-d-hero-form .nl-field textarea {
  min-height: 88px;
}

.nl-d-hero-form .nl-consent label {
  font-size: 12px;
}

.nl-d-hero-form .nl-form-actions,
.nl-d-hero-form .nl-form-actions .nl-button {
  width: 100%;
}

.nl-d-hero-form .nl-form-note {
  text-align: center;
}

.nl-d-trust-strip {
  border-bottom: 1px solid var(--nl-line);
  background: var(--nl-surface);
}

.nl-d-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nl-d-trust-item {
  min-height: 142px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 17px;
  padding: 22px 36px;
  border-right: 1px solid var(--nl-line);
}

.nl-d-trust-item:first-child {
  border-left: 1px solid var(--nl-line);
}

.nl-d-trust-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: var(--nl-accent-soft);
  color: var(--nl-primary);
  line-height: 0;
}

.nl-d-trust-icon svg {
  width: 22px;
  height: 22px;
  display: block;
  margin: 0;
}

.nl-d-trust-item strong,
.nl-d-trust-item small {
  display: block;
}

.nl-d-trust-item strong {
  margin-bottom: 5px;
  color: var(--nl-primary);
  font-size: 16px;
}

.nl-d-trust-item small {
  color: var(--nl-muted);
  font-size: 12px;
}

.nl-d-concerns,
.nl-d-privacy,
.nl-d-difference,
.nl-d-process,
.nl-d-proof,
.nl-d-faq,
.nl-d-final-consult {
  padding: 96px 0;
}

.nl-d-concerns-grid {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 84px;
}

.nl-d-concerns-head h2,
.nl-d-privacy h2,
.nl-d-process h2,
.nl-d-proof h2,
.nl-d-faq h2,
.nl-d-final-consult h2 {
  color: var(--nl-primary-strong);
  font-family: "Noto Serif KR", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.35;
}

.nl-d-concerns-head > p:last-child,
.nl-d-process-head > p,
.nl-d-proof header > p:last-child,
.nl-d-final-grid > div > p:last-child {
  color: var(--nl-muted);
  font-size: 16px;
}

.nl-d-chapters {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  border-top: 2px solid var(--nl-primary);
  border-bottom: 1px solid var(--nl-line);
}

.nl-d-chapter-tabs {
  border-right: 1px solid var(--nl-line);
}

.nl-d-chapter-tabs button {
  min-height: 112px;
  width: 100%;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 0;
  border-bottom: 1px solid var(--nl-line);
  background: var(--nl-surface);
  color: var(--nl-ink);
  text-align: left;
}

.nl-d-chapter-tabs button:last-child {
  border-bottom: 0;
}

.nl-d-chapter-tabs button.is-active {
  background: var(--nl-primary);
  color: var(--nl-surface);
}

.nl-d-tab-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--nl-primary);
}

.nl-d-chapter-tabs button.is-active .nl-d-tab-icon,
.nl-d-chapter-tabs button.is-active > svg {
  color: var(--nl-accent);
}

.nl-d-tab-icon svg {
  width: 22px;
  height: 22px;
}

.nl-d-chapter-tabs strong,
.nl-d-chapter-tabs small {
  display: block;
}

.nl-d-chapter-tabs strong {
  margin-bottom: 4px;
  color: var(--nl-primary);
  font-size: 15px;
}

.nl-d-chapter-tabs small {
  color: var(--nl-muted);
  font-size: 11px;
}

.nl-d-chapter-tabs button.is-active strong {
  color: var(--nl-surface);
}

.nl-d-chapter-tabs button.is-active small {
  color: var(--nl-white-soft);
}

.nl-d-chapter-tabs button > svg {
  width: 18px;
  height: 18px;
  color: var(--nl-accent);
}

.nl-d-chapter-panels {
  min-height: 448px;
  display: grid;
  align-items: center;
  padding: 42px;
  background: var(--nl-bg);
}

.nl-d-panel-no {
  margin-bottom: 13px;
  color: var(--nl-accent);
  font-size: 12px;
  font-weight: 900;
}

.nl-d-chapter-panels h3 {
  margin-bottom: 14px;
  color: var(--nl-primary);
  font-family: "Noto Serif KR", serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.4;
}

.nl-d-chapter-panels section > p:not(.nl-d-panel-no, .nl-d-panel-note) {
  color: var(--nl-muted);
  font-size: 15px;
}

.nl-d-chapter-panels ul {
  display: grid;
  gap: 8px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
  color: var(--nl-ink);
  font-size: 14px;
}

.nl-d-chapter-panels li {
  display: flex;
  gap: 9px;
}

.nl-d-chapter-panels li::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-top: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--nl-accent);
}

.nl-d-panel-note {
  display: flex;
  gap: 9px;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--nl-line);
  color: var(--nl-muted);
  font-size: 12px;
}

.nl-d-panel-note svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: var(--nl-accent);
}

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

.nl-d-privacy-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 82px;
}

.nl-d-privacy-photo {
  position: relative;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
}

.nl-d-privacy-photo img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.nl-d-privacy-photo figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border-radius: 4px;
  background: var(--nl-overlay-soft);
  color: var(--nl-surface);
  font-size: 11px;
}

.nl-d-privacy-copy > p:not(.nl-eyebrow) {
  max-width: 590px;
  color: var(--nl-muted);
  font-size: 16px;
}

.nl-d-privacy-copy dl {
  margin: 28px 0;
  border-top: 1px solid var(--nl-line);
}

.nl-d-privacy-copy dl > div {
  min-height: 58px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--nl-line);
}

.nl-d-privacy-copy dt {
  color: var(--nl-primary);
  font-size: 13px;
  font-weight: 900;
}

.nl-d-privacy-copy dd {
  margin: 0;
  color: var(--nl-muted);
  font-size: 13px;
}

.nl-d-inline-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--nl-primary);
  font-weight: 900;
}

.nl-d-inline-link svg {
  width: 18px;
  height: 18px;
  color: var(--nl-accent);
}

.nl-d-difference {
  background: var(--nl-primary-strong);
  color: var(--nl-surface);
}

.nl-d-centered-head {
  max-width: 790px;
  margin: 0 auto 50px;
  text-align: center;
}

.nl-d-centered-head h2 {
  margin-bottom: 16px;
  color: var(--nl-surface);
  font-family: "Noto Serif KR", serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.35;
}

.nl-d-centered-head > p:last-child {
  color: var(--nl-white-soft);
}

.nl-d-difference-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--nl-white-line);
  border-bottom: 1px solid var(--nl-white-line);
}

.nl-d-difference-grid article {
  min-height: 440px;
  padding: 44px;
  border-right: 1px solid var(--nl-white-line);
}

.nl-d-difference-grid article:last-child {
  border-right: 0;
}

.nl-d-difference-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--nl-accent);
  color: var(--nl-primary-strong);
}

.nl-d-difference-icon svg {
  width: 23px;
  height: 23px;
}

.nl-d-difference-grid article > p:first-of-type {
  margin-bottom: 6px;
  color: var(--nl-accent);
  font-size: 12px;
  font-weight: 900;
}

.nl-d-difference-grid h3 {
  margin-bottom: 14px;
  color: var(--nl-surface);
  font-family: "Noto Serif KR", serif;
  font-size: 29px;
  font-weight: 600;
}

.nl-d-difference-grid article > p:nth-of-type(2) {
  color: var(--nl-white-soft);
  font-size: 15px;
}

.nl-d-difference-grid ul {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--nl-white-line);
  list-style: none;
  color: var(--nl-white-soft);
  font-size: 13px;
}

.nl-d-difference-grid li {
  display: flex;
  gap: 9px;
}

.nl-d-difference-grid li::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-top: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--nl-accent);
}

.nl-d-difference-note {
  max-width: 900px;
  display: flex;
  gap: 10px;
  margin: 26px auto 0;
  color: var(--nl-white-soft);
  font-size: 13px;
  text-align: center;
}

.nl-d-difference-note svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--nl-accent);
}

.nl-d-process {
  background: var(--nl-surface);
}

.nl-d-process-head {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 72px;
  margin-bottom: 46px;
}

.nl-d-process-head h2 {
  margin-bottom: 0;
}

.nl-d-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--nl-line);
  border-bottom: 1px solid var(--nl-line);
  list-style: none;
}

.nl-d-timeline li {
  min-height: 280px;
  padding: 28px;
  border-right: 1px solid var(--nl-line);
}

.nl-d-timeline li:last-child {
  border-right: 0;
}

.nl-d-timeline-no {
  display: block;
  margin-bottom: 30px;
  color: var(--nl-accent);
  font-size: 12px;
  font-weight: 900;
}

.nl-d-timeline-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--nl-accent-soft);
  color: var(--nl-primary);
}

.nl-d-timeline-icon svg {
  width: 21px;
  height: 21px;
}

.nl-d-timeline h3 {
  margin-bottom: 8px;
  color: var(--nl-primary);
  font-size: 17px;
}

.nl-d-timeline p {
  color: var(--nl-muted);
  font-size: 13px;
}

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

.nl-d-proof-grid {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 84px;
}

.nl-d-proof-rows {
  border-top: 2px solid var(--nl-primary);
}

.nl-d-proof-rows article {
  min-height: 196px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--nl-line);
}

.nl-d-proof-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--nl-surface);
  color: var(--nl-primary);
}

.nl-d-proof-icon svg {
  width: 22px;
  height: 22px;
}

.nl-d-proof-rows article > div > p {
  margin-bottom: 5px;
  color: var(--nl-accent);
  font-size: 12px;
  font-weight: 900;
}

.nl-d-proof-rows h3 {
  margin-bottom: 15px;
  color: var(--nl-primary);
  font-family: "Noto Serif KR", serif;
  font-size: 24px;
  font-weight: 600;
}

.nl-d-proof-rows ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--nl-muted);
  font-size: 12px;
}

.nl-d-proof-rows em {
  color: var(--nl-error);
  font-size: 11px;
  font-style: normal;
}

.nl-d-faq {
  background: var(--nl-surface);
}

.nl-d-faq-grid {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 84px;
}

.nl-d-final-consult {
  background: var(--nl-accent-soft);
}

.nl-d-final-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 78px;
}

.nl-d-final-form {
  padding: 32px;
  border: 1px solid var(--nl-line);
  border-radius: var(--nl-radius);
  background: var(--nl-surface);
}

@media (max-width: 1050px) {
  .nl-d-hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
    gap: 48px;
  }

  .nl-d-hero-copy h1 {
    font-size: 45px;
  }

  .nl-d-concerns-grid,
  .nl-d-proof-grid,
  .nl-d-faq-grid {
    gap: 52px;
  }

  .nl-d-chapters {
    grid-template-columns: 0.9fr 1.1fr;
  }
}

@media (max-width: 980px) {
  .nl-d-hero-grid,
  .nl-d-concerns-grid,
  .nl-d-privacy-grid,
  .nl-d-process-head,
  .nl-d-proof-grid,
  .nl-d-faq-grid,
  .nl-d-final-grid {
    grid-template-columns: 1fr;
  }

  .nl-d-hero-grid {
    gap: 42px;
  }

  .nl-d-hero-copy {
    max-width: 720px;
  }

  .nl-d-hero-form {
    max-width: 660px;
  }

  .nl-d-concerns-grid,
  .nl-d-proof-grid,
  .nl-d-faq-grid,
  .nl-d-process-head {
    gap: 24px;
  }

  .nl-d-privacy-grid {
    gap: 46px;
  }

  .nl-d-privacy-photo {
    max-height: 560px;
  }

  .nl-d-privacy-photo img {
    aspect-ratio: 4 / 3;
  }

  .nl-d-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .nl-d-timeline li:nth-child(2) {
    border-right: 0;
  }

  .nl-d-timeline li:nth-child(-n+2) {
    border-bottom: 1px solid var(--nl-line);
  }
}

@media (max-width: 760px) {
  .nl-d-hero {
    min-height: 0;
  }

  .nl-d-hero-grid {
    padding-top: 50px;
    padding-bottom: 56px;
  }

  .nl-d-hero-copy h1 {
    font-size: 36px;
  }

  .nl-d-hero-copy > p:not(.nl-eyebrow) {
    font-size: 16px;
  }

  .nl-d-hero-form {
    padding: 24px 18px;
  }

  .nl-d-trust-grid {
    grid-template-columns: 1fr;
  }

  .nl-d-trust-item,
  .nl-d-trust-item:first-child {
    min-height: 104px;
    padding: 18px 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid var(--nl-line);
  }

  .nl-d-trust-item:last-child {
    border-bottom: 0;
  }

  .nl-d-concerns,
  .nl-d-privacy,
  .nl-d-difference,
  .nl-d-process,
  .nl-d-proof,
  .nl-d-faq,
  .nl-d-final-consult {
    padding: 64px 0;
  }

  .nl-d-concerns-head h2,
  .nl-d-privacy h2,
  .nl-d-process h2,
  .nl-d-proof h2,
  .nl-d-faq h2,
  .nl-d-final-consult h2,
  .nl-d-centered-head h2 {
    font-size: 31px;
  }

  .nl-d-chapters {
    grid-template-columns: 1fr;
  }

  .nl-d-chapter-tabs {
    border-right: 0;
  }

  .nl-d-chapter-tabs button {
    min-height: 92px;
  }

  .nl-d-chapter-panels {
    min-height: 430px;
    padding: 28px 20px;
    border-top: 1px solid var(--nl-line);
  }

  .nl-d-privacy-photo {
    min-height: 300px;
  }

  .nl-d-privacy-copy dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 0;
  }

  .nl-d-difference-grid {
    grid-template-columns: 1fr;
  }

  .nl-d-difference-grid article {
    min-height: 0;
    padding: 32px 0;
    border-right: 0;
    border-bottom: 1px solid var(--nl-white-line);
  }

  .nl-d-difference-grid article:last-child {
    border-bottom: 0;
  }

  .nl-d-difference-note {
    text-align: left;
  }

  .nl-d-timeline {
    grid-template-columns: 1fr;
  }

  .nl-d-timeline li,
  .nl-d-timeline li:nth-child(2) {
    min-height: 0;
    display: grid;
    grid-template-columns: 38px 44px minmax(0, 1fr);
    gap: 12px;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--nl-line);
  }

  .nl-d-timeline li:last-child {
    border-bottom: 0;
  }

  .nl-d-timeline-no,
  .nl-d-timeline-icon {
    margin-bottom: 0;
  }

  .nl-d-timeline h3,
  .nl-d-timeline p {
    grid-column: 3;
  }

  .nl-d-timeline h3 {
    align-self: end;
  }

  .nl-d-timeline p {
    margin-top: -6px;
  }

  .nl-d-proof-rows article {
    min-height: 0;
  }

  .nl-d-final-form {
    padding: 24px 18px;
  }
}
