.nokyc-main {
  --nk-ink: #171316;
  --nk-muted: #686066;
  --nk-line: #e1d9dc;
  --nk-red: #d9103a;
  --nk-soft: #f8ecef;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 90px;
  overflow: visible;
}

.nokyc-breadcrumbs {
  padding: 24px 0;
  display: flex;
  gap: 9px;
  overflow: hidden;
  color: var(--nk-muted);
  font-size: 12px;
  white-space: nowrap;
}

.nokyc-breadcrumbs a:hover,
.nokyc-card a,
.nokyc-table a,
.nokyc-page-nav a:hover {
  color: var(--nk-red);
}

.nokyc-hero {
  min-height: 520px;
  padding: 64px 0 54px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
  align-items: center;
  gap: clamp(40px, 8vw, 92px);
}

.nokyc-hero h1 {
  max-width: 780px;
  margin: 14px 0 22px;
  color: var(--nk-ink);
  font-size: clamp(46px, 6vw, 76px);
  line-height: .98;
  letter-spacing: -.055em;
}

.nokyc-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--nk-muted);
  font-size: 19px;
  line-height: 1.7;
}

.nokyc-hero small {
  display: block;
  margin-top: 16px;
  color: var(--nk-muted);
  line-height: 1.5;
}

.nokyc-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nokyc-hero-card {
  min-height: 330px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(145deg, #231d20, #0e0c0d);
  color: #fff;
  box-shadow: 0 30px 70px rgba(22, 10, 13, .2);
}

.nokyc-hero-card::before {
  content: "";
  width: 260px;
  aspect-ratio: 1;
  position: absolute;
  top: -110px;
  right: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 16, 58, .72), rgba(217, 16, 58, 0) 69%);
}

.nokyc-wallet-card::after {
  content: "◆";
  position: absolute;
  top: 34px;
  right: 38px;
  color: #ff617f;
  font-size: 42px;
}

.nokyc-hero-card span {
  margin-bottom: auto;
  color: #ff8ba0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nokyc-hero-card strong,
.nokyc-hero-card b,
.nokyc-hero-card small {
  display: block;
}

.nokyc-hero-card strong {
  font-size: 34px;
  line-height: 1.1;
}

.nokyc-hero-card b {
  color: #ff617f;
  font-size: 22px;
}

.nokyc-hero-card small {
  margin-top: 15px;
  color: #aaa1a6;
  font-size: 12px;
}

.nokyc-direct {
  max-width: 1020px;
  margin: 0 0 32px;
  padding: 27px 30px;
  border-left: 5px solid var(--nk-red);
  border-radius: 0 18px 18px 0;
  background: #211e21;
  color: #fff;
}

.nokyc-direct span {
  color: #ff899b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nokyc-direct p {
  margin: 8px 0 0;
  font-size: 17px;
  line-height: 1.7;
}

.nokyc-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--nk-line);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}

.nokyc-facts div {
  padding: 20px 22px;
  border-right: 1px solid var(--nk-line);
}

.nokyc-facts div:last-child {
  border: 0;
}

.nokyc-facts dt {
  color: var(--nk-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.nokyc-facts dd {
  margin: 5px 0 0;
  font-size: 19px;
  font-weight: 900;
}

.nokyc-page-nav {
  margin: 24px 0 0;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  position: sticky;
  top: 82px;
  z-index: 10;
  border: 1px solid var(--nk-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 30px rgba(22, 13, 17, .06);
  backdrop-filter: blur(10px);
}

.nokyc-page-nav a {
  padding: 7px 11px;
  border-radius: 999px;
  background: #f3eef0;
  font-size: 12px;
  font-weight: 800;
}

.nokyc-section {
  padding: 80px 0 10px;
  scroll-margin-top: 145px;
}

.nokyc-section h2 {
  max-width: 850px;
  margin: 9px 0 28px;
  color: var(--nk-ink);
  font-size: clamp(33px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.nokyc-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
}

.nokyc-section-head > p {
  max-width: 440px;
  margin: 0 0 28px;
  color: var(--nk-muted);
}

.nokyc-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.nokyc-card {
  padding: 27px;
  border: 1px solid var(--nk-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 12, 16, .045);
}

.nokyc-card:first-child {
  grid-column: 1 / -1;
  background: linear-gradient(140deg, #fff 68%, #f8e4ea);
}

.nokyc-card header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nokyc-mark {
  width: 52px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 15px;
  background: #191518;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.nokyc-card h3 {
  margin: 4px 0 0;
  font-size: 24px;
  line-height: 1.1;
}

.nokyc-status {
  display: inline-flex;
  color: #8b4b00;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nokyc-status-document-free {
  color: #08704b;
}

.nokyc-verdict {
  margin: 20px 0;
  color: #3f393d;
  font-size: 16px;
}

.nokyc-verdict a,
.nokyc-card dd a {
  color: var(--nk-red);
  font-size: 11px;
  font-weight: 900;
}

.nokyc-card dl {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  margin: 0;
  border-top: 1px solid var(--nk-line);
}

.nokyc-card dt,
.nokyc-card dd {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid var(--nk-line);
}

.nokyc-card dt {
  padding-right: 12px;
  color: var(--nk-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.nokyc-card dd {
  color: #4a4348;
  font-size: 13px;
  line-height: 1.55;
}

.nokyc-table-wrap {
  width: 100%;
  overflow: auto;
  border: 1px solid var(--nk-line);
  border-radius: 18px;
  background: #fff;
}

.nokyc-table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
}

.nokyc-table th,
.nokyc-table td {
  padding: 17px 18px;
  border-right: 1px solid var(--nk-line);
  border-bottom: 1px solid var(--nk-line);
  vertical-align: top;
  text-align: left;
  font-size: 13px;
  line-height: 1.55;
}

.nokyc-table th:last-child,
.nokyc-table td:last-child {
  border-right: 0;
}

.nokyc-table tr:last-child th,
.nokyc-table tr:last-child td {
  border-bottom: 0;
}

.nokyc-table thead th {
  background: #f1ecee;
  color: var(--nk-muted);
  font-size: 10px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.nokyc-table tbody th {
  min-width: 145px;
}

.nokyc-table tbody th a,
.nokyc-table tbody td > a {
  color: var(--nk-red);
  font-weight: 900;
}

.nokyc-spectrum,
.nokyc-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.nokyc-spectrum article,
.nokyc-flow article {
  min-height: 230px;
  padding: 25px;
  border: 1px solid var(--nk-line);
  border-radius: 18px;
  background: #fff;
}

.nokyc-spectrum b,
.nokyc-flow span {
  color: var(--nk-red);
  font-size: 12px;
  font-weight: 900;
}

.nokyc-spectrum h3,
.nokyc-flow h3 {
  margin: 38px 0 9px;
  font-size: 20px;
  line-height: 1.2;
}

.nokyc-spectrum p,
.nokyc-flow p {
  color: var(--nk-muted);
  font-size: 14px;
}

.nokyc-callout {
  margin-top: 80px;
  padding: 42px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
  border-radius: 26px;
  background: #171416;
  color: #fff;
}

.nokyc-callout h2 {
  margin-bottom: 0;
  color: #fff;
}

.nokyc-callout p {
  color: #c3babf;
}

.nokyc-cite {
  color: #ff8297;
  font-size: 12px;
  font-weight: 800;
}

.nokyc-checklist {
  counter-reset: check;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.nokyc-checklist li {
  counter-increment: check;
  padding: 20px 20px 20px 62px;
  position: relative;
  border: 1px solid var(--nk-line);
  border-radius: 14px;
  background: #fff;
}

.nokyc-checklist li::before {
  content: counter(check, decimal-leading-zero);
  position: absolute;
  left: 20px;
  top: 20px;
  color: var(--nk-red);
  font-size: 12px;
  font-weight: 900;
}

.nokyc-checklist strong,
.nokyc-checklist span {
  display: block;
}

.nokyc-checklist span {
  margin-top: 3px;
  color: var(--nk-muted);
  font-size: 13px;
}

.nokyc-excluded {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.nokyc-excluded article {
  padding: 26px;
  border: 1px solid #efc5ce;
  border-radius: 18px;
  background: #fff7f8;
}

.nokyc-excluded span {
  color: var(--nk-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nokyc-excluded h3 {
  margin: 18px 0 8px;
  font-size: 22px;
}

.nokyc-excluded p {
  margin: 0;
  color: var(--nk-muted);
  font-size: 14px;
}

.nokyc-excluded a {
  color: var(--nk-red);
  font-size: 11px;
  font-weight: 900;
}

.nokyc-method {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--nk-line);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}

.nokyc-method article {
  padding: 23px;
  border-right: 1px solid var(--nk-line);
}

.nokyc-method article:last-child {
  border: 0;
}

.nokyc-method b {
  color: var(--nk-red);
  font-size: 24px;
}

.nokyc-method p {
  color: var(--nk-muted);
  font-size: 13px;
}

.nokyc-limit {
  margin: 15px 0 0;
  color: var(--nk-muted);
  font-size: 13px;
}

.nokyc-source-table td:nth-child(2) strong,
.nokyc-source-url {
  display: block;
}

.nokyc-source-url {
  max-width: 430px;
  margin-top: 6px;
  color: #7b7378;
  overflow-wrap: anywhere;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
}

.nokyc-faq details {
  margin: 10px 0;
  padding: 18px 20px;
  border: 1px solid var(--nk-line);
  border-radius: 13px;
  background: #fff;
}

.nokyc-faq summary {
  cursor: pointer;
  font-weight: 900;
}

.nokyc-faq p {
  max-width: 900px;
  margin: 12px 0 0;
  color: var(--nk-muted);
}

.nokyc-responsible {
  margin-top: 60px;
  padding: 28px 30px;
  display: block;
  border: 1px solid #ebcf9f;
  border-radius: 18px;
  background: #fff6e6;
}

.nokyc-responsible p {
  max-width: 900px;
  margin: 8px 0 0;
  color: #6f5a38;
}

.nokyc-flow {
  grid-template-columns: repeat(3, 1fr);
}

.nokyc-flow article {
  min-height: 190px;
}

.nokyc-flow h3 {
  margin-top: 28px;
}

.nokyc-terms-test {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  gap: 14px;
}

.nokyc-terms-test article {
  padding: 28px;
  border: 1px solid var(--nk-line);
  border-radius: 18px;
  background: #fff;
}

.nokyc-terms-test h3 {
  margin: 0 0 18px;
  font-size: 21px;
}

.nokyc-terms-test ol {
  padding-left: 20px;
  list-style: decimal;
}

.nokyc-terms-test p,
.nokyc-terms-test li {
  color: var(--nk-muted);
  font-size: 14px;
}

.nokyc-terms-test code {
  margin: 3px;
  padding: 5px 7px;
  display: inline-block;
  border-radius: 6px;
  background: #f5ecef;
  color: #9d1633;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
}

@media (max-width: 900px) {
  .nokyc-hero {
    grid-template-columns: 1fr;
  }

  .nokyc-hero-card {
    min-height: 260px;
  }

  .nokyc-facts,
  .nokyc-spectrum,
  .nokyc-method {
    grid-template-columns: repeat(2, 1fr);
  }

  .nokyc-facts div:nth-child(2),
  .nokyc-method article:nth-child(2),
  .nokyc-method article:nth-child(4) {
    border-right: 0;
  }

  .nokyc-facts div:nth-child(-n+2) {
    border-bottom: 1px solid var(--nk-line);
  }

  .nokyc-method article {
    border-bottom: 1px solid var(--nk-line);
  }

  .nokyc-method article:last-child {
    grid-column: 1 / -1;
  }

  .nokyc-card-grid,
  .nokyc-card:first-child,
  .nokyc-callout,
  .nokyc-excluded,
  .nokyc-flow,
  .nokyc-terms-test {
    grid-template-columns: 1fr;
  }

  .nokyc-card:first-child {
    grid-column: auto;
  }

  .nokyc-section-head {
    display: block;
  }

  .nokyc-callout {
    gap: 20px;
  }
}

@media (max-width: 620px) {
  .nokyc-main {
    padding: 0 16px 70px;
  }

  .nokyc-hero {
    min-height: auto;
    padding: 45px 0;
  }

  .nokyc-hero h1 {
    font-size: 43px;
  }

  .nokyc-hero p {
    font-size: 17px;
  }

  .nokyc-page-nav {
    top: 72px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .nokyc-page-nav a {
    flex: 0 0 auto;
  }

  .nokyc-facts,
  .nokyc-spectrum,
  .nokyc-checklist,
  .nokyc-method {
    grid-template-columns: 1fr;
  }

  .nokyc-facts div,
  .nokyc-method article {
    border-right: 0;
    border-bottom: 1px solid var(--nk-line);
  }

  .nokyc-method article:last-child {
    grid-column: auto;
  }

  .nokyc-card {
    padding: 21px;
  }

  .nokyc-card dl {
    grid-template-columns: 1fr;
  }

  .nokyc-card dt {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .nokyc-card dd {
    padding-top: 4px;
  }

  .nokyc-callout {
    margin-top: 60px;
    padding: 28px 22px;
  }

  .nokyc-section {
    padding-top: 62px;
  }
}
