.l4taxx-simulador-container {
  background:#fff;
  padding:20px;
  max-width:700px;
  margin:20px auto;
  border-radius:12px;
  box-shadow:0 18px 45px rgba(15,23,42,0.06);
  font-family: Arial, sans-serif;
}
.l4taxx-simulador-container label {
  font-weight:bold;
  margin-top:12px;
  display:block;
}
.l4taxx-simulador-container .help-text {
  font-size:12px;
  color:#666;
  font-weight:normal;
  margin-top:2px;
  margin-bottom:4px;
  display:block;
}
.l4taxx-simulador-container input,
.l4taxx-simulador-container select {
  width: 100%;
  padding: 12px;
  margin-top: 5px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  height: 48px;
  box-sizing: border-box;
}
.l4taxx-resultado {
  margin-top:22px;
  background:#f9fafb;
  padding:20px;
  border-radius:16px;
  box-shadow:0 18px 45px rgba(15,23,42,0.08);
}
.l4taxx-tabela-wrapper {
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  display:block;
}
.l4taxx-tabela {
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  border-radius: 12px;
  overflow: hidden;
}
.l4taxx-tabela th {
  background:transparent;
  color:#111827;
  padding:10px 12px;
  border-bottom:1px solid #e5e7eb;
  font-size:13px;
  text-align:left;
}
.l4taxx-tabela td {
  border-bottom:1px solid #edf0f7;
  padding:9px 12px;
  font-size:13px;
  background:transparent;
}
.l4taxx-resultado-card {
  background:transparent;
  border-radius:14px;
  padding:16px 18px;
  margin-bottom:18px;
  border:1px solid #e5e7eb;
}
.l4taxx-resultado-card h3 {
  margin-top:0;
  margin-bottom:8px;
  font-size:15px;
}
.l4taxx-resultado-card p {
  margin:4px 0;
  font-size:13px;
}
.regime-atual {
  outline:2px solid #1d4ed8;
  background:#eff6ff;
}
.regime-recomendado {
  background:linear-gradient(90deg,#ecfdf3,#f0fdf4) !important;
  border-left:3px solid #16a34a;
  box-shadow:0 0 0 1px rgba(22,163,74,0.14);
  font-weight:600;
}
.regime-invalido {
  background:#f9fafb;
  border-left:3px solid #fee2e2;
  opacity:1;
}
.regime-invalido td {
  color:#6b7280;
  font-style:italic;
}
.badge {
  display:inline-flex;
  align-items:center;
  padding:2px 8px;
  border-radius:999px;
  font-size:11px;
  font-weight:600;
}
.badge-alert {
  background:#fef2f2;
  color:#b91c1c;
  border:1px solid #fecaca;
}
.badge-required {
  background:#ecfdf5;
  color:#065f46;
  border:1px solid #bbf7d0;
}
.lead-actions { display:flex; gap:12px; margin-top:14px; }
.btn-pill {
  flex:1;
  height:48px;
  border-radius:999px;
  font-weight:600;
  font-size:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  cursor:pointer;
  border:none;
  box-shadow:0 8px 18px rgba(15,23,42,0.08);
  transition:all 0.18s ease-out;
}
.btn-pill:hover {
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(15,23,42,0.16);
  opacity:0.97;
}
.btn-pill:focus-visible {
  outline:2px solid #1d4ed8;
  outline-offset:2px;
}
.btn-pill[disabled] {
  opacity:0.6;
  cursor:not-allowed;
  box-shadow:none;
  transform:none;
}
.btn-whatsapp {
  background:#22c55e;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
}
#btn_enviar_lead.btn-pill {
  background:#1a73e8;
  color:#fff;
}
.th-header {
  background:#154695;
  color:#fff;
}
