.metis-lgpd-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 99999;
  background: #fff;
  border: 1px solid #eaecf0;
  border-radius: 14px;
  box-shadow: 0 16px 48px rgba(15, 31, 61, 0.16);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.metis-lgpd-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 22px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.metis-lgpd-text {
  flex: 1 1 280px;
  color: #0f1f3d;
  font-size: 13px;
  line-height: 1.6;
}

.metis-lgpd-link {
  color: #0f1f3d;
  font-weight: 600;
  text-decoration: underline;
}

.metis-lgpd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.metis-lgpd-btn {
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  border-radius: 7px;
  padding: 10px 14px;
  cursor: pointer;
  border: 1.5px solid #eaecf0;
  background: #fff;
  color: #0f1f3d;
}

.metis-lgpd-btn-primary {
  background: #0f1f3d;
  border-color: #0f1f3d;
  color: #fff;
}

.metis-lgpd-btn-primary:hover {
  opacity: 0.9;
}

.metis-lgpd-banner[hidden] {
  display: none !important;
}

.footer-legal {
  width: 100%;
  margin-top: 8px;
  font-size: 11px;
  color: #6b7280;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-legal a {
  color: #6b7280;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .metis-lgpd-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .metis-lgpd-actions {
    flex-direction: column;
  }
  .metis-lgpd-btn {
    width: 100%;
  }
}
