.kyc-banner {
  display: grid;
  grid-template-columns: 28px 1fr 20px;
  gap: 14px;
  align-items: start;
  margin-bottom: 18px;
  padding: 22px 20px;
  border-radius: 24px;
  background: #f7f7f7;
  color: #111111;
  text-decoration: none;
}

.kyc-banner svg {
  width: 24px;
  height: 24px;
  margin-top: 4px;
}

.kyc-banner strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.kyc-banner p {
  margin: 0;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.7;
}

.kyc-flow-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 430px;
  margin: 0 auto;
  padding: 16px 18px 34px;
  background: #ffffff;
}

.kyc-flow-top {
  display: flex;
  justify-content: flex-end;
  min-height: 36px;
}

.kyc-hero-art,
.kyc-review-art {
  position: relative;
  margin: 24px auto 20px;
}

.kyc-hero-art {
  width: 196px;
  height: 176px;
}

.kyc-hero-art::before,
.kyc-hero-art::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #f2f2f2, #d9d9d9);
}

.kyc-hero-art::before {
  left: 38px;
  top: 6px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
}

.kyc-hero-art::after {
  left: 10px;
  top: 66px;
  width: 146px;
  height: 92px;
  border-radius: 72px 72px 20px 20px;
}

.kyc-hero-art .kyc-hero-sheet,
.kyc-hero-art .kyc-hero-pencil,
.kyc-hero-art .kyc-hero-plus,
.kyc-hero-art .kyc-hero-dot {
  position: absolute;
}

.kyc-hero-sheet {
  right: 20px;
  bottom: 18px;
  width: 52px;
  height: 62px;
  border-radius: 6px 6px 14px 6px;
  background: #2e2e2e;
}

.kyc-hero-sheet::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 14px;
  width: 20px;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 10px 0 #ffffff;
}

.kyc-hero-pencil {
  left: 28px;
  top: 78px;
  width: 12px;
  height: 56px;
  border-radius: 999px;
  background: #303030;
  transform: rotate(36deg);
}

.kyc-hero-plus {
  right: 26px;
  top: 34px;
  width: 28px;
  height: 28px;
}

.kyc-hero-plus::before,
.kyc-hero-plus::after {
  content: "";
  position: absolute;
  background: #666666;
}

.kyc-hero-plus::before {
  left: 13px;
  top: 0;
  width: 2px;
  height: 28px;
}

.kyc-hero-plus::after {
  left: 0;
  top: 13px;
  width: 28px;
  height: 2px;
}

.kyc-hero-dot {
  left: 58px;
  bottom: 18px;
  width: 12px;
  height: 12px;
  border: 2px solid #666666;
  transform: rotate(45deg);
}

.kyc-review-art {
  width: 176px;
  height: 176px;
}

.kyc-clock-face {
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #111111 0 4px, transparent 5px),
    repeating-conic-gradient(from 0deg, #111111 0deg 2deg, transparent 2deg 30deg);
  opacity: 0.9;
  mask: radial-gradient(circle, transparent 0 58px, #000000 59px 62px, transparent 63px);
}

.kyc-clock-face::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #111111;
  transform: translate(-50%, -50%);
}

.kyc-clock-hand {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #111111, #d8d8d8);
  transform-origin: center bottom;
}

.kyc-clock-hand.hour {
  height: 46px;
  margin: -46px 0 0 -4px;
  transform: rotate(0deg);
}

.kyc-clock-hand.minute {
  height: 66px;
  margin: -66px 0 0 -4px;
  transform: rotate(0deg);
  animation: none;
}

.kyc-review-art .kyc-review-dot,
.kyc-review-art .kyc-review-dot.alt {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #2a2a2a;
  transform: rotate(45deg);
}

.kyc-review-art .kyc-review-dot {
  display: none;
}

.kyc-review-art .kyc-review-dot.alt {
  right: 24px;
  bottom: 34px;
}

.kyc-copy {
  margin-top: 12px;
}

.kyc-copy h1 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.2;
}

.kyc-copy p {
  margin: 0;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.75;
}

.kyc-points {
  display: grid;
  gap: 20px;
  margin: 34px 0 28px;
}

.kyc-points article {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: center;
}

.kyc-points b {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #111111;
  color: #ffffff;
  font-size: 16px;
}

.kyc-points span {
  font-size: 18px;
  font-weight: 700;
}

.kyc-footer-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  color: #6b6b6b;
  font-size: 14px;
}

.kyc-footer-note svg {
  width: 16px;
  height: 16px;
  color: #1f7a16;
}

.kyc-form-page .simple-header {
  margin-bottom: 18px;
}

.kyc-form-copy {
  margin: 20px 0 24px;
}

.kyc-form-copy h1 {
  margin: 0 0 8px;
  font-size: 28px;
}

.kyc-form-copy p {
  margin: 0;
  color: #6f6f6f;
  line-height: 1.6;
}

.stack-form textarea {
  width: 100%;
  min-height: 110px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f7f7f7;
  color: var(--text);
  padding: 12px 14px;
  resize: vertical;
}

.kyc-form-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f6f6f6;
  color: #666666;
  font-size: 13px;
  line-height: 1.7;
}

.kyc-payment-card {
  margin: 18px 0 22px;
  padding: 16px;
  border-radius: 18px;
  background: #f5f5f5;
}

.kyc-payment-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.kyc-payment-card p {
  margin: 0 0 10px;
  color: #606060;
  font-size: 13px;
  line-height: 1.55;
}

.kyc-payment-card code {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  background: #ffffff;
  color: #111111;
  font-size: 12px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.stack-form input[type="file"] {
  display: block;
  width: 100%;
  border: 1px dashed #d7d7d7;
  border-radius: 14px;
  background: #fafafa;
  padding: 13px;
  color: #555555;
}

.kyc-review-page {
  text-align: center;
}

.kyc-review-page .kyc-copy {
  margin-top: 8px;
}

.kyc-review-page .kyc-copy p {
  font-size: 17px;
  line-height: 1.8;
}

.kyc-review-page .primary-pill {
  margin-top: auto;
}

@keyframes kyc-swing {
  0%,
  100% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
}

@keyframes kyc-clock-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
