.ebvisa-wrap {
  max-width: 980px;
  margin: 20px auto;
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}

.ebvisa-header h2 { margin: 0 0 6px; }
.ebvisa-sub { margin: 0 0 14px; color: #555; }

.ebvisa-progress { margin: 14px 0 18px; }
.ebvisa-progress-bar {
  height: 10px;
  background: #f1f5f9;
  border-radius: 999px;
  overflow: hidden;
}
.ebvisa-progress-fill {
  display: block;
  height: 10px;
  width: 0%;
  background: #111827;
  transition: width .25s ease;
}
.ebvisa-progress-text { margin-top: 8px; font-size: 13px; color: #6b7280; }

.ebvisa-top-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.ebvisa-step h3 { margin-top: 0; }
.ebvisa-card {
  border: 1px solid #e5e7eb;
  background: #fafafa;
  padding: 14px;
  border-radius: 12px;
  margin: 14px 0;
}

.ebvisa-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 780px) {
  .ebvisa-grid { grid-template-columns: 1fr; }
}

.ebvisa-field label { display: block; font-weight: 600; margin-bottom: 6px; }
.ebvisa-field input[type="text"],
.ebvisa-field input[type="date"],
.ebvisa-field input[type="number"],
.ebvisa-field select,
.ebvisa-field textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 10px 10px;
  background: #fff;
}

.ebvisa-options {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ebvisa-options label { font-weight: 500; margin: 0; }

.ebvisa-check { font-weight: 500; }

.ebvisa-hr { border: 0; border-top: 1px solid #e5e7eb; margin: 18px 0; }

.ebvisa-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  gap: 12px;
  flex-wrap: wrap;
}
.ebvisa-nav-right { display: flex; gap: 10px; flex-wrap: wrap; }

.ebvisa-btn {
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
}
.ebvisa-btn:hover { opacity: .92; }

.ebvisa-btn-secondary {
  background: #fff;
  color: #111827;
}

.ebvisa-btn-primary {
  background: #16a34a;
  border-color: #16a34a;
}

.ebvisa-danger{
  border-color:#b91c1c;
  color:#b91c1c;
}

.ebvisa-alert {
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 10px;
  font-weight: 600;
}
.ebvisa-alert.info { background: #eff6ff; color: #1d4ed8; border: 1px solid #bfdbfe; }
.ebvisa-alert.success { background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; }
.ebvisa-alert.error { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }

.ebvisa-small { font-size: 12px; color: #6b7280; }

.ebvisa-family-card {
  border: 1px solid #e5e7eb;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 12px;
}
.ebvisa-family-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.ebvisa-link {
  background: transparent;
  border: 0;
  color: #b91c1c;
  font-weight: 700;
  cursor: pointer;
}

.ebvisa-success-screen { margin-top: 18px; }
.ebvisa-success-card {
  border: 1px solid #bbf7d0;
  background: #ecfdf5;
  padding: 18px;
  border-radius: 14px;
}

/* MUITO IMPORTANTE: condicionais começam escondidos */
.ebvisa-conditional { display: none; }
