.signup-page-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 24px 80px;
}

.setup-progress-shell {
  margin-bottom: 24px;
}

.setup-progress-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  border: 1px solid #d9e1ef;
  border-radius: 24px;
  padding: 16px 20px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.setup-step {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  opacity: 0.55;
}

.setup-step-active {
  opacity: 1;
}

.setup-step-number {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef2f7;
  color: #475569;
  font-size: 14px;
  font-weight: 800;
}

.setup-step-active .setup-step-number {
  background: #2563eb;
  color: #ffffff;
}

.setup-step-label {
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.setup-step-line {
  height: 2px;
  flex: 1;
  min-width: 28px;
  background: #e2e8f0;
  border-radius: 999px;
}

.signup-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 20px;
  align-items: start;
}

.signup-main-card,
.signup-side-card {
  background: #ffffff;
  border: 1px solid #d9e1ef;
  border-radius: 32px;
  padding: 28px 24px 24px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
}

.signup-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #e9eef8;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 12px;
}

.signup-title {
  margin: 18px 0 0;
  color: #0f172a;
  font-size: clamp(2rem, 4.4vw, 3.7rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.signup-subtitle {
  margin: 18px 0 0;
  color: #64748b;
  font-size: 18px;
  line-height: 1.7;
  max-width: 760px;
}

.signup-form {
  margin-top: 28px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-group input {
  width: 100%;
  min-height: 56px;
  border-radius: 16px;
  border: 1px solid #d9e1ef;
  background: #ffffff;
  padding: 0 16px;
  font-size: 16px;
  color: #0f172a;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
}

.form-group input:focus {
  border-color: #93c5fd;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

.checkbox-row {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #475569;
  font-size: 14px;
  font-weight: 600;
}

.checkbox-row input {
  width: 16px;
  height: 16px;
  margin: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  border-radius: 16px;
  padding: 0 18px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.24);
}

.btn-primary:hover {
  background: #1d4ed8;
}

.btn-full {
  width: 100%;
  margin-top: 18px;
}

.signup-login-note {
  margin-top: 18px;
  text-align: center;
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
}

.signup-login-note a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 800;
}

.selected-plan-card {
  margin-top: 18px;
  background: #f8fbff;
  border: 1px solid #d9e8ff;
  border-radius: 24px;
  padding: 18px;
}

.selected-plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.selected-plan-name {
  color: #0f172a;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.selected-plan-price {
  color: #2563eb;
  font-size: 16px;
  font-weight: 800;
}

.selected-plan-text {
  margin: 10px 0 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

.signup-side-section {
  margin-top: 22px;
}

.side-section-title {
  color: #0f172a;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 14px;
}

.side-step-card {
  background: #ffffff;
  border: 1px solid #d9e1ef;
  border-radius: 22px;
  padding: 16px;
  margin-bottom: 12px;
}

.side-step-card-active {
  border-color: #c7d5f7;
  background: #f8fbff;
}

.side-step-title {
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
}

.side-step-text {
  margin-top: 6px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

.signup-reassurance-card {
  margin-top: 22px;
  background: #ffffff;
  border: 1px solid #d9e1ef;
  border-radius: 22px;
  padding: 16px;
}

.reassurance-title {
  color: #0f172a;
  font-size: 15px;
  font-weight: 900;
}

.reassurance-text {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .signup-grid {
    grid-template-columns: 1fr;
  }

  .setup-progress-bar {
    overflow-x: auto;
  }
}

@media (max-width: 700px) {
  .signup-page-shell {
    padding: 20px 16px 56px;
  }

  .signup-main-card,
  .signup-side-card {
    border-radius: 26px;
    padding: 22px 18px 20px;
  }

  .setup-progress-bar {
    padding: 14px 14px;
    gap: 10px;
  }

  .setup-step-label {
    font-size: 13px;
  }

  .setup-step-number {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }

  .signup-subtitle {
    font-size: 16px;
  }

  .form-group input {
    min-height: 52px;
  }

  .selected-plan-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.included-plan-card {
  background: #ffffff;
  border: 1px solid #d9e1ef;
  border-radius: 22px;
  padding: 16px 18px;
}

.included-plan-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
}

.included-plan-list li {
  color: #64748b;
}
