/*.accordion_tabs > div {height: auto !important;}*/

.choice-account {
display: flex;
flex-direction: column;
    
    padding: 2.4rem;


}
input[name="product_info"] {opacity: 0;}
.switch-container > input {
  display: none;
}

.card {
    background-color: #ffffff;
    padding: 2.4rem 0 1.6rem;
    
}

.sr-only {
    position: absolute;
    margin: -1px 0 0 -1px;
    padding: 0;
    display: block;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    outline: 0;
}

.card:first-of-type {margin-bottom:3.2rem;}

.alert-message {
  text-align: center;
    color: #ff0000;
    margin-bottom: 1.6rem;
    min-height: 0;
    font-size:1.6rem;
    font-weight: 600;
    padding: 1.2rem;
    border-radius: 0.4rem;
    background-color: transparent;
    transition: all 0.3s ease;
    display: none;
}

.alert-message:not(:empty) {
  display: block;
  min-height: 4.8rem;
  background-color: #fff3f3;
  border: 1px solid #ffcdd2;
}

.alert-message.success {
  color: #ff0000;
  background-color: #f1f8f4;
  border-color: #c8e6c9;
}
.subscribe {
    display: inline-flex;
    font-family: Oswald;
    letter-spacing: .40px;

}
.subscribe .label {margin-right: 1.6rem;}

p + hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-bottom-width: 0.1rem;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
}

small, .small {
  font-size: 1.4rem;
}
.welcome > p {margin-bottom: 1.6rem;}



.if-pro {
  font-weight: 600;
 
}

.pro-info {
  font-weight: 500;
  font-size: 1.4rem;
   margin-bottom: 1.6rem;
}

.dealer-conditions {
 
  font-size: 1.4rem;
  font-style: italic;
}



.designation {   
    font-size: 3.2rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald';
    
    
}
.designation + hr {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    border: 0;
    border-bottom-width: 0.1rem;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
}

.welcome {
  margin-bottom: 2.4rem;
}


@media only screen and (min-width: 1024px) {  

  .choice-account {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  

  .choice-account > .type-account:not(:last-child){margin-right: 4.8rem;}
  .titles {    
    margin: 1.6rem 0; 
  }
 
  .gradient {
  position :absolute;
  top: 0;
  bottom: 0;
  right:3.2rem;
  left:3.2rem;
   background: linear-gradient(to bottom, #FFFFFF 2.8rem, #9E9E9E 2.9rem 0.2rem,#ffffff 3.1rem 100%);
   z-index: 0;
  }

  .signup-card {
  padding: 2.4rem 1.6rem;
    /* margin: 0 auto 2.4rem; */
    border-width: 0.1rem;
    /* border-style: ridge; */
    min-height: 20rem;
    background-color: #FAFAFA;
    margin-bottom: 2.4rem;
}

  .card {

    padding: 3.2rem 1.6rem 1.6rem;
    /*border-width: 0.1rem;
    border-style: solid;
    border-radius: 1.2rem;*/
  }
}

/* ========================================
   UX IMPROVEMENTS - Progress & Password
   ======================================== */

/* Progress Indicator */
.signup-progress {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  display: flex;
  justify-content: space-between;
  max-width: 80rem;
  margin: 0 auto 3.2rem;
  padding: 2.4rem 1.6rem;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  position: relative;
}

.progress-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 2rem;
  left: 50%;
  width: 100%;
  height: 0.2rem;
  background: #E0E0E0;
  z-index: -1;
}

.progress-step.active {
  opacity: 1;
}

.progress-step.completed {
  opacity: 1;
}

.progress-step.completed:not(:last-child)::after {
  background: #ff0000;
}

.step-number {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
  transition: all 0.3s ease;
}

.progress-step.active .step-number {
  background: #1997c6;
  color: white;
  transform: scale(1.1);
}

.progress-step.completed .step-number {
  background: #ff0000;
  color: white;
}

.progress-step.completed .step-number::before {
  content: '✓';
}

.step-label {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
}

/* Password Field Wrapper */
.password-field-wrapper {
  position: relative;
}

.password-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.toggle-password {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.8rem;
  line-height: 1;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.toggle-password:hover {
  opacity: 1;
}

.eye-icon {
  font-size: 2rem;
  user-select: none;
}

/* Password Strength Indicator */
.password-strength {
  margin-top: 0.8rem;
}

.strength-bar {
  height: 0.4rem;
  background: #E0E0E0;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 0.8rem;
}

.strength-bar-fill {
  height: 100%;
  width: 0;
  transition: width 0.3s ease, background-color 0.3s ease;
}

.strength-bar-fill[data-strength="0"] {
  width: 0;
  background: #E0E0E0;
}

.strength-bar-fill[data-strength="1"] {
  width: 25%;
  background: #ff0000;
}

.strength-bar-fill[data-strength="2"] {
  width: 50%;
  background: #ff9800;
}

.strength-bar-fill[data-strength="3"] {
  width: 75%;
  background: #ffc107;
}

.strength-bar-fill[data-strength="4"] {
  width: 100%;
  background: #4caf50;
}

.password-requirements {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem 1.2rem;
  margin-top: 0.8rem;
}

.password-requirements li {
  font-size: 1.2rem;
  padding-left: 2rem;
  position: relative;
  margin-bottom: 0;
  color: #555;
  transition: color 0.2s;
}

.password-requirements li::before {
  content: '○';
  position: absolute;
  left: 0;
  color: #bdbdbd;
  font-size: 1.4rem;
  transition: all 0.2s;
}

.password-requirements li.met {
  color: #ff0000;
}

.password-requirements li.met::before {
  content: '✓';
  color: #4caf50;
  font-weight: bold;
}

/* Tablet responsive */
@media only screen and (max-width: 1023px) {
  .password-requirements {
    gap: 0.6rem 1rem;
  }

  .password-requirements li {
    font-size: 1.3rem;
  }
}

/* Mobile responsive */
@media only screen and (max-width: 768px) {
  .signup-progress {
    padding: 1.6rem 0.8rem;
    margin-bottom: 2.4rem;
  }

  .step-label {
    font-size: 1rem;
  }

  .step-number {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.4rem;
  }

  .card {
    padding: 2.4rem 1.6rem 1.6rem;
  }

  .signup-card {
    margin-bottom: 1.6rem;
  }

  .password-requirements {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .password-requirements li {
    font-size: 1.2rem;
  }

  .toggle-password {
    right: 0.8rem;
    padding: 0.6rem;
  }

  .eye-icon {
    font-size: 1.8rem;
  }
}