* {
  box-sizing: border-box;
}

:root {
  --bg-deep: #020816;
  --bg-panel: #071629;
  --bg-card: rgba(13, 25, 43, 0.9);
  --border-soft: rgba(111, 219, 255, 0.22);
  --cyan: #23f0ff;
  --teal: #23f2b5;
  --green: #6df58d;
  --orange: #ffb11c;
  --text-main: #ffffff;
  --text-soft: #d8e5ef;
  --text-dim: #9eb4c7;
  --shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: var(--text-main);
  background:
    radial-gradient(circle at 18% 18%, rgba(26, 124, 255, 0.18), transparent 22%),
    linear-gradient(180deg, #031122 0%, #020916 100%);
}

.page-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
}

.left-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 12%, rgba(27, 106, 255, 0.16), transparent 24%),
    linear-gradient(180deg, #03142a 0%, #031024 100%);
  padding: 52px 48px 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ring {
  position: absolute;
  border-radius: 50%;
  border: 56px solid rgba(38, 116, 255, 0.16);
  pointer-events: none;
}

.ring-1 {
  width: 520px;
  height: 520px;
  top: -180px;
  left: -90px;
}

.ring-2 {
  width: 720px;
  height: 720px;
  top: -290px;
  left: -190px;
  border-width: 78px;
  opacity: 0.45;
}

.brand-lockup,
.left-copy,
.trust-badge-left {
  position: relative;
  z-index: 2;
}

.brand-lockup {
  margin-top: 8px;
}

.brand-wordmark {
  font-size: 56px;
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 1px;
}

.brand-main {
  color: #f5f7fb;
}

.brand-dot {
  color: #f5f7fb;
}

.brand-strike {
  margin-top: 10px;
  width: 270px;
  height: 10px;
  background: linear-gradient(90deg, var(--teal) 0%, var(--green) 55%, #ff9f2c 100%);
  clip-path: polygon(8% 0, 100% 0, 94% 100%, 0 100%);
  box-shadow: 0 0 18px rgba(35, 242, 181, 0.35);
}

.left-copy {
  max-width: 610px;
  margin-top: auto;
  margin-bottom: 44px;
}

.left-copy h1 {
  margin: 0 0 22px;
  font-size: 74px;
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -1px;
}

.left-copy h1 span {
  color: var(--teal);
}

.left-copy p {
  margin: 0 0 28px;
  font-size: 22px;
  line-height: 1.5;
  color: #edf5fb;
  max-width: 590px;
}

.learn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid transparent;
  background:
    linear-gradient(#07182c, #07182c) padding-box,
    linear-gradient(90deg, var(--teal), var(--orange)) border-box;
  color: #ffffff;
  border-radius: 999px;
  padding: 16px 32px;
  min-width: 220px;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 18px;
  border-top: 1px solid rgba(35, 240, 255, 0.35);
  border-bottom: 1px solid rgba(255, 177, 28, 0.25);
  padding: 22px 0;
  margin-top: auto;
}

.trust-badge-inline {
  margin: 8px 0 18px;
  padding: 18px 16px;
  border: 1px solid rgba(35, 240, 255, 0.25);
  border-radius: 18px;
  background: rgba(7, 24, 44, 0.6);
}

.trust-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(0, 255, 194, 0.08);
  border: 1px solid rgba(0, 255, 194, 0.24);
  flex: 0 0 auto;
}

.trust-icon svg {
  width: 30px;
  height: 30px;
  fill: var(--teal);
}

.trust-title {
  font-size: 18px;
  font-weight: 900;
  color: var(--teal);
  letter-spacing: 0.4px;
}

.trust-subtitle {
  margin-top: 6px;
  font-size: 15px;
  color: var(--text-soft);
  line-height: 1.5;
}

.right-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px 28px;
  background:
    radial-gradient(circle at top right, rgba(35, 240, 255, 0.08), transparent 18%),
    linear-gradient(180deg, #05111f 0%, #071321 100%);
}

.verify-card {
  width: 100%;
  max-width: 830px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(18, 31, 48, 0.96) 0%, rgba(7, 18, 35, 0.96) 100%);
  border: 1px solid rgba(114, 227, 255, 0.2);
  box-shadow: var(--shadow);
  padding: 26px 28px 24px;
}

.top-security-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--teal);
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 10px;
}

.shield-mini svg {
  width: 24px;
  height: 24px;
  fill: var(--teal);
}

.hero-title {
  margin: 0;
  text-align: center;
  font-size: 72px;
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -1px;
}

.hero-subtitle {
  margin: 20px auto 22px;
  max-width: 700px;
  text-align: center;
  font-size: 20px;
  line-height: 1.45;
  color: var(--text-soft);
}

.lane-pill {
  width: 100%;
  border: 1px solid rgba(35, 240, 255, 0.45);
  border-radius: 18px;
  padding: 18px 18px;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  color: var(--teal);
  background: rgba(7, 24, 44, 0.4);
  box-shadow: inset 0 0 0 1px rgba(35, 240, 255, 0.08);
}

.section-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin: 18px 0 14px;
  color: #f2f7fb;
  font-weight: 800;
  font-size: 18px;
}

.section-divider::before,
.section-divider::after {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.progress-wrap {
  margin-bottom: 18px;
}

.progress-track {
  height: 14px;
  border-radius: 999px;
  background: rgba(140, 170, 201, 0.16);
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  width: 33.333%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--cyan));
  box-shadow: 0 0 16px rgba(35, 240, 255, 0.22);
  transition: width 0.3s ease;
}

.step-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 800;
  color: #b5c6d6;
}

.step-labels .step.active {
  color: var(--teal);
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.step-heading h2 {
  margin: 6px 0 8px;
  font-size: 30px;
  font-weight: 900;
}

.step-heading p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.5;
  color: var(--text-soft);
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
}

.field-grid.single {
  grid-template-columns: 1fr;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 800;
  color: #f4f8fb;
}

.form-control {
  width: 100%;
  border: 1px solid rgba(131, 170, 203, 0.2);
  border-radius: 16px;
  background: rgba(16, 34, 58, 0.82);
  color: #ffffff;
  padding: 18px 18px;
  font-size: 17px;
  font-weight: 600;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control::placeholder {
  color: #96a9bc;
}

.form-control:focus {
  border-color: rgba(35, 240, 255, 0.55);
  box-shadow: 0 0 0 3px rgba(35, 240, 255, 0.12);
}

textarea.form-control {
  min-height: 94px;
  resize: vertical;
}

.masked-email {
  margin-bottom: 18px;
  font-size: 26px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.4px;
}

.helper-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0 18px;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-soft);
}

.helper-row a {
  color: var(--teal);
  text-decoration: none;
}

.inline-banner {
  display: none;
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.inline-banner.show {
  display: block;
}

.inline-banner.success {
  background: rgba(31, 96, 72, 0.26);
  border-color: rgba(82, 255, 176, 0.24);
  color: #eefff8;
}

.inline-banner.error {
  background: rgba(113, 35, 35, 0.26);
  border-color: rgba(255, 124, 124, 0.24);
  color: #fff3f3;
}

.already-account-box {
  display: none;
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(113, 35, 35, 0.22);
  border: 1px solid rgba(255, 124, 124, 0.22);
}

.already-account-box.show {
  display: block;
}

.already-title {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 8px;
}

.already-body {
  color: #fff3f3;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

.already-account-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.already-account-actions a {
  display: inline-block;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 900;
}

.login-link {
  background: #121a25;
  color: #fff;
}

.reset-link {
  background: #7f4c00;
  color: #fff5e8;
}

.button-row {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.secondary-btn,
.action-btn {
  width: 100%;
  border: none;
  border-radius: 16px;
  padding: 18px 18px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.secondary-btn:hover:not(:disabled),
.action-btn:hover:not(:disabled) {
  transform: translateY(-1px);
}

.secondary-btn:disabled,
.action-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.secondary-btn {
  background: rgba(13, 42, 74, 0.88);
  color: var(--cyan);
  border: 1px solid rgba(35, 240, 255, 0.2);
}

.primary-action {
  background: linear-gradient(90deg, #6cf39e 0%, #1ee7d9 100%);
  color: #04111d;
  box-shadow: 0 12px 26px rgba(30, 231, 217, 0.18);
}

.secondary-action {
  background: linear-gradient(90deg, #d5fbff 0%, #7af0cb 100%);
  color: #04111d;
}

.action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.arrow {
  font-size: 22px;
  line-height: 1;
}

.status-box {
  border-radius: 20px;
  padding: 20px 20px;
  margin-top: 4px;
  border: 1px solid rgba(114, 227, 255, 0.18);
  background: rgba(14, 32, 56, 0.7);
}

.status-title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 8px;
}

.status-body {
  font-size: 17px;
  font-weight: 700;
  color: #eff8ff;
}

.status-meta {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-soft);
  font-weight: 700;
}

@media (max-width: 1260px) {
  .page-shell {
    grid-template-columns: 1fr;
  }

  .left-panel {
    display: none;
  }

  .right-panel {
    padding: 24px 16px;
  }

  .verify-card {
    max-width: 920px;
  }
}

@media (max-width: 820px) {
  .hero-title {
    font-size: 50px;
  }

  .lane-pill {
    font-size: 28px;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .field.full {
    grid-column: auto;
  }

  .button-row {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .verify-card {
    padding: 20px 18px;
    border-radius: 24px;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-subtitle {
    font-size: 17px;
  }

  .brand-wordmark {
    font-size: 40px;
  }
}
