.nk-check-page {
  --nk-purple: var(--theme-color, #a352f5);
  --nk-purple-dark: #8136cc;
  --nk-purple-soft: #f6effe;
  --nk-ink: #24212d;
  --nk-muted: #6f6a78;
  color: var(--nk-ink);
}

.nk-check-page .nk-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 72px;
  background:
    radial-gradient(circle at 90% 12%, rgba(163, 82, 245, .16), transparent 34%),
    linear-gradient(145deg, #fff 0%, #fbf8ff 62%, #f2e7fd 100%);
}

.nk-check-page .nk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(163, 82, 245, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .84);
  color: var(--nk-purple-dark);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.nk-check-page .nk-hero h1 {
  max-width: 720px;
  margin-top: 22px;
  color: var(--nk-ink);
  font-size: clamp(2.35rem, 5vw, 4.4rem);
  hyphens: auto;
  line-height: 1.03;
  letter-spacing: -.045em;
  overflow-wrap: break-word;
}

.nk-check-page .nk-hero-copy {
  max-width: 670px;
  color: var(--nk-muted);
  font-size: 1.14rem;
  line-height: 1.65;
}

.nk-check-page .nk-upload-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(163, 82, 245, .18);
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 28px 70px rgba(71, 37, 100, .14);
}

.nk-check-page .nk-upload-zone {
  display: block;
  padding: 32px 22px;
  border: 2px dashed rgba(163, 82, 245, .36);
  border-radius: 18px;
  background: var(--nk-purple-soft);
  text-align: center;
}

.nk-check-page .nk-file-picker {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.nk-check-page .nk-file-picker-title {
  margin-top: 14px;
  color: var(--nk-ink);
  font-weight: 700;
}

.nk-check-page .nk-file-picker-help {
  margin-top: 4px;
  color: var(--nk-muted);
  font-size: .86rem;
}

.nk-check-page .nk-file-picker-button {
  margin-top: 18px;
  padding: 10px 20px;
  border: 1px solid rgba(163, 82, 245, .35);
  border-radius: 10px;
  background: #fff;
  color: var(--nk-purple-dark);
  font-size: .92rem;
  font-weight: 700;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.nk-check-page .nk-file-picker:hover .nk-file-picker-button {
  border-color: var(--nk-purple);
  background: #fbf7ff;
  transform: translateY(-1px);
}

.nk-check-page .nk-file-input:focus + .nk-file-picker .nk-file-picker-button {
  border-color: var(--nk-purple);
  box-shadow: 0 0 0 .2rem rgba(163, 82, 245, .14);
}

.nk-check-page .nk-file-picker-name {
  display: block;
  max-width: 100%;
  margin-top: 10px;
  overflow: hidden;
  color: var(--nk-muted);
  font-size: .82rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nk-check-page .nk-file-picker-name.has-file {
  color: var(--nk-ink);
  font-weight: 600;
}

.nk-check-page .nk-email-field {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(163, 82, 245, .16);
  text-align: left;
}

.nk-check-page .nk-email-field .form-label {
  display: block;
  margin-bottom: 8px;
  color: var(--nk-ink);
  font-size: .84rem;
}

.nk-check-page .nk-upload-icon {
  display: inline-grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 18px;
  background: #fff;
  color: var(--nk-purple);
  font-size: 2rem;
  box-shadow: 0 10px 30px rgba(103, 48, 153, .12);
}

.nk-check-page .nk-upload-icon svg {
  width: 32px;
  height: 32px;
}

.nk-check-page .nk-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 22px;
  color: var(--nk-muted);
  font-size: .9rem;
}

.nk-check-page .nk-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nk-check-page .nk-role-switch {
  display: inline-flex;
  gap: 4px;
  margin-top: 26px;
  padding: 4px;
  border: 1px solid #e8e2ec;
  border-radius: 12px;
  background: #fff;
}

.nk-check-page .nk-role-switch a {
  padding: 9px 13px;
  border-radius: 9px;
  color: var(--nk-muted);
  font-size: .88rem;
  font-weight: 650;
  text-decoration: none;
}

.nk-check-page .nk-role-switch a.active {
  background: var(--nk-purple-soft);
  color: var(--nk-purple-dark);
}

.nk-check-page .nk-section {
  padding: 82px 0;
}

.nk-check-page .nk-section-soft {
  background: #faf9fb;
}

.nk-check-page .nk-section-heading {
  max-width: 730px;
  margin: 0 auto 42px;
  text-align: center;
}

.nk-check-page .nk-section-heading h2 {
  color: var(--nk-ink);
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  letter-spacing: -.025em;
}

.nk-check-page .nk-feature-card,
.nk-check-page .nk-step-card,
.nk-check-page .nk-result-card {
  width: 100%;
  height: 100%;
  padding: 27px;
  border: 1px solid #ece8ef;
  border-radius: 18px;
  background: #fff;
}

.nk-check-page .nk-feature-icon,
.nk-check-page .nk-step-number {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 12px;
  background: var(--nk-purple-soft);
  color: var(--nk-purple-dark);
  font-size: 1.25rem;
  font-weight: 750;
}

.nk-check-page .nk-feature-icon svg {
  width: 24px;
  height: 24px;
}

.nk-check-page .nk-feature-card h3,
.nk-check-page .nk-step-card h3 {
  color: var(--nk-ink);
  font-size: 1.08rem;
}

.nk-check-page .nk-feature-card p,
.nk-check-page .nk-step-card p {
  margin-bottom: 0;
  color: var(--nk-muted);
  line-height: 1.6;
}

.nk-check-page .nk-result-card {
  padding: 30px;
  box-shadow: 0 22px 55px rgba(45, 35, 55, .09);
}

.nk-check-page .nk-score {
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border: 8px solid #efe0fd;
  border-top-color: var(--nk-purple);
  border-radius: 50%;
  color: var(--nk-ink);
  font-size: 1.4rem;
  font-weight: 800;
}

.nk-check-page .nk-finding {
  padding: 16px 0;
  border-top: 1px solid #eeeaf0;
}

.nk-check-page .nk-finding:first-child { border-top: 0; }

.nk-check-page .nk-status-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 50%;
}

.nk-check-page .nk-status-danger { background: #dc3545; }
.nk-check-page .nk-status-warning { background: #e79b16; }
.nk-check-page .nk-status-success { background: #198754; }
.nk-check-page .nk-status-info { background: var(--nk-purple); }
.nk-check-page .nk-finding-detail { padding: 20px 0; }
.nk-result-page { min-height: 70vh; background: #faf9fb; }
.nk-check-page.nk-result-page > .nk-section:first-child { padding-top: 138px; }

.nk-check-page .nk-unlock-details {
  max-width: 980px;
  margin: 34px auto 0;
}

.nk-check-page .nk-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
}

.nk-check-page .nk-check-list span {
  position: relative;
  padding-left: 28px;
  color: var(--nk-muted);
  line-height: 1.45;
}

.nk-check-page .nk-check-list span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--nk-purple-soft);
  color: var(--nk-purple-dark);
  content: "\2713";
  font-size: .75rem;
  font-weight: 800;
}

.nk-check-page .nk-unlock-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: unlock-step;
}

.nk-check-page .nk-unlock-steps li {
  position: relative;
  min-height: 46px;
  padding: 0 0 18px 48px;
  counter-increment: unlock-step;
}

.nk-check-page .nk-unlock-steps li:last-child { padding-bottom: 0; }

.nk-check-page .nk-unlock-steps li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: var(--nk-purple-soft);
  color: var(--nk-purple-dark);
  content: counter(unlock-step);
  font-weight: 800;
}

.nk-check-page .nk-unlock-steps strong,
.nk-check-page .nk-unlock-steps small { display: block; }
.nk-check-page .nk-unlock-steps small { margin-top: 3px; color: var(--nk-muted); line-height: 1.4; }

.nk-check-page .nk-unlock-note {
  margin-top: 18px;
  padding: 16px 20px;
  border: 1px solid rgba(163, 82, 245, .18);
  border-radius: 14px;
  background: var(--nk-purple-soft);
  color: var(--nk-muted);
  font-size: .9rem;
}

.nk-check-page .nk-price-card {
  max-width: 660px;
  margin: 0 auto;
  padding: 38px;
  border: 1px solid rgba(163, 82, 245, .24);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(73, 41, 99, .1);
}

.nk-check-page .nk-price {
  color: var(--nk-ink);
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -.04em;
}

.nk-check-page .nk-privacy-box {
  padding: 28px;
  border-left: 3px solid var(--nk-purple);
  border-radius: 0 16px 16px 0;
  background: var(--nk-purple-soft);
}

.nk-check-page .nk-cta {
  padding: 70px 0;
  background: #211c28;
  color: #fff;
}

.nk-check-page .nk-cta h2 { color: #fff; }
.nk-check-page .nk-cta p { color: #c9c1d1; }

.nk-check-page .accordion-button:not(.collapsed) {
  background: var(--nk-purple-soft);
  color: var(--nk-purple-dark);
  box-shadow: none;
}

.nk-check-page .accordion-button:focus {
  border-color: rgba(163, 82, 245, .35);
  box-shadow: 0 0 0 .2rem rgba(163, 82, 245, .12);
}

@media (max-width: 991px) {
  .nk-check-page .nk-hero { padding: 52px 0 60px; }
  .nk-check-page .nk-upload-card { margin-top: 42px; }
}

@media (max-width: 767px) {
  .nk-check-page.nk-result-page > .nk-section:first-child { padding-top: 124px; }
  .nk-check-page .nk-check-list { grid-template-columns: 1fr; }
  .nk-check-page .nk-trust-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 575px) {
  .nk-check-page .nk-section { padding: 62px 0; }
  .nk-check-page .nk-upload-card,
  .nk-check-page .nk-price-card { padding: 22px; }
  .nk-check-page .nk-upload-zone { padding: 26px 16px; }
  .nk-check-page .nk-role-switch { display: flex; }
  .nk-check-page .nk-role-switch a { flex: 1; text-align: center; }
}
