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

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

.nl-c .nl-site-header.is-scrolled {
  box-shadow: 0 8px 26px rgba(6, 37, 65, 0.22);
}

.nl-c .nl-brand-mark {
  border: 1px solid var(--nl-white-line);
  background: transparent;
}

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

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

.nl-c .nl-main-nav a:not(.nl-button):hover {
  color: var(--nl-accent);
}

.nl-c-hero {
  padding: 72px 0 76px;
  background: var(--nl-primary-strong);
  color: var(--nl-surface);
}

.nl-c-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(500px, 1.16fr);
  align-items: center;
  gap: 70px;
}

.nl-c-system-label,
.nl-c-console-label {
  font-family: "IBM Plex Sans KR", "Pretendard", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.nl-c-system-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--nl-accent);
}

.nl-c-system-label > span {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: currentColor;
}

.nl-c-hero h1 {
  margin-bottom: 22px;
  color: var(--nl-surface);
  font-size: 52px;
  font-weight: 900;
  line-height: 1.12;
}

.nl-c-hero-lead {
  max-width: 560px;
  margin-bottom: 28px;
  color: var(--nl-white-soft);
  font-size: 18px;
  line-height: 1.7;
}

.nl-c-hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nl-c-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--nl-surface);
  font-size: 14px;
  font-weight: 800;
}

.nl-c-text-link svg {
  width: 17px;
  height: 17px;
}

.nl-c-hero-facts {
  display: grid;
  gap: 14px;
  margin: 34px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid var(--nl-white-line);
  list-style: none;
}

.nl-c-hero-facts li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  color: var(--nl-white-soft);
  font-size: 13px;
}

.nl-c-hero-facts strong {
  display: block;
  margin-bottom: 2px;
  color: var(--nl-surface);
  font-size: 14px;
}

.nl-c-fact-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--nl-accent);
}

.nl-c-fact-icon svg {
  width: 20px;
  height: 20px;
}

.nl-c-navigator {
  min-height: 574px;
  overflow: hidden;
  border: 1px solid var(--nl-white-line);
  border-radius: var(--nl-radius);
  background: var(--nl-surface);
  color: var(--nl-ink);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.24);
}

.nl-c-navigator-head {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 24px;
  border-bottom: 1px solid var(--nl-line);
}

.nl-c-console-label {
  margin-bottom: 3px;
  color: var(--nl-muted);
}

.nl-c-navigator-head h2 {
  margin-bottom: 0;
  color: var(--nl-primary);
  font-size: 18px;
  line-height: 1.35;
}

.nl-c-private-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--nl-muted);
  font-family: "IBM Plex Sans KR", "Pretendard", sans-serif;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.nl-c-private-status > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nl-accent);
}

.nl-c-step-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--nl-line);
  list-style: none;
}

.nl-c-step-rail li {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 16px;
  border-right: 1px solid var(--nl-line);
  color: var(--nl-muted);
  font-family: "IBM Plex Sans KR", "Pretendard", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.nl-c-step-rail li:last-child {
  border-right: 0;
}

.nl-c-step-rail li > span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 11px;
}

.nl-c-step-rail li.is-current {
  background: var(--nl-accent-soft);
  color: var(--nl-primary);
}

.nl-c-step-rail li.is-complete:not(.is-current) {
  color: var(--nl-success);
}

.nl-c-nav-body {
  min-height: 442px;
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.nl-c-nav-step {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.nl-c-nav-step legend {
  width: 100%;
  margin-bottom: 8px;
  color: var(--nl-primary);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}

.nl-c-nav-step legend > span {
  display: block;
  margin-bottom: 10px;
  color: var(--nl-muted);
  font-family: "IBM Plex Sans KR", "Pretendard", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.nl-c-nav-step > p {
  margin-bottom: 19px;
  color: var(--nl-muted);
  font-size: 13px;
}

.nl-c-choice-list {
  display: grid;
  gap: 10px;
}

.nl-c-choice-list button {
  min-height: 58px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
  border: 1px solid var(--nl-line);
  border-radius: 4px;
  background: var(--nl-surface);
  color: var(--nl-ink);
  text-align: left;
  font-size: 14px;
  font-weight: 800;
}

.nl-c-choice-list button:hover,
.nl-c-choice-list button.is-selected {
  border-color: var(--nl-primary);
  background: var(--nl-bg);
  color: var(--nl-primary);
}

.nl-c-choice-check {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid var(--nl-line);
  border-radius: 50%;
  color: transparent;
}

.nl-c-choice-check svg {
  width: 15px;
  height: 15px;
}

.nl-c-choice-list button.is-selected .nl-c-choice-check {
  border-color: var(--nl-primary);
  background: var(--nl-primary);
  color: var(--nl-surface);
}

.nl-c-nav-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 22px;
}

.nl-c-nav-back {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 118px;
  padding: 0 16px;
  border: 1px solid var(--nl-line);
  border-radius: var(--nl-radius);
  background: transparent;
  color: var(--nl-primary);
  font-weight: 800;
}

.nl-c-nav-back:disabled,
.nl-c-nav-actions .nl-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

.nl-c-nav-result h3 {
  margin-bottom: 10px;
  color: var(--nl-primary);
  font-size: 27px;
  line-height: 1.3;
}

.nl-c-nav-result > p:nth-of-type(2) {
  color: var(--nl-muted);
  font-size: 14px;
}

.nl-c-answer-summary {
  display: grid;
  gap: 8px;
  margin: 22px 0;
}

.nl-c-answer-summary span {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border: 1px solid var(--nl-line);
  background: var(--nl-bg);
  color: var(--nl-muted);
  font-size: 13px;
}

.nl-c-answer-summary strong {
  color: var(--nl-accent);
  font-family: "IBM Plex Sans KR", sans-serif;
}

.nl-c-map,
.nl-c-compare,
.nl-c-proof,
.nl-c-faq {
  padding: 92px 0;
}

.nl-c-heading-row {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  margin-bottom: 42px;
}

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

.nl-c-heading-row > p {
  max-width: 650px;
  color: var(--nl-muted);
  font-size: 17px;
}

.nl-c-map-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  border: 1px solid var(--nl-line);
  background: var(--nl-surface);
}

.nl-c-map-photo,
.nl-c-review-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.nl-c-map-photo {
  min-height: 430px;
  border-right: 1px solid var(--nl-line);
}

.nl-c-map-photo img,
.nl-c-review-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nl-c-map-photo img {
  aspect-ratio: 3 / 4;
}

.nl-c-map-photo figcaption,
.nl-c-review-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-c-map-board {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
}

.nl-c-map-board article {
  display: grid;
  grid-template-columns: 54px 170px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 28px 30px;
  border-bottom: 1px solid var(--nl-line);
}

.nl-c-map-board article:last-child {
  border-bottom: 0;
}

.nl-c-map-board article > span {
  color: var(--nl-accent);
  font-family: "IBM Plex Sans KR", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.nl-c-map-board h3 {
  margin-bottom: 0;
  color: var(--nl-primary);
  font-size: 19px;
}

.nl-c-map-board ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--nl-muted);
  font-size: 14px;
}

.nl-c-map-board li {
  display: flex;
  gap: 8px;
}

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

.nl-c-task-rail {
  border-top: 1px solid var(--nl-line);
  border-bottom: 1px solid var(--nl-line);
  background: var(--nl-surface);
}

.nl-c-task-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-inline: 40px;
}

.nl-c-task-grid > a {
  min-height: 136px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 12px;
  padding: 22px;
  border-right: 1px solid var(--nl-line);
}

.nl-c-task-grid > a:first-child {
  border-left: 1px solid var(--nl-line);
}

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

.nl-c-task-icon svg {
  width: 23px;
  height: 23px;
}

.nl-c-task-grid strong,
.nl-c-task-grid small {
  display: block;
}

.nl-c-task-grid strong {
  margin-bottom: 5px;
  color: var(--nl-primary);
  font-size: 15px;
}

.nl-c-task-grid small {
  color: var(--nl-muted);
  font-size: 12px;
}

.nl-c-task-grid > a > svg {
  width: 18px;
  height: 18px;
  color: var(--nl-accent);
}

.nl-c-urgent {
  padding: 78px 0;
  background: var(--nl-surface);
}

.nl-c-urgent-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
}

.nl-c-urgent h2 {
  max-width: 420px;
  margin-bottom: 0;
  color: var(--nl-primary-strong);
  font-size: 34px;
  line-height: 1.3;
}

.nl-c-urgent-copy > p {
  margin-bottom: 28px;
  color: var(--nl-muted);
  font-size: 16px;
}

.nl-c-urgent-copy ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--nl-line);
  border-bottom: 1px solid var(--nl-line);
  list-style: none;
}

.nl-c-urgent-copy li {
  min-height: 180px;
  padding: 22px;
  border-right: 1px solid var(--nl-line);
}

.nl-c-urgent-copy li:last-child {
  border-right: 0;
}

.nl-c-urgent-copy li > span {
  display: block;
  margin-bottom: 26px;
  color: var(--nl-accent);
  font-family: "IBM Plex Sans KR", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.nl-c-urgent-copy strong {
  display: block;
  margin-bottom: 7px;
  color: var(--nl-primary);
}

.nl-c-urgent-copy li p {
  color: var(--nl-muted);
  font-size: 13px;
}

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

.nl-c-matrix {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 2px solid var(--nl-primary);
  border-bottom: 1px solid var(--nl-line);
  background: var(--nl-surface);
}

.nl-c-matrix th,
.nl-c-matrix td {
  min-height: 82px;
  padding: 20px 22px;
  border-right: 1px solid var(--nl-line);
  border-bottom: 1px solid var(--nl-line);
  text-align: left;
  vertical-align: middle;
}

.nl-c-matrix tr > *:last-child {
  border-right: 0;
}

.nl-c-matrix tbody tr:last-child > * {
  border-bottom: 0;
}

.nl-c-matrix thead th {
  background: var(--nl-primary);
  color: var(--nl-surface);
  font-size: 14px;
  font-weight: 900;
}

.nl-c-matrix th:first-child {
  width: 170px;
}

.nl-c-matrix tbody th {
  color: var(--nl-primary);
  font-size: 14px;
}

.nl-c-matrix td {
  color: var(--nl-muted);
  font-size: 14px;
}

.nl-c-review {
  padding: 92px 0;
  background: var(--nl-primary);
  color: var(--nl-surface);
}

.nl-c-review-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: stretch;
  gap: 70px;
}

.nl-c-review-photo {
  min-height: 590px;
  border: 1px solid var(--nl-white-line);
}

.nl-c-review-photo img {
  aspect-ratio: 4 / 5;
}

.nl-c-review h2 {
  margin-bottom: 18px;
  color: var(--nl-surface);
  font-size: 39px;
  line-height: 1.25;
}

.nl-c-review-lead {
  margin-bottom: 32px;
  color: var(--nl-white-soft);
}

.nl-c-protocol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--nl-white-line);
  list-style: none;
}

.nl-c-protocol li {
  min-height: 96px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--nl-white-line);
}

.nl-c-protocol li > span {
  color: var(--nl-accent);
  font-family: "IBM Plex Sans KR", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.nl-c-protocol h3 {
  margin-bottom: 4px;
  color: var(--nl-surface);
  font-size: 17px;
}

.nl-c-protocol p {
  color: var(--nl-white-soft);
  font-size: 13px;
}

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

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

.nl-c-proof-list article {
  min-height: 154px;
  display: grid;
  grid-template-columns: 64px 1fr 1.3fr 150px;
  align-items: center;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid var(--nl-line);
}

.nl-c-proof-no {
  color: var(--nl-accent);
  font-family: "IBM Plex Sans KR", sans-serif;
  font-weight: 700;
}

.nl-c-proof-list article > div > p {
  margin-bottom: 5px;
  color: var(--nl-muted);
  font-size: 12px;
  font-weight: 800;
}

.nl-c-proof-list h3 {
  margin-bottom: 0;
  color: var(--nl-primary);
  font-size: 20px;
}

.nl-c-proof-list ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--nl-muted);
  font-size: 13px;
}

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

.nl-c-proof-status {
  justify-self: end;
  padding: 6px 10px;
  border: 1px solid var(--nl-line);
  border-radius: 4px;
  color: var(--nl-primary);
  font-size: 11px;
  font-weight: 800;
}

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

.nl-c-faq-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 82px;
}

.nl-c-faq-grid header h2 {
  margin-bottom: 15px;
  color: var(--nl-primary-strong);
  font-size: 37px;
  line-height: 1.3;
}

.nl-c-faq-grid header > p:last-child {
  color: var(--nl-muted);
}

.nl-c-consult {
  padding: 92px 0;
  background: var(--nl-primary-strong);
  color: var(--nl-surface);
}

.nl-c-consult-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 74px;
}

.nl-c-consult h2 {
  margin-bottom: 18px;
  color: var(--nl-surface);
  font-size: 40px;
  line-height: 1.25;
}

.nl-c-consult-copy > p:not(.nl-c-system-label) {
  color: var(--nl-white-soft);
}

.nl-c-consult-copy ul {
  display: grid;
  gap: 9px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: var(--nl-white-soft);
  font-size: 13px;
}

.nl-c-consult-copy li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nl-c-consult-copy li svg {
  width: 16px;
  height: 16px;
  color: var(--nl-accent);
}

.nl-c-form {
  padding: 32px;
  border-radius: var(--nl-radius);
  background: var(--nl-surface);
}

@media (max-width: 1100px) {
  .nl-c-hero-grid {
    grid-template-columns: minmax(0, 0.76fr) minmax(470px, 1.24fr);
    gap: 42px;
  }

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

  .nl-c-map-board article {
    grid-template-columns: 48px 130px minmax(0, 1fr);
  }

  .nl-c-task-grid > a {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .nl-c-task-grid > a > svg {
    display: none;
  }
}

@media (max-width: 980px) {
  .nl-c .nl-menu-button {
    border-color: var(--nl-white-line);
    background: transparent;
    color: var(--nl-surface);
  }

  .nl-c .nl-main-nav {
    background: var(--nl-primary-strong);
  }

  .nl-c-hero-grid,
  .nl-c-heading-row,
  .nl-c-urgent-grid,
  .nl-c-review-grid,
  .nl-c-faq-grid,
  .nl-c-consult-grid {
    grid-template-columns: 1fr;
  }

  .nl-c-hero-grid {
    gap: 46px;
  }

  .nl-c-hero-copy {
    max-width: 700px;
  }

  .nl-c-navigator {
    max-width: 720px;
  }

  .nl-c-heading-row,
  .nl-c-urgent-grid,
  .nl-c-faq-grid {
    gap: 20px;
  }

  .nl-c-map-layout {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .nl-c-map-board article {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .nl-c-map-board article ul {
    grid-column: 2;
  }

  .nl-c-task-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 28px;
  }

  .nl-c-task-grid > a:nth-child(2) {
    border-right: 0;
  }

  .nl-c-task-grid > a:nth-child(-n+2) {
    border-bottom: 1px solid var(--nl-line);
  }

  .nl-c-urgent-copy ol {
    grid-template-columns: 1fr;
  }

  .nl-c-urgent-copy li {
    min-height: auto;
    display: grid;
    grid-template-columns: 46px 1fr;
    border-right: 0;
    border-bottom: 1px solid var(--nl-line);
  }

  .nl-c-urgent-copy li:last-child {
    border-bottom: 0;
  }

  .nl-c-urgent-copy li > span {
    margin-bottom: 0;
  }

  .nl-c-review-grid {
    gap: 46px;
  }

  .nl-c-review-photo {
    min-height: 420px;
    max-height: 560px;
  }

  .nl-c-proof-list article {
    grid-template-columns: 54px 1fr 1.2fr;
  }

  .nl-c-proof-status {
    grid-column: 2 / 4;
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .nl-c-hero {
    padding: 50px 0 56px;
  }

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

  .nl-c-hero-lead {
    font-size: 16px;
  }

  .nl-c-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .nl-c-hero-actions .nl-button,
  .nl-c-text-link {
    width: 100%;
  }

  .nl-c-text-link {
    justify-content: center;
  }

  .nl-c-navigator-head {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
  }

  .nl-c-step-rail {
    grid-template-columns: 1fr;
  }

  .nl-c-step-rail li {
    min-height: 46px;
    border-right: 0;
    border-bottom: 1px solid var(--nl-line);
  }

  .nl-c-step-rail li:not(.is-current) {
    display: none;
  }

  .nl-c-nav-body {
    min-height: 456px;
    padding: 22px 16px;
  }

  .nl-c-nav-step legend {
    font-size: 21px;
  }

  .nl-c-choice-list button {
    min-height: 62px;
  }

  .nl-c-nav-actions > * {
    flex: 1;
    min-width: 0;
  }

  .nl-c-map,
  .nl-c-compare,
  .nl-c-proof,
  .nl-c-faq,
  .nl-c-review,
  .nl-c-consult {
    padding: 64px 0;
  }

  .nl-c-heading-row h2,
  .nl-c-review h2,
  .nl-c-consult h2 {
    font-size: 31px;
  }

  .nl-c-map-layout {
    grid-template-columns: 1fr;
  }

  .nl-c-map-photo {
    min-height: 300px;
    max-height: 400px;
    border-right: 0;
    border-bottom: 1px solid var(--nl-line);
  }

  .nl-c-map-photo img {
    aspect-ratio: 4 / 3;
  }

  .nl-c-map-board article {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 22px 18px;
  }

  .nl-c-task-grid {
    grid-template-columns: 1fr;
    padding-inline: 20px;
  }

  .nl-c-task-grid > a,
  .nl-c-task-grid > a:first-child,
  .nl-c-task-grid > a:nth-child(2) {
    min-height: 108px;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid var(--nl-line);
  }

  .nl-c-task-grid > a:last-child {
    border-bottom: 0;
  }

  .nl-c-matrix {
    border-top-width: 1px;
  }

  .nl-c-matrix,
  .nl-c-matrix tbody,
  .nl-c-matrix tr,
  .nl-c-matrix th,
  .nl-c-matrix td {
    display: block;
    width: 100%;
  }

  .nl-c-matrix thead {
    display: none;
  }

  .nl-c-matrix th,
  .nl-c-matrix td {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--nl-line);
  }

  .nl-c-matrix tbody th {
    min-height: 48px;
    background: var(--nl-accent-soft);
  }

  .nl-c-matrix td {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
  }

  .nl-c-matrix td::before {
    content: attr(data-label);
    min-width: 92px;
    color: var(--nl-primary);
    font-weight: 800;
  }

  .nl-c-matrix tbody tr:last-child td {
    border-bottom: 0;
  }

  .nl-c-review-photo {
    min-height: 330px;
  }

  .nl-c-proof-list article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
  }

  .nl-c-proof-list article > ul,
  .nl-c-proof-status {
    grid-column: 2;
  }

  .nl-c-faq-grid header h2 {
    font-size: 30px;
  }

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