:root{
  --sol-yellow:#FECB00;
  --sol-black:#111;
  --sol-light:#f7f7f7;
}

.bs-abrir-conta{
  padding:80px 20px;
  background:#fff;
  font-family:Arial, sans-serif;
}

.bs-abrir-wrap{
  max-width:1100px;
  margin:auto;
}

.bs-abrir-title{
  font-size:30px;
  font-weight:800;
  color:#111;
  margin-bottom:10px;
  position:relative;
}

.bs-abrir-title::after{
  content:"";
  width:50px;
  height:3px;
  background:var(--sol-yellow);
  display:block;
  margin-top:10px;
}

.bs-abrir-sub{
  color:#555;
  margin-bottom:40px;
}

.bs-steps{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-bottom:50px;
}

.bs-step{
  flex:1;
  text-align:center;
  opacity:.45;
}

.bs-step.is-active{
  opacity:1;
}

.bs-step-number{
  width:40px;
  height:40px;
  border-radius:50%;
  background:var(--sol-yellow);
  color:#111;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:auto;
  margin-bottom:10px;
}

.bs-step p{
  font-size:13px;
  color:#333;
}

.bs-card{
  background:#fff;
  border-radius:12px;
  padding:30px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.bs-form-step{
  display:none !important;
}

.bs-form-step.is-visible{
  display:block !important;
}

.bs-step-title{
  font-size:20px;
  margin-bottom:20px;
  color:#111;
}

.bs-input{
  width:100%;
  padding:12px;
  border:1px solid #ddd;
  border-radius:6px;
  margin-bottom:15px;
  font-size:14px;
}

.bs-input:focus{
  outline:none;
  border-color:var(--sol-yellow);
}

.bs-input-error{
  border:1px solid #dc2626 !important;
  background:#fff5f5 !important;
}

.bs-error-text{
  color:#dc2626;
  font-size:13px;
  margin-top:-8px;
  margin-bottom:12px;
  font-weight:600;
}

.bs-info{
  background:#fff8df;
  border-left:4px solid var(--sol-yellow);
  padding:12px 14px;
  font-size:14px;
  color:#333;
  margin-bottom:20px;
}

.bs-doc-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.bs-upload{
  border:1px dashed #ccc;
  border-radius:10px;
  padding:18px;
  background:#fafafa;
  display:block;
}

.bs-upload span{
  display:block;
  font-size:13px;
  font-weight:700;
  color:#222;
  margin-bottom:12px;
}

.bs-upload input{
  width:100%;
  font-size:13px;
}

.bs-deposito{
  margin-top:24px;
}

.bs-deposito label{
  display:block;
  font-weight:700;
  margin-bottom:8px;
}

.bs-deposito small{
  display:block;
  color:#666;
  margin-top:-8px;
  margin-bottom:16px;
}

.bs-check{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:14px;
  color:#333;
}

.bs-check input{
  margin-top:3px;
}

.bs-validation-options{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-bottom:20px;
}

.bs-validation-options label{
  border:1px solid #ddd;
  border-radius:999px;
  padding:10px 18px;
  cursor:pointer;
  font-size:14px;
}

.bs-send-code{
  margin-bottom:15px;
}

.bs-code-note{
  font-size:13px;
  color:#555;
}

.bs-success{
  text-align:center;
  padding:30px 10px;
}

.bs-success-icon{
  width:58px;
  height:58px;
  border-radius:50%;
  background:var(--sol-yellow);
  color:#111;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  font-weight:900;
  margin:0 auto 18px;
}

.bs-success h3{
  color:#111;
  margin-bottom:10px;
}

.bs-success p{
  color:#555;
  max-width:520px;
  margin:auto;
  line-height:1.6;
}

.bs-actions{
  display:flex;
  justify-content:space-between;
  margin-top:25px;
}

.bs-btn{
  padding:12px 28px;
  border-radius:999px;
  border:0;
  cursor:pointer;
  font-weight:700;
}

.bs-btn-primary{
  background:var(--sol-yellow);
  color:#111;
}

.bs-btn-secondary{
  background:#eee;
  color:#111;
}

.bs-progress{
  height:6px;
  background:#eee;
  border-radius:6px;
  margin-bottom:25px;
}

.bs-progress-bar{
  height:6px;
  width:25%;
  background:var(--sol-yellow);
  border-radius:6px;
  transition:.3s;
}

@media(max-width:768px){
  .bs-steps{
    flex-direction:column;
  }

  .bs-doc-grid{
    grid-template-columns:1fr;
  }

  .bs-actions{
    flex-direction:column;
    gap:12px;
  }

  .bs-btn{
    width:100%;
  }
}

.bs-upload-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.55);
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
}

.bs-upload-overlay.is-open{
  display:flex;
}

.bs-upload-box{
  background:#fff;
  border-radius:18px;
  padding:35px;
  width:90%;
  max-width:420px;
  text-align:center;
  box-shadow:0 20px 60px rgba(0,0,0,.25);
}

.bs-loader{
  width:54px;
  height:54px;
  border-radius:50%;
  border:5px solid #eee;
  border-top-color:#FECB00;
  margin:0 auto 18px;
  animation:bsSpin 1s linear infinite;
}

@keyframes bsSpin{
  to{transform:rotate(360deg);}
}

.bs-upload-box h3{
  margin:0 0 8px;
  color:#111;
}

.bs-upload-box p{
  margin:0;
  color:#666;
}

.bs-option-disabled{
  opacity:.45;
  cursor:not-allowed !important;
}

.bs-option-disabled input{
  cursor:not-allowed !important;
}