.portal-lgpd-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 3000;
  margin: 0 auto;
  max-width: 980px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.96);
  color: #e2e8f0;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(8px);
}

.portal-lgpd-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
}

.portal-lgpd-text {
  font-size: 13px;
  line-height: 1.45;
  color: #cbd5e1;
}

.portal-lgpd-text a {
  color: #93c5fd;
  text-decoration: none;
  font-weight: 700;
}

.portal-lgpd-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.portal-lgpd-btn {
  border: 1px solid #334155;
  border-radius: 10px;
  background: #0f172a;
  color: #e2e8f0;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 12px;
  cursor: pointer;
}

.portal-lgpd-btn.primary {
  border-color: #60a5fa;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
}

.portal-lgpd-btn:hover {
  filter: brightness(1.05);
}

.portal-legal-footer {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #dbe6f3;
  border-radius: 12px;
  background: #fff;
  display: grid;
  gap: 8px;
}

.portal-legal-footer small {
  color: #475569;
  line-height: 1.45;
}

.portal-legal-links,
.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.portal-legal-links a,
.footer-legal-links a {
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.portal-source-note {
  color: #475569;
  line-height: 1.45;
}

@media (max-width: 780px) {
  .portal-lgpd-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .portal-lgpd-actions {
    width: 100%;
    justify-content: flex-end;
  }
}
