/* Registration is an entry point, not a plain wall of fields: pair the form with a calm product-led welcome panel. */
.register-card {
  width: min(1000px, calc(100% - 40px));
  margin: 4px auto 52px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  overflow: hidden;
  background: #fff;
}

.register-showcase {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 680px;
  padding: 34px 34px 30px;
  overflow: hidden;
  background: linear-gradient(152deg, #2d1f62 0%, #513b9e 56%, #795fd0 100%);
  color: #fff;
}

.register-showcase::before,
.register-showcase::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  pointer-events: none;
}

.register-showcase::before {
  width: 360px;
  height: 360px;
  right: -168px;
  top: 82px;
  box-shadow: 0 0 0 24px rgba(255, 255, 255, .035), 0 0 0 48px rgba(255, 255, 255, .025);
}

.register-showcase::after {
  width: 190px;
  height: 190px;
  left: -112px;
  bottom: 64px;
  background: rgba(244, 123, 77, .13);
  border-color: rgba(255, 210, 181, .25);
}

.register-showcase-top,
.register-showcase-copy,
.register-benefits,
.register-showcase-foot {
  position: relative;
  z-index: 1;
}

.register-showcase-top {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .65);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}

.register-mark {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 10px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
}

.register-showcase-copy {
  margin-top: 82px;
}

.register-showcase-copy .eyebrow {
  color: #ffc1a4;
}

.register-showcase-copy h2 {
  max-width: 300px;
  margin: 16px 0 15px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.14;
  letter-spacing: -.07em;
}

.register-showcase-copy h2 em {
  color: #ffc1a4;
  font-style: normal;
}

.register-showcase-copy p {
  max-width: 285px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.85;
}

.register-benefits {
  display: grid;
  gap: 13px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.register-benefits li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
}

.register-benefit-index {
  padding-top: 2px;
  color: #ffc1a4;
  font: 800 11px/1.4 ui-monospace, Consolas, monospace;
  letter-spacing: .08em;
}

.register-benefits strong {
  display: block;
  font-size: 14px;
}

.register-benefits small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  line-height: 1.65;
}

.register-more-note {
  position: relative;
  z-index: 1;
  margin: 23px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  line-height: 1.7;
}

.register-showcase-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 28px;
  color: rgba(255, 255, 255, .65);
  font-size: 11px;
}

.register-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffc1a4;
  box-shadow: 0 0 0 5px rgba(255, 193, 164, .13);
}

.register-form-panel {
  min-width: 0;
  padding: 20px 42px 18px;
}

.register-form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.register-step {
  padding: 5px 9px;
  border-radius: 999px;
  background: #f5f1fb;
  color: var(--violet);
  font-size: 11px;
  font-weight: 800;
}

.register-form-panel h1 {
  margin: 8px 0 5px;
  font-size: 30px;
}

.register-lead {
  max-width: 540px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.55;
}

.register-form-panel .form-error,
.register-form-panel .form-success {
  margin: 18px 0 0;
}

.register-form {
  margin-top: 14px !important;
  gap: 0;
}

.register-form-section {
  padding: 10px 0 12px;
  border-top: 1px solid var(--line);
}

.register-form-section:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.register-form-section-last {
  padding-bottom: 0;
}

.register-section-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 6px;
}

.register-section-label span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.register-section-label small {
  color: var(--muted);
  font-size: 11px;
}

.register-field-label {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.register-field-label small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
}

.register-form .email-code-row {
  gap: 9px;
}

.register-form .email-code-button {
  padding-inline: 15px;
}

.register-form .otp-status {
  min-height: 12px;
  margin: 1px 0;
}

.register-form .human-check-prompt {
  background: #f8f5fd;
}

.register-form .human-check-question {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--ink);
  white-space: nowrap;
}

.register-form .human-check-number-first {
  color: var(--violet);
}

.register-form .human-check-number-second {
  color: var(--orange);
}

.register-form .human-check-operator {
  color: var(--ink);
  font-weight: 600;
}

.register-form .consent {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
}

.register-form .consent input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: var(--violet);
}

.register-form .consent a {
  color: var(--violet);
}

.register-form .actions {
  margin-top: 12px;
}

.register-submit {
  min-width: 154px;
  justify-content: space-between;
  gap: 30px;
  padding-inline: 18px;
}

.register-submit span:last-child {
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}

.register-form-panel .auth-note {
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.7;
}

.register-form-panel .auth-switch {
  margin-top: 10px;
}

@media (max-width: 760px) {
  .site-header {
    align-items: center;
  }

  .auth-header-links {
    margin-left: auto;
    white-space: nowrap;
  }

  .auth-card-topline {
    align-items: center;
  }

  .auth-card-links {
    margin-left: auto;
  }

  .register-card {
    width: min(calc(100% - 28px), 560px);
    display: block;
    margin-top: 8px;
    padding: 0;
  }

  .register-showcase {
    display: none;
  }

  .register-showcase-copy {
    margin-top: 42px;
  }

  .register-showcase-copy h2 {
    margin-top: 11px;
    font-size: 37px;
  }

  .register-showcase-copy p {
    max-width: 460px;
  }

  .register-benefits {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 30px;
  }

  .register-benefits li {
    grid-template-columns: 24px 1fr;
    gap: 7px;
  }

  .register-benefits li:last-child {
    grid-column: 1 / -1;
  }

  .register-showcase-foot {
    padding-top: 23px;
  }

  .register-form-panel {
    padding: 22px 24px 24px;
  }

  .register-form-panel h1 {
    font-size: 29px;
  }

  .register-section-label {
    align-items: baseline;
    flex-direction: row;
    gap: 10px;
  }

  .register-section-label small {
    margin-left: auto;
    text-align: right;
  }

  .register-form .email-code-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .register-form .email-code-button {
    width: auto;
    padding-inline: 12px;
    font-size: 12px;
  }

  .register-form .human-check-row {
    grid-template-columns: minmax(0, 1fr) minmax(182px, .95fr);
    gap: 8px;
    align-items: end;
  }

  .register-form .human-check-prompt {
    min-width: 0;
    gap: 4px;
    padding-inline: 9px;
    font-size: 11px;
  }

  .register-form .human-check-prompt strong {
    font-size: 14px;
  }

  .register-form .human-check-prompt a {
    font-size: 11px;
  }

  .register-form .consent {
    align-items: flex-start;
    line-height: 1.55;
  }

  .register-form .register-submit {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .register-card {
    width: calc(100% - 20px);
  }

  .register-showcase {
    padding-inline: 20px;
  }

  .register-benefits {
    grid-template-columns: 1fr;
  }

  .register-benefits li:last-child {
    grid-column: auto;
  }

  .register-form-panel {
    padding-inline: 20px;
  }

  .register-form-panel h1 {
    font-size: 27px;
  }

  .register-card {
    width: calc(100% - 16px);
  }

  .register-form-panel {
    padding-inline: 16px;
  }

  .register-form .email-code-button {
    padding-inline: 10px;
    font-size: 11px;
  }

  .register-form .human-check-row {
    grid-template-columns: minmax(0, 1fr) minmax(174px, .95fr);
  }

  .register-form .human-check-prompt {
    font-size: 10px;
  }

  .register-form .human-check-prompt strong {
    font-size: 13px;
  }
}
