.seek-popup-overlay{
  position: fixed !important;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(244, 244, 241, 0.72);
  backdrop-filter: blur(6px);
  z-index: 100010;
}

.seek-popup-card{
  position: relative;
  width: min(100%, 860px);
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  background: #ffffff;
  border-radius: 26px;
  box-shadow: 0 24px 56px rgba(57, 59, 67, 0.12);
  overflow: auto;
}

.seek-popup-close{
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #6f7278;
  font: inherit;
  font-size: 26px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition:
    background-color 0.18s ease,
    color 0.18s ease;
}

.seek-popup-close:hover{
  background: rgba(81, 105, 217, 0.08);
  color: #3e56cb;
}

.seek-popup-close:focus-visible{
  outline: 2px solid rgba(80, 104, 216, 0.2);
  outline-offset: 2px;
}

.seek-popup-content{
  max-width: 800px;
  padding: 38px 42px 46px;
}

.seek-popup-header{
  margin-bottom: 46px;
}

.seek-popup-title{
  margin: 0;
  color: #2c2e33;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.seek-popup-description{
  margin: 18px 0 0;
  max-width: 620px;
  color: #707278;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.seek-popup-description-tight{
  margin-top: 14px;
}

.seek-popup-form{
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.seek-popup-form-compact{
  gap: 18px;
}

.seek-popup-field{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.seek-popup-field-phone{
  max-width: 372px;
}

.seek-popup-requirements{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.seek-popup-requirements-title{
  margin-bottom: 2px;
}

.seek-popup-requirements-list{
  margin: 0;
  padding-left: 24px;
  color: #2f3238;
  font-size: 16px;
  line-height: 1.45;
}

.seek-popup-requirements-item{
  padding-left: 2px;
}

.seek-popup-requirements-item.seek-is-met{
  color: #2f3238;
}

.seek-popup-requirements-check{
  color: #1a8b57;
  font-weight: 600;
  margin-left: 6px;
}

.seek-popup-label{
  color: #3c3e44;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.seek-popup-value{
  color: #696969;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.seek-popup-input{
  width: 100%;
  height: 44px;
  padding: 0 18px;
  border: 1.5px solid #9d9fa4;
  border-radius: 999px;
  background: #fff;
  color: #35363a;
  font: inherit;
  font-size: 16px;
  line-height: 1;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.seek-popup-input:focus{
  outline: none;
  border-color: #6a7ae0;
  box-shadow: 0 0 0 3px rgba(80, 104, 216, 0.12);
}

.seek-popup-input-invalid{
  border-color: #d25252;
}

.seek-popup-input-invalid:focus{
  box-shadow: 0 0 0 3px rgba(210, 82, 82, 0.12);
}

.seek-popup-error{
  color: #c14545;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.seek-popup-error-block{
  margin-top: -4px;
}

.seek-popup-email-row{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: -6px;
}

.seek-popup-email-pill{
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 16px;
  background: #eef1ff;
  color: #161922;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.seek-popup-icon-button{
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #5169d9;
  padding: 0;
  cursor: pointer;
}

.seek-popup-icon-button svg{
  width: 100%;
  height: 100%;
  display: block;
}

.seek-popup-code-input{
  height: 72px;
  border-radius: 18px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.42em;
  font-variant-numeric: tabular-nums;
  padding-left: calc(18px + 0.42em);
}

.seek-popup-helper{
  margin: -2px 0 0;
  color: #494b52;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.seek-popup-resend-confirmation{
  margin: -8px 0 0;
  color: #5169d9;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.seek-popup-link{
  border: 0;
  background: transparent;
  color: #25262b;
  font: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0;
  cursor: pointer;
}

.seek-popup-link:disabled{
  opacity: 0.55;
  cursor: wait;
}

.seek-popup-resend-status{
  margin-left: 10px;
  color: #5169d9;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.seek-popup-success-actions{
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 8px;
}

.seek-popup-secondary-action{
  border: 0;
  background: transparent;
  color: #5169d9;
  font: inherit;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 640px) {
  .seek-popup-overlay{
    inset: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    padding: 12px;
    align-items: flex-start;
    z-index: 100010;
  }

  .seek-popup-card{
    border-radius: 20px;
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
  }

  .seek-popup-close{
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    font-size: 22px;
  }

  .seek-popup-content{
    padding: 24px 18px 28px;
  }

  .seek-popup-header{
    margin-bottom: 28px;
  }

  .seek-popup-form{
    gap: 22px;
  }

  .seek-popup-form-compact{
    gap: 16px;
  }

  .seek-popup-input{
    height: 40px;
    font-size: 15px;
  }

  .seek-popup-email-row{
    align-items: flex-start;
    gap: 10px;
  }

  .seek-popup-email-pill{
    min-height: 40px;
    padding: 0 14px;
    border-radius: 14px;
  }

  .seek-popup-code-input{
    height: 64px;
    border-radius: 16px;
    font-size: 26px;
  }

  .seek-popup-success-actions{
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .seek-popup-secondary-action{
    align-self: flex-start;
    font-size: 18px;
  }

  .seek-popup-resend-confirmation{
    margin-top: -6px;
    font-size: 13px;
  }

  .seek-popup-resend-status{
    display: inline-block;
    margin-left: 8px;
    font-size: 13px;
  }


  .seek-popup-field-phone{
    max-width: none;
  }

  .seek-popup-requirements-list{
    font-size: 14px;
    padding-left: 20px;
  }
}
