.elementor-348 .elementor-element.elementor-element-58f7856{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8f75cc1 *//* =========================
   CHATZONIC PERSONAL SIGNUP CSS
========================= */

.cz-ps-page{
  padding: 90px 20px;
  background:
    radial-gradient(circle at top left, rgba(26,115,232,0.08), transparent 28%),
    radial-gradient(circle at top right, rgba(106,168,255,0.08), transparent 22%),
    #f8f9fb;
}

.cz-ps-shell{
  max-width: 1080px;
  margin: 0 auto;
}

.cz-ps-intro{
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.cz-ps-badge{
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #1a73e8;
  background: #eaf2ff;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.cz-ps-intro h1{
  margin: 0 0 14px;
  font-size: 52px;
  line-height: 1.06;
  letter-spacing: -1.4px;
  color: #111827;
}

.cz-ps-intro p{
  margin: 0 auto;
  max-width: 700px;
  font-size: 18px;
  line-height: 1.75;
  color: #5f6368;
}

.cz-ps-card{
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(17,24,39,0.08);
  border-radius: 32px;
  box-shadow: 0 24px 80px rgba(15,23,42,0.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 30px;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.cz-ps-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 28px 88px rgba(15,23,42,0.12);
}

.cz-ps-card-glow{
  position: absolute;
  width: 220px;
  height: 220px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26,115,232,0.16), rgba(26,115,232,0) 68%);
  pointer-events: none;
}

.cz-ps-top{
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.cz-ps-top h2{
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.15;
  color: #111827;
}

.cz-ps-top p{
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}

.cz-ps-steps{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cz-ps-step{
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #e7ebf0;
  background: #f8fafc;
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.cz-ps-step.active{
  background: #eef4ff;
  color: #1a73e8;
  border-color: #d7e5ff;
}

.cz-ps-step.done{
  background: #ffffff;
  color: #111827;
  border-color: #dbe5f3;
}

.cz-ps-form{
  position: relative;
}

.cz-ps-pane{
  display: none;
  animation: czFadeUp 0.28s ease;
}

.cz-ps-pane.active{
  display: block;
}

.cz-ps-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.cz-ps-field label{
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}

.cz-ps-field input,
.cz-ps-field select{
  width: 100%;
  height: 56px;
  border: 1px solid #dbe2ea;
  border-radius: 16px;
  padding: 0 16px;
  font-size: 16px;
  color: #111827;
  background: #ffffff;
  outline: none;
  transition: all 0.25s ease;
  appearance: none;
  -webkit-appearance: none;
}

.cz-ps-field input:focus,
.cz-ps-field select:focus{
  border-color: #1a73e8;
  box-shadow: 0 0 0 4px rgba(26,115,232,0.10);
}

.cz-ps-info{
  margin-top: 18px;
  background: #f8fafc;
  border: 1px solid #e7ebf0;
  border-radius: 16px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #5f6368;
}

.cz-ps-compliance-box{
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e7ebf0;
  color: #5f6368;
  font-size: 13.5px;
  line-height: 1.65;
}

.cz-ps-compliance-box p{
  margin: 0 0 8px;
}

.cz-ps-compliance-box p:last-child{
  margin-bottom: 0;
}

.cz-ps-compliance-box a{
  color: #1a73e8;
  font-weight: 600;
  text-decoration: none;
}

.cz-ps-compliance-box a:hover{
  text-decoration: underline;
}

.cz-ps-actions{
  margin-top: 22px;
}

.cz-ps-actions-row{
  display: flex;
  gap: 12px;
}

.cz-ps-btn{
  min-height: 54px;
  border-radius: 999px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cz-ps-btn-primary{
  background: #1a73e8;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(26,115,232,0.18);
}

.cz-ps-btn-primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(26,115,232,0.24);
}

.cz-ps-btn-secondary{
  background: #ffffff;
  color: #1a73e8;
  border: 1px solid #d6dbe3;
}

.cz-ps-btn-secondary:hover{
  background: #f5f8ff;
  transform: translateY(-2px);
}

.cz-ps-btn[disabled]{
  opacity: 0.7;
  cursor: not-allowed;
  transform: none !important;
}

.cz-ps-verify-box{
  text-align: center;
  padding: 4px 0 10px;
}

.cz-ps-verify-icon{
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, #eef4ff, #f7faff);
  border: 1px solid #d7e5ff;
  color: #1a73e8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.cz-ps-verify-box h3,
.cz-ps-success h3{
  margin: 0 0 8px;
  font-size: 28px;
  color: #111827;
}

.cz-ps-verify-box p,
.cz-ps-success p{
  margin: 0 auto 18px;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.7;
  color: #5f6368;
}

.cz-ps-success{
  text-align: center;
  padding: 6px 0 2px;
}

.cz-ps-success-icon{
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #eaf7ee;
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
}

.cz-ps-summary{
  display: grid;
  gap: 12px;
  max-width: 520px;
  margin: 0 auto 22px;
}

.cz-ps-summary-item{
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e7ebf0;
  border-radius: 16px;
  padding: 14px 16px;
  text-align: left;
}

.cz-ps-summary-item span{
  font-size: 14px;
  color: #6b7280;
}

.cz-ps-summary-item strong{
  font-size: 15px;
  color: #111827;
}

.cz-ps-link-btn{
  min-width: 220px;
}

.cz-ps-field-full{
  grid-column: 1 / -1;
}

.cz-ps-resend-message{
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
  color: #6b7280;
}

#czPsFormMessage,
#czPsOtpMessage{
  word-break: break-word;
}

#czPsResendOtpBtn{
  min-width: 180px;
}

@keyframes czFadeUp{
  from{
    opacity: 0;
    transform: translateY(8px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px){
  .cz-ps-intro h1{
    font-size: 42px;
  }
}

@media (max-width: 767px){
  .cz-ps-page{
    padding: 60px 18px;
  }

  .cz-ps-intro{
    margin-bottom: 24px;
  }

  .cz-ps-intro h1{
    font-size: 34px;
    line-height: 1.1;
  }

  .cz-ps-intro p{
    font-size: 17px;
    line-height: 1.65;
  }

  .cz-ps-card{
    border-radius: 24px;
    padding: 22px;
  }

  .cz-ps-top{
    flex-direction: column;
  }

  .cz-ps-steps{
    justify-content: flex-start;
  }

  .cz-ps-grid{
    grid-template-columns: 1fr;
  }

  .cz-ps-field-full{
    grid-column: auto;
  }

  .cz-ps-actions-row{
    flex-direction: column;
  }

  .cz-ps-btn,
  .cz-ps-link-btn{
    width: 100%;
  }

  .cz-ps-verify-box h3,
  .cz-ps-success h3{
    font-size: 24px;
  }

  #czPsResendOtpBtn{
    width: 100%;
  }
}/* End custom CSS */