.criador-float-link {
  position: fixed;
  right: 18px;
  bottom: 82px;
  z-index: 999;
  max-width: calc(100% - 36px);
  padding: 14px 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #38bdf8);
  color: #052e16;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.94rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.24);
}

.criador-float-link span {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(5, 46, 22, 0.14);
}

@media (max-width: 640px) {
  .criador-float-link {
    left: 12px;
    right: 12px;
    bottom: 76px;
    justify-content: center;
    border-radius: 18px;
  }
}


.projetos-float-link {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  max-width: calc(100% - 36px);
  padding: 14px 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  color: #eff6ff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.94rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.24);
}

.projetos-float-link span {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(239, 246, 255, 0.16);
}

@media (max-width: 640px) {
  .projetos-float-link {
    left: 12px;
    right: 12px;
    bottom: 18px;
    justify-content: center;
    border-radius: 18px;
  }
}
