.elementor-175 .elementor-element.elementor-element-e14f53b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c6ec843 *//* =========================================================
   CHATZONIC BUSINESS SIGNUP CSS
========================================================= */

.cz-business-signup-page{
  position: relative;
  overflow: hidden;
  padding: 88px 20px 96px;
  background:
    radial-gradient(circle at top left, rgba(59,130,246,0.10), transparent 28%),
    radial-gradient(circle at right center, rgba(37,99,235,0.08), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #f4f8fc 100%);
}

.cz-page-bg{
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.cz-bg-orb{
  position: absolute;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.48;
}

.cz-orb-1{
  width: 320px;
  height: 320px;
  top: -70px;
  left: -60px;
  background: rgba(59,130,246,0.14);
}

.cz-orb-2{
  width: 460px;
  height: 460px;
  right: -120px;
  top: 120px;
  background: rgba(96,165,250,0.12);
}

.cz-grid-glow{
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(37,99,235,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,99,235,0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, rgba(0,0,0,1) 26%, rgba(0,0,0,0) 82%);
  -webkit-mask-image: radial-gradient(circle at center, rgba(0,0,0,1) 26%, rgba(0,0,0,0) 82%);
}

.cz-signup-shell{
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

.cz-signup-layout{
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(540px, 1.08fr);
  gap: 28px;
  align-items: start;
}

.cz-fade-up{
  animation: czFadeUp 0.6s ease both;
}

@keyframes czFadeUp{
  from{
    opacity: 0;
    transform: translateY(14px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

.cz-glass-card{
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(15,23,42,0.06);
  box-shadow: 0 24px 64px rgba(15,23,42,0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.cz-intro-panel{
  padding: 10px 6px 6px 2px;
}

.cz-eyebrow-wrap{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.cz-eyebrow-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 0 8px rgba(37,99,235,0.10);
}

.cz-eyebrow{
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #2563eb;
}

.cz-intro-panel h1{
  margin: 0 0 16px;
  max-width: 560px;
  font-size: 54px;
  line-height: 1.03;
  letter-spacing: -0.045em;
  color: #0f172a;
}

.cz-intro-text{
  margin: 0 0 26px;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.8;
  color: #5b6b80;
}

.cz-business-signup-page .cz-feature-stack{
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}

.cz-business-signup-page .cz-feature-card{
  min-height: auto !important;
  height: auto !important;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px !important;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,0.06);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(15,23,42,0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cz-business-signup-page .cz-feature-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(15,23,42,0.06);
  border-color: rgba(37,99,235,0.14);
}

.cz-feature-icon{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #ffffff;
  font-size: 19px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 10px 22px rgba(37,99,235,0.20);
}

.cz-feature-content{
  flex: 1;
}

.cz-feature-content h3{
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.35;
  color: #13243b;
  letter-spacing: -0.01em;
}

.cz-feature-content p{
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #607188;
}

.cz-verification-note{
  padding: 20px 22px;
  border-radius: 24px;
}

.cz-mini-label{
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(37,99,235,0.10);
  color: #2563eb;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.cz-verification-note p{
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #5d6e85;
}

.cz-form-panel{
  position: relative;
}

.cz-form-card{
  border-radius: 30px;
  padding: 32px;
}

.cz-card-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.cz-card-head h2{
  margin: 6px 0 0;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #13243b;
}

.cz-secure-pill{
  white-space: nowrap;
  padding: 10px 14px;
  border-radius: 999px;
  background: #eef5ff;
  border: 1px solid #d9e7ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cz-signup-form{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cz-section-head h3{
  margin: 0 0 6px;
  font-size: 21px;
  line-height: 1.2;
  color: #13243b;
}

.cz-section-head p{
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #6b7b91;
}

.cz-field-grid{
  display: grid;
  gap: 18px;
}

.cz-two-col{
  grid-template-columns: 1fr 1fr;
}

.cz-field{
  display: flex;
  flex-direction: column;
}

.cz-field label{
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #243953;
}

.cz-field input,
.cz-field select{
  width: 100%;
  min-height: 60px !important;
  height: 60px;
  padding: 14px 18px !important;
  border-radius: 18px;
  border: 1px solid #d8e2ee;
  background: #fbfdff;
  color: #13243b;
  font-size: 15px;
  line-height: 1.4;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  appearance: none;
  -webkit-appearance: none;
}

.cz-field input::placeholder{
  color: #8b99ab;
}

.cz-field input:focus,
.cz-field select:focus{
  border-color: #2563eb;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(37,99,235,0.10);
}

.cz-field small:not(.cz-error):not(.cz-password-strength){
  margin-top: 8px;
  font-size: 12.5px;
  line-height: 1.65;
  color: #72839a;
}

.cz-domain-field input{
  text-transform: lowercase;
}

.cz-plan-select-wrap{
  position: relative;
  display: block;
}

.cz-plan-select-wrap select{
  padding-right: 160px !important;
}

.cz-inline-badge{
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  color: #2563eb;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  pointer-events: none;
}

.cz-plan-preview{
  margin-top: -2px;
}

.cz-mini-plan-card{
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 18px 18px;
  border-radius: 20px;
  border: 1px solid #dbeafe;
  background: linear-gradient(180deg, #f8fbff, #eef5ff);
}

.cz-plan-name{
  font-size: 18px;
  font-weight: 800;
  color: #16324a;
}

.cz-plan-meta{
  font-size: 14px;
  line-height: 1.7;
  color: #5b6d84;
}

.cz-pulse{
  animation: czPulse 0.35s ease;
}

@keyframes czPulse{
  0%{ transform: scale(0.99); }
  100%{ transform: scale(1); }
}

.cz-divider{
  height: 1px;
  margin: 4px 0;
  background: linear-gradient(
    90deg,
    rgba(15,23,42,0.03),
    rgba(15,23,42,0.12),
    rgba(15,23,42,0.03)
  );
}

.cz-signup-compliance-box{
  padding: 16px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e2ecf8;
  color: #526277;
  font-size: 13.5px;
  line-height: 1.65;
}

.cz-signup-compliance-box p{
  margin: 0 0 8px;
}

.cz-signup-compliance-box p:last-child{
  margin-bottom: 0;
}

.cz-signup-compliance-box a{
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
}

.cz-signup-compliance-box a:hover{
  text-decoration: underline;
}

.cz-primary-btn{
  width: 100%;
  max-width: 280px;
  min-height: 54px !important;
  height: 54px;
  margin-top: 4px;
  padding: 0 22px !important;
  border: none;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #1d4ed8, #2563eb 65%, #3b82f6);
  color: #ffffff;
  font-size: 15px !important;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(37,99,235,0.20);
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}

.cz-primary-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(37,99,235,0.24);
}

.cz-primary-btn svg{
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

#cz-submit-btn{
  opacity: 0.55;
  pointer-events: none;
}

#cz-submit-btn.cz-enabled{
  opacity: 1;
  pointer-events: auto;
}

.cz-bottom-meta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.cz-bottom-meta p{
  margin: 0;
  font-size: 13px;
  color: #6d7d92;
}

.cz-bottom-meta a{
  color: #2563eb;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.cz-bottom-meta a:hover{
  text-decoration: underline;
}

.cz-error{
  display: block;
  min-height: 18px;
  margin-top: 6px;
  font-size: 12.5px;
  line-height: 1.5;
  color: #dc2626;
}

.cz-password-strength{
  display: block;
  min-height: 18px;
  margin-top: 6px;
  font-size: 12.5px;
  line-height: 1.5;
  font-weight: 700;
}

.cz-password-strength.weak{
  color: #dc2626;
}

.cz-password-strength.normal{
  color: #d97706;
}

.cz-password-strength.strong{
  color: #16a34a;
}

.cz-field input.cz-invalid,
.cz-field select.cz-invalid{
  border-color: rgba(220,38,38,0.45);
  box-shadow: 0 0 0 4px rgba(220,38,38,0.08);
}

@media (max-width: 1100px){
  .cz-signup-layout{
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .cz-intro-panel{
    padding: 0;
  }

  .cz-intro-panel h1{
    max-width: 100%;
    font-size: 44px;
  }

  .cz-intro-text{
    max-width: 100%;
  }
}

@media (max-width: 767px){
  .cz-business-signup-page{
    padding: 64px 14px 74px;
  }

  .cz-form-card{
    padding: 24px 18px;
    border-radius: 24px;
  }

  .cz-card-head{
    flex-direction: column;
    align-items: flex-start;
  }

  .cz-card-head h2{
    font-size: 28px;
  }

  .cz-intro-panel h1{
    font-size: 34px;
    line-height: 1.08;
  }

  .cz-intro-text{
    font-size: 16px;
    line-height: 1.75;
  }

  .cz-two-col{
    grid-template-columns: 1fr;
  }

  .cz-business-signup-page .cz-feature-card,
  .cz-verification-note{
    border-radius: 18px;
  }

  .cz-business-signup-page .cz-feature-card{
    padding: 16px !important;
  }

  .cz-feature-icon{
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 17px;
  }

  .cz-feature-content h3{
    font-size: 17px;
  }

  .cz-feature-content p{
    font-size: 14px;
    line-height: 1.65;
  }

  .cz-field input,
  .cz-field select{
    min-height: 56px !important;
    height: 56px;
    padding: 14px 16px !important;
    border-radius: 16px;
  }

  .cz-primary-btn{
    width: 100%;
    max-width: 100%;
    min-height: 52px !important;
    height: 52px;
    border-radius: 15px !important;
  }

  .cz-bottom-meta{
    flex-direction: column;
    align-items: flex-start;
  }

  .cz-inline-badge{
    position: static;
    transform: none;
    margin-top: 10px;
    align-self: flex-start;
    pointer-events: auto;
  }

  .cz-plan-select-wrap{
    display: flex;
    flex-direction: column;
  }

  .cz-plan-select-wrap select{
    padding-right: 16px !important;
  }
}/* End custom CSS */